![]() |
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.hpp.
Referenced by x86SerialDevice::get_data_ready(), x86SerialDevice::read_register(), x86SerialDevice::ReadByte(), rtc_init(), rtc_read_reg(), 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.hpp.
Referenced by pic_remap_irq(), rtc_init(), rtc_read_reg(), x86SerialDevice::write_register(), and x86SerialDevice::WriteByte().
| should_inline void port_outw | ( | x86_port_t | port, |
| u16 | value ) |
Definition at line 36 of file port.hpp.
Referenced by platform_shutdown().
| should_inline void port_outl | ( | x86_port_t | port, |
| u32 | value ) |