Searched refs:board_gpio (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
| H A D | sys_env_lib.c | 97 struct board_wakeup_gpio board_gpio[] = MV_BOARD_WAKEUP_GPIO_INFO; in sys_env_suspend_wakeup_check() local 100 if (!(sizeof(board_gpio) / sizeof(struct board_wakeup_gpio) > in sys_env_suspend_wakeup_check() 110 if (board_gpio[board_id_index].gpio_num == -1) { in sys_env_suspend_wakeup_check() 113 } else if (board_gpio[board_id_index].gpio_num == -2) { in sys_env_suspend_wakeup_check() 120 gpio = board_gpio[board_id_index].gpio_num; in sys_env_suspend_wakeup_check()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | siutils.c | 10160 uint32 board_gpio = 0; in si_configure_pwrthrottle_gpio() local 10164 board_gpio = 1 << pwrthrottle_gpio_in; in si_configure_pwrthrottle_gpio() 10165 si_gpiocontrol(sih, board_gpio, 0, GPIO_DRV_PRIORITY); in si_configure_pwrthrottle_gpio() 10166 si_gpioouten(sih, board_gpio, 0, GPIO_DRV_PRIORITY); in si_configure_pwrthrottle_gpio() 10172 uint32 board_gpio = 0; in si_configure_onbody_gpio() local 10176 board_gpio = 1 << onbody_gpio_in; in si_configure_onbody_gpio() 10177 si_gpiocontrol(sih, board_gpio, 0, GPIO_DRV_PRIORITY); in si_configure_onbody_gpio() 10178 si_gpioouten(sih, board_gpio, 0, GPIO_DRV_PRIORITY); in si_configure_onbody_gpio()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | siutils.c | 10160 uint32 board_gpio = 0; in si_configure_pwrthrottle_gpio() local 10164 board_gpio = 1 << pwrthrottle_gpio_in; in si_configure_pwrthrottle_gpio() 10165 si_gpiocontrol(sih, board_gpio, 0, GPIO_DRV_PRIORITY); in si_configure_pwrthrottle_gpio() 10166 si_gpioouten(sih, board_gpio, 0, GPIO_DRV_PRIORITY); in si_configure_pwrthrottle_gpio() 10172 uint32 board_gpio = 0; in si_configure_onbody_gpio() local 10176 board_gpio = 1 << onbody_gpio_in; in si_configure_onbody_gpio() 10177 si_gpiocontrol(sih, board_gpio, 0, GPIO_DRV_PRIORITY); in si_configure_onbody_gpio() 10178 si_gpioouten(sih, board_gpio, 0, GPIO_DRV_PRIORITY); in si_configure_onbody_gpio()
|