Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/gpio/
Dmtgpio.c28 #define MODE_BASE (GPIO_BASE + 0x300) macro
123 data = mmio_read_32(MODE_BASE + 0x10 * pos); in mt_set_gpio_mode_chip()
126 mmio_write_32(MODE_BASE + 0x10 * pos, data); in mt_set_gpio_mode_chip()
142 data = mmio_read_32(MODE_BASE + 0x10 * pos); in mt_get_gpio_mode_chip()
/trusted-firmware-a-latest/plat/mediatek/drivers/gpio/
Dmtgpio_common.c25 #define MODE_BASE (GPIO_BASE + 0x300) macro