Home
last modified time | relevance | path

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

/SCP-firmware-master/product/synquacer/module/synquacer_system/src/
A Dgpio.c115 gpio_set_function((void *)CONFIG_SOC_AP_GPIO_BASE, i, gpio_function[i]); in fw_gpio_init()
119 (void *)CONFIG_SOC_AP_GPIO_BASE, i, gpio_direction[i]); in fw_gpio_init()
124 (gpio_get_data((void *)CONFIG_SOC_AP_GPIO_BASE, 3) << 24) | in fw_gpio_init()
125 (gpio_get_data((void *)CONFIG_SOC_AP_GPIO_BASE, 2) << 16) | in fw_gpio_init()
126 (gpio_get_data((void *)CONFIG_SOC_AP_GPIO_BASE, 1) << 8) | in fw_gpio_init()
127 gpio_get_data((void *)CONFIG_SOC_AP_GPIO_BASE, 0); in fw_gpio_init()
A Dsynquacer_main.c267 volatile uint32_t *gpio = (uint32_t *)CONFIG_SOC_AP_GPIO_BASE; in synquacer_shutdown()
459 if (gpio_get_data((void *)CONFIG_SOC_AP_GPIO_BASE, 0) & 0x8) { in fw_wakeup_ap()
/SCP-firmware-master/product/synquacer/include/
A Dsynquacer_mmap.h248 #define CONFIG_SOC_AP_GPIO_BASE (0x71000000) macro

Completed in 4 milliseconds