Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/keymile/kmp204x/
H A Dqrio.c21 void __iomem *qrio_base = (void *)CONFIG_SYS_QRIO_BASE; in qrio_get_gpio() local
23 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() local
36 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() local
53 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() local
68 direct = in_be32(qrio_base + port_off + DIRECT_OFF); in qrio_gpio_direction_input()
[all …]