Searched refs:config_readl (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/pcmcia/
H A Dti113x.h178 ti_sysctl(socket) = config_readl(socket, TI113X_SYSTEM_CONTROL); ti_save_state()
179 ti_mfunc(socket) = config_readl(socket, TI122X_MFUNC); ti_save_state()
373 mfunc = mfunc_old = config_readl(socket, TI122X_MFUNC); ti12xx_irqroute_func0()
510 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); ti12xx_tie_interrupts()
529 u32 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); ti12xx_untie_interrupts()
546 mfunc = mfunc_old = config_readl(socket, TI122X_MFUNC); ti12xx_irqroute_func1()
552 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); ti12xx_irqroute_func1()
694 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); ti12xx_2nd_slot_empty()
755 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); ti12xx_power_hook()
756 mfunc = config_readl(socket, TI122X_MFUNC); ti12xx_power_hook()
847 val_orig = val = config_readl(socket, TI113X_SYSTEM_CONTROL); ti12xx_override()
H A Dyenta_socket.c112 static inline u32 config_readl(struct yenta_socket *socket, unsigned offset) config_readl() function
709 region.start = config_readl(socket, addr_start) & mask; yenta_allocate_res()
710 region.end = config_readl(socket, addr_end) | ~mask; yenta_allocate_res()

Completed in 180 milliseconds