Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/vr41xx/nec-eagle/
Dvrc4173.c72 static inline u32 config_readl(u8 reg) in config_readl() function
96 cmdsts = config_readl(PCI_COMMAND); in vrc4173_preinit()
106 base = config_readl(PCI_BASE_ADDRESS_0); in vrc4173_preinit()
/linux-2.4.37.9/drivers/pcmcia/
Dti113x.h202 irqmux = config_readl(socket, TI122X_IRQMUX); in ti_intctl()
321 ti_sysctl(socket) = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti113x_open()
Dyenta.c74 static inline u32 config_readl(pci_socket_t *socket, unsigned offset) in config_readl() function
756 start = config_readl(socket, offset) & mask; in yenta_allocate_res()
757 end = config_readl(socket, offset+4) | ~mask; in yenta_allocate_res()