Searched refs:gpioa_pins (Results 1 – 4 of 4) sorted by relevance
101 u32 gpioa_pins = __raw_readl(gpioa); in cns3xxx_sdhci_init() local104 gpioa_pins |= 0x1fff0004; in cns3xxx_sdhci_init()105 __raw_writel(gpioa_pins, gpioa); in cns3xxx_sdhci_init()
386 u32 gpioa_pins = __raw_readl(gpioa); in cns3xxx_init() local389 gpioa_pins |= 0x1fff0004; in cns3xxx_init()390 __raw_writel(gpioa_pins, gpioa); in cns3xxx_init()
34 gpio-ranges-group-names = "gpioa_pins";
224 static const unsigned gpioa_pins[] = { TB10X_PORT1 + 4, TB10X_PORT1 + 5, variable