Searched refs:_io (Results 1 – 10 of 10) sorted by relevance
81 #define TS_CONTROL(_io) ((_io)->regs + 0x00) argument82 #define TS_CONTROL2(_io) ((_io)->regs + 0x04) argument
208 wait_for_completion_io()的_io变体的行为与非_io变体相同,只是将等待时间计为“IO等待”,
399 if (!p_dev->_io) in pcmcia_release_io()409 p_dev->_io = 0; in pcmcia_release_io()509 if (p_dev->_io || flags & CONF_ENABLE_IRQ) in pcmcia_enable_device()667 p_dev->_io = 1; in pcmcia_request_io()
378 if (p_dev->_irq || p_dev->_io || p_dev->_locked) in pcmcia_device_remove()
122 u16 _io:1; member
121 u16 _io:1;
4 .. _io:
235 The _io variants wait_for_completion_io() behave the same as the non-_io
46 checking byte order issues, hacking memcpy_*_io etc.
63 #define CIU3_DEST_IO_INT(_io) ((_io) * 8 + 0x210000) argument