Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/microchip/wilc1000/
Dwlan.c563 wakeup_reg = WILC_SDIO_WAKEUP_REG; in chip_allow_sleep()
634 h->hif_read_reg(wilc, WILC_SDIO_WAKEUP_REG, &reg); in chip_wakeup()
636 h->hif_write_reg(wilc, WILC_SDIO_WAKEUP_REG, in chip_wakeup()
648 h->hif_write_reg(wilc, WILC_SDIO_WAKEUP_REG, in chip_wakeup()
Dwlan.h122 #define WILC_SDIO_WAKEUP_REG 0xf0 macro