Lines Matching refs:plx_membase
944 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in hfcmulti_resync()
966 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in hfcmulti_resync()
997 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in hfcmulti_resync()
1058 if (test_bit(HFC_CHIP_PLXSD, &hc->chip) && hc->plx_membase) { in release_io_hfcmulti()
1063 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in release_io_hfcmulti()
1087 if (hc->plx_membase) in release_io_hfcmulti()
1088 iounmap(hc->plx_membase); in release_io_hfcmulti()
1196 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()
1232 plx_acc_32 = plx_last_hc->plx_membase + PLX_GPIOC; in init_chip()
1294 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()
1412 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()
1448 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()
2711 plx_acc = hc->plx_membase + PLX_INTCSR; in hfcmulti_interrupt()
4277 plx_acc = hc->plx_membase + PLX_INTCSR; in init_card()
4326 plx_acc = hc->plx_membase + PLX_INTCSR; in init_card()
4383 hc->plx_membase = NULL; in setup_pci()
4408 hc->plx_membase = ioremap(hc->plx_origmembase, 0x80); in setup_pci()
4409 if (!hc->plx_membase) { in setup_pci()
4418 (u_long)hc->plx_membase, hc->plx_origmembase); in setup_pci()