Searched refs:dpmbase (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/net/wan/ |
D | cycx_drv.c | 136 int cycx_setup(struct cycx_hw *hw, void *cfm, u32 len, unsigned long dpmbase) in cycx_setup() argument 147 if (!dpmbase) { in cycx_setup() 151 } else if (!get_option_index(cyc2x_dpmbase_options, dpmbase)) { in cycx_setup() 153 modname, dpmbase); in cycx_setup() 157 hw->dpmbase = ioremap(dpmbase, CYCX_WINDOWSIZE); in cycx_setup() 160 if (!detect_cyc2x(hw->dpmbase)) { in cycx_setup() 162 "address 0x%lX!\n", modname, dpmbase); in cycx_setup() 167 modname, dpmbase); in cycx_setup() 181 iounmap(hw->dpmbase); in cycx_down() 188 writeb(0, hw->dpmbase); in cycx_inten() [all …]
|
D | cycx_main.c | 235 wandev->maddr = (unsigned long)card->hw.dpmbase; in cycx_wan_setup()
|
D | cycx_x25.c | 239 card->mbox = card->hw.dpmbase + X25_MBOX_OFFS; in cycx_x25_wan_init()
|
/linux-2.6.39/include/linux/ |
D | cycx_drv.h | 51 void __iomem *dpmbase; member
|