Home
last modified time | relevance | path

Searched refs:config_readw (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/pcmcia/
Dricoh.h136 rl_misc(socket) = config_readw(socket, RL5C4XX_MISC); in ricoh_open()
137 rl_ctl(socket) = config_readw(socket, RL5C4XX_16BIT_CTL); in ricoh_open()
138 rl_io(socket) = config_readw(socket, RL5C4XX_16BIT_IO_0); in ricoh_open()
139 rl_mem(socket) = config_readw(socket, RL5C4XX_16BIT_MEM_0); in ricoh_open()
140 rl_config(socket) = config_readw(socket, RL5C4XX_CONFIG); in ricoh_open()
Dyenta.c66 static inline u16 config_readw(pci_socket_t *socket, unsigned offset) in config_readw() function
197 u16 bridge = config_readw(socket, CB_BRIDGE_CONTROL); in yenta_get_socket()
253 bridge = config_readw(socket, CB_BRIDGE_CONTROL) & ~(CB_BRIDGE_CRST | CB_BRIDGE_INTR); in yenta_set_socket()
536 bridge_ctrl = config_readw(socket, CB_BRIDGE_CONTROL); in yenta_probe_irq()
670 bridge = config_readw(socket, CB_BRIDGE_CONTROL); in yenta_config_init()
/linux-2.4.37.9/arch/mips/vr41xx/nec-eagle/
Dvrc4173.c62 static inline u16 config_readw(u8 reg) in config_readw() function
91 if ((config_readw(PCI_VENDOR_ID) == PCI_VENDOR_ID_NEC) && in vrc4173_preinit()
92 (config_readw(PCI_DEVICE_ID) == PCI_DEVICE_ID_NEC_VRC4173)) { in vrc4173_preinit()