Home
last modified time | relevance | path

Searched refs:GPIO_ALT (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/mips/mach-mscc/
H A Dgpio.c14 val0 = readl(BASE_DEVCPU_GCB + GPIO_ALT(0)); in mscc_gpio_set_alternate()
15 val1 = readl(BASE_DEVCPU_GCB + GPIO_ALT(1)); in mscc_gpio_set_alternate()
31 writel(val0, BASE_DEVCPU_GCB + GPIO_ALT(0)); in mscc_gpio_set_alternate()
32 writel(val1, BASE_DEVCPU_GCB + GPIO_ALT(1)); in mscc_gpio_set_alternate()
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/
H A Dluton_devcpu_gcb.h14 #define GPIO_ALT(x) (0x88 + 4 * (x)) macro
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/
H A Dserval_devcpu_gcb.h19 #define GPIO_ALT(x) (0x54 + 4 * (x)) macro
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/
H A Docelot_devcpu_gcb.h21 #define GPIO_ALT(x) (0x54 + 4 * (x)) macro