Searched refs:qrio_base (Results 1 – 1 of 1) sorted by relevance
20 void __iomem *qrio_base = (void *)CONFIG_SYS_QRIO_BASE; in qrio_get_gpio() local22 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() local35 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() local52 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() local67 direct = in_be32(qrio_base + port_off + DIRECT_OFF); in qrio_gpio_direction_input()[all …]