Searched refs:qrio_base (Results 1 – 1 of 1) sorted by relevance
21 void __iomem *qrio_base = (void *)CONFIG_SYS_QRIO_BASE; in qrio_get_gpio() local23 gprt = in_be32(qrio_base + port_off + GPRT_OFF); in qrio_get_gpio()32 void __iomem *qrio_base = (void *)CONFIG_SYS_QRIO_BASE; in qrio_set_gpio() local36 gprt = in_be32(qrio_base + port_off + GPRT_OFF); in qrio_set_gpio()42 out_be32(qrio_base + port_off + GPRT_OFF, gprt); in qrio_set_gpio()49 void __iomem *qrio_base = (void *)CONFIG_SYS_QRIO_BASE; in qrio_gpio_direction_output() local53 direct = in_be32(qrio_base + port_off + DIRECT_OFF); in qrio_gpio_direction_output()55 out_be32(qrio_base + port_off + DIRECT_OFF, direct); in qrio_gpio_direction_output()64 void __iomem *qrio_base = (void *)CONFIG_SYS_QRIO_BASE; in qrio_gpio_direction_input() local68 direct = in_be32(qrio_base + port_off + DIRECT_OFF); in qrio_gpio_direction_input()[all …]