MOS Source Code
|
Go to the source code of this file.
Typedefs | |
typedef u16 | x86_port_t |
Functions | |
should_inline u8 | port_inb (u16 port) |
should_inline u16 | port_inw (x86_port_t port) |
should_inline u32 | port_inl (x86_port_t port) |
should_inline void | port_outb (u16 port, u8 value) |
should_inline void | port_outw (x86_port_t port, u16 value) |
should_inline void | port_outl (x86_port_t port, u32 value) |
typedef u16 x86_port_t |
should_inline u8 port_inb | ( | u16 | port | ) |
Definition at line 10 of file port.h.
Referenced by rtc_init(), rtc_read_reg(), serial_read_data(), serial_read_register(), x86_handle_nmi(), and x86_keyboard_handler().
should_inline u16 port_inw | ( | x86_port_t | port | ) |
should_inline u32 port_inl | ( | x86_port_t | port | ) |
should_inline void port_outb | ( | u16 | port, |
u8 | value ) |
Definition at line 31 of file port.h.
Referenced by pic_remap_irq(), rtc_init(), rtc_read_reg(), serial_write_data(), and serial_write_register().
should_inline void port_outw | ( | x86_port_t | port, |
u16 | value ) |
Definition at line 36 of file port.h.
Referenced by platform_shutdown().
should_inline void port_outl | ( | x86_port_t | port, |
u32 | value ) |