Searched refs:plx_membase (Results 1 – 2 of 2) sorted by relevance
913 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in hfcmulti_resync()935 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in hfcmulti_resync()966 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in hfcmulti_resync()1027 if (test_bit(HFC_CHIP_PLXSD, &hc->chip) && hc->plx_membase) { in release_io_hfcmulti()1032 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in release_io_hfcmulti()1056 if (hc->plx_membase) in release_io_hfcmulti()1057 iounmap(hc->plx_membase); in release_io_hfcmulti()1165 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()1201 plx_acc_32 = plx_last_hc->plx_membase + PLX_GPIOC; in init_chip()1263 plx_acc_32 = hc->plx_membase + PLX_GPIOC; in init_chip()[all …]
185 void __iomem *plx_membase; /* PLX memory */ member