#include <minix/types.h>Go to the source code of this file.
Functions | |
| unsigned | inb (U16_t _port) |
| unsigned | inw (U16_t _port) |
| unsigned | inl (U32_t _port) |
| void | outb (U16_t _port, U8_t _value) |
| void | outw (U16_t _port, U16_t _value) |
| void | outl (U16_t _port, U32_t _value) |
| void | insb (U16_t _port, void *_buf, size_t _count) |
| void | insw (U16_t _port, void *_buf, size_t _count) |
| void | insl (U16_t _port, void *_buf, size_t _count) |
| void | outsb (U16_t _port, void *_buf, size_t _count) |
| void | outsw (U16_t _port, void *_buf, size_t _count) |
| void | outsl (U16_t _port, void *_buf, size_t _count) |
| void | intr_disable (void) |
| void | intr_enable (void) |
| unsigned inb | ( | U16_t | _port | ) |
| unsigned inl | ( | U32_t | _port | ) |
| void insb | ( | U16_t | _port, | |
| void * | _buf, | |||
| size_t | _count | |||
| ) |
| void insl | ( | U16_t | _port, | |
| void * | _buf, | |||
| size_t | _count | |||
| ) |
| void insw | ( | U16_t | _port, | |
| void * | _buf, | |||
| size_t | _count | |||
| ) |
| void intr_disable | ( | void | ) |
| void intr_enable | ( | void | ) |
| unsigned inw | ( | U16_t | _port | ) |
| void outb | ( | U16_t | _port, | |
| U8_t | _value | |||
| ) |
| void outl | ( | U16_t | _port, | |
| U32_t | _value | |||
| ) |
| void outsb | ( | U16_t | _port, | |
| void * | _buf, | |||
| size_t | _count | |||
| ) |
| void outsl | ( | U16_t | _port, | |
| void * | _buf, | |||
| size_t | _count | |||
| ) |
| void outsw | ( | U16_t | _port, | |
| void * | _buf, | |||
| size_t | _count | |||
| ) |
| void outw | ( | U16_t | _port, | |
| U16_t | _value | |||
| ) |
1.5.8