Home
last modified time | relevance | path

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

/openbmc/u-boot/board/keymile/kmp204x/
H A Dqrio.c20 void __iomem *qrio_base = (void *)CONFIG_SYS_QRIO_BASE; in qrio_get_gpio() local
22 gprt = in_be32(qrio_base + port_off + GPRT_OFF); in qrio_get_gpio()
31 void __iomem *qrio_base = (void *)CONFIG_SYS_QRIO_BASE; in qrio_set_gpio() local
35 gprt = in_be32(qrio_base + port_off + GPRT_OFF); in qrio_set_gpio()
41 out_be32(qrio_base + port_off + GPRT_OFF, gprt); in qrio_set_gpio()
48 void __iomem *qrio_base = (void *)CONFIG_SYS_QRIO_BASE; in qrio_gpio_direction_output() local
52 direct = in_be32(qrio_base + port_off + DIRECT_OFF); in qrio_gpio_direction_output()
54 out_be32(qrio_base + port_off + DIRECT_OFF, direct); in qrio_gpio_direction_output()
63 void __iomem *qrio_base = (void *)CONFIG_SYS_QRIO_BASE; in qrio_gpio_direction_input() local
67 direct = in_be32(qrio_base + port_off + DIRECT_OFF); in qrio_gpio_direction_input()
[all …]