Searched refs:pcc_ioread (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/m32r/platforms/mappi/ |
D | io.c | 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() [all …]
|
/linux-4.1.27/drivers/pcmcia/ |
D | m32r_pcc.c | 233 void pcc_ioread(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int flag) { in pcc_ioread() function
|