Lines Matching refs:pcc_ioread
25 extern void pcc_ioread(int, unsigned long, void *, size_t, size_t, int);
83 pcc_ioread(0, port, &b, sizeof(b), 1, 0); in _inb()
87 pcc_ioread(1, port, &b, sizeof(b), 1, 0); in _inb()
103 pcc_ioread(0, port, &w, sizeof(w), 1, 0); in _inw()
107 pcc_ioread(1, port, &w, sizeof(w), 1, 0); in _inw()
119 pcc_ioread(0, port, &l, sizeof(l), 1, 0); in _inl()
123 pcc_ioread(1, port, &l, sizeof(l), 1, 0); in _inl()
222 pcc_ioread(0, port, (void *)addr, sizeof(unsigned char), in _insb()
225 pcc_ioread(1, port, (void *)addr, sizeof(unsigned char), in _insb()
246 pcc_ioread(0, port, (void *)addr, sizeof(unsigned short), in _insw()
249 pcc_ioread(1, port, (void *)addr, sizeof(unsigned short), in _insw()