Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pcie_linux.c89 #define DEVICE_WAKE 5 /* GPIO_1 (DEVICE_WAKE) - Input to WLAN */ macro
2036 gpio_port = 1 << BIT_WL_REG_ON | 1 << BIT_BT_REG_ON | 1 << DEVICE_WAKE; in dhdpcie_oob_init()
2039 gpio_direction = 1 << BIT_WL_REG_ON | 1 << BIT_BT_REG_ON | 1 << DEVICE_WAKE; in dhdpcie_oob_init()
2099 gpio_port = gpio_port | (1 << DEVICE_WAKE); in dhd_os_oob_set_device_wake()
2102 gpio_port = gpio_port & (0xff ^ (1 << DEVICE_WAKE)); in dhd_os_oob_set_device_wake()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Ddhdioctl.h98 DEVICE_WAKE = 1, enumerator
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Ddhdioctl.h98 DEVICE_WAKE = 1, enumerator
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pcie_linux.c107 #define DEVICE_WAKE 5 /* GPIO_1 (DEVICE_WAKE) - Input to WLAN */ macro
3061 gpio_port = 1 << BIT_WL_REG_ON | 1 << BIT_BT_REG_ON | 1 << DEVICE_WAKE; in dhdpcie_oob_init()
3064 gpio_direction = 1 << BIT_WL_REG_ON | 1 << BIT_BT_REG_ON | 1 << DEVICE_WAKE; in dhdpcie_oob_init()
3125 gpio_port = gpio_port | (1 << DEVICE_WAKE); in dhd_os_oob_set_device_wake()
3128 gpio_port = gpio_port & (0xff ^ (1 << DEVICE_WAKE)); in dhd_os_oob_set_device_wake()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pcie_linux.c105 #define DEVICE_WAKE 5 /* GPIO_1 (DEVICE_WAKE) - Input to WLAN */ macro
3051 gpio_port = 1 << BIT_WL_REG_ON | 1 << BIT_BT_REG_ON | 1 << DEVICE_WAKE; in dhdpcie_oob_init()
3054 gpio_direction = 1 << BIT_WL_REG_ON | 1 << BIT_BT_REG_ON | 1 << DEVICE_WAKE; in dhdpcie_oob_init()
3115 gpio_port = gpio_port | (1 << DEVICE_WAKE); in dhd_os_oob_set_device_wake()
3118 gpio_port = gpio_port & (0xff ^ (1 << DEVICE_WAKE)); in dhd_os_oob_set_device_wake()