Go to the source code of this file.
Functions | |
| unsigned char | inportByte (unsigned int) |
| unsigned long | inportDWord (unsigned int) |
| unsigned short | inportWord (unsigned int) |
| void | outportByte (unsigned int, unsigned char) |
| void | outportByteP (unsigned int port, unsigned char value) |
| void | outportDWord (unsigned int port, unsigned long value) |
| void | outportWord (unsigned int, unsigned short) |
| unsigned char inportByte | ( | unsigned | int | ) |
Definition at line 39 of file io.c.
Referenced by _int13(), atkbd_scan(), backSpace(), countMemory(), dp_recv(), fdcRw(), getByte(), hdInit(), hdRead(), hdWrite(), initLNC(), kbdRead(), kbdWrite(), keyboardHandler(), kprint(), ne2k_init(), ne2kHandler(), pciRead(), PCtoNIC(), sendByte(), setLED(), systemTask(), timeCmosRead(), tty_init(), and waitFdc().
| unsigned long inportDWord | ( | unsigned | int | ) |
| unsigned short inportWord | ( | unsigned | int | ) |
| void outportByte | ( | unsigned | int, | |
| unsigned | char | |||
| ) |
Definition at line 73 of file io.c.
Referenced by _dmaXfer(), _int13(), atkbd_scan(), backSpace(), c_ap_boot(), clearScreen(), countMemory(), dp_recv(), fdcRw(), floppyIsrhndlr(), getblock(), hdInit(), hdRead(), hdWrite(), i8259_init(), irqDisable(), irqEnable(), kbdWrite(), keyboardHandler(), kprint(), lncInt(), motorOn(), mouseHandler(), mouseInit(), ne2k_init(), ne2kHandler(), NICtoPC(), pciWrite(), PCtoNIC(), pit_init(), reset(), sendByte(), setLED(), systemTask(), tty_change(), tty_init(), and tty_print().
| void outportByteP | ( | unsigned int | port, | |
| unsigned char | value | |||
| ) |
| void outportDWord | ( | unsigned int | port, | |
| unsigned long | value | |||
| ) |
| void outportWord | ( | unsigned | int, | |
| unsigned | short | |||
| ) |
Definition at line 104 of file io.c.
Referenced by _int13(), hdWrite(), lncInt(), pciWrite(), PCtoNIC(), readBcr(), readCsr(), writeBcr(), and writeCsr().
1.4.7