Searched refs:gpioc_reg (Results 1 – 2 of 2) sorted by relevance
2728 cpc_writel((plxbase + card->hw.gpioc_reg), in ch_config()2729 cpc_readl(plxbase + card->hw.gpioc_reg) | PC300_CHMEDIA_MASK(ch)); in ch_config()2731 cpc_writel((plxbase + card->hw.gpioc_reg), in ch_config()2732 cpc_readl(plxbase + card->hw.gpioc_reg) & ~PC300_CHMEDIA_MASK(ch)); in ch_config()3081 cpc_writel(card->hw.plxbase + card->hw.gpioc_reg, in cpc_init_card()3082 cpc_readl(card->hw.plxbase + card->hw.gpioc_reg) | 0x00000004UL); in cpc_init_card()3086 cpc_writel(card->hw.plxbase + card->hw.gpioc_reg, in cpc_init_card()3087 cpc_readl(card->hw.plxbase + card->hw.gpioc_reg) & ~0x00000004UL); in cpc_init_card()3379 card->hw.gpioc_reg = 0x50; in cpc_init_one()3387 card->hw.gpioc_reg = 0x50; in cpc_init_one()[all …]
279 ucshort gpioc_reg; /* PLX GPIOC reg */ member