Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/wireless/microchip/wilc1000/
Dwlan.c550 u32 from_host_to_fw_reg, from_host_to_fw_bit; in chip_allow_sleep_wilc1000() local
558 from_host_to_fw_bit = WILC_SDIO_HOST_TO_FW_BIT; in chip_allow_sleep_wilc1000()
565 from_host_to_fw_bit = WILC_SPI_HOST_TO_FW_BIT; in chip_allow_sleep_wilc1000()
594 if (reg & from_host_to_fw_bit) { in chip_allow_sleep_wilc1000()
595 reg &= ~from_host_to_fw_bit; in chip_allow_sleep_wilc1000()
644 u32 from_host_to_fw_reg, from_host_to_fw_bit; in chip_wakeup_wilc1000() local
653 from_host_to_fw_bit = WILC_SDIO_HOST_TO_FW_BIT; in chip_wakeup_wilc1000()
660 from_host_to_fw_bit = WILC_SPI_HOST_TO_FW_BIT; in chip_wakeup_wilc1000()
665 from_host_to_fw_bit); in chip_wakeup_wilc1000()