Searched defs:efio (Results 1 - 2 of 2) sorted by relevance

/drivers/net/irda/
H A Dw83977af.h12 static inline void w977_efm_enter(unsigned int efio) argument
14 outb(0x87, efio);
15 outb(0x87, efio);
22 static inline void w977_select_device(__u8 devnum, unsigned int efio) argument
24 outb(0x07, efio);
25 outb(devnum, efio+1);
31 static inline void w977_write_reg(__u8 reg, __u8 value, unsigned int efio) argument
33 outb(reg, efio);
34 outb(value, efio+1);
40 static inline __u8 w977_read_reg(__u8 reg, unsigned int efio) argument
49 w977_efm_exit(unsigned int efio) argument
[all...]
H A Dw83977af_ir.c81 static unsigned int efio = W977_EFIO_BASE; variable
277 w977_efm_enter(efio);
279 w977_select_device(W977_DEVICE_IR, efio);
282 w977_write_reg(0x30, 0x00, efio);
284 w977_efm_exit(efio);
364 efio = efbase[i];

Completed in 177 milliseconds