Searched refs:IO_TYPE (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/wireless/ |
D | hermes.c | 72 #define IO_TYPE(hw) ((hw)->io_space ? "IO " : "MEM ") macro 73 #define DMSG(stuff...) do {printk(KERN_DEBUG "hermes @ %s0x%x: " , IO_TYPE(hw), hw->iobase); \ 207 IO_TYPE(hw), hw->iobase, reg); in hermes_init() 241 IO_TYPE(hw), hw->iobase); in hermes_docmd_wait() 245 IO_TYPE(hw), hw->iobase, err); in hermes_docmd_wait() 260 IO_TYPE(hw), hw->iobase); in hermes_docmd_wait() 268 IO_TYPE(hw), hw->iobase); in hermes_docmd_wait() 315 IO_TYPE(hw), hw->iobase); in hermes_allocate() 322 IO_TYPE(hw), hw->iobase); in hermes_allocate() 524 IO_TYPE(hw), hw->iobase, rid, rtype); in hermes_read_ltv() [all …]
|