Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c555 wakeup_reg = WILC_SDIO_WAKEUP_REG; in chip_allow_sleep_wilc1000()
611 ret = hif_func->hif_read_reg(wilc, WILC_SDIO_WAKEUP_REG, &reg); in chip_allow_sleep_wilc3000()
614 ret = hif_func->hif_write_reg(wilc, WILC_SDIO_WAKEUP_REG, in chip_allow_sleep_wilc3000()
648 wakeup_reg = WILC_SDIO_WAKEUP_REG; in chip_wakeup_wilc1000()
709 wakeup_reg = WILC_SDIO_WAKEUP_REG; in chip_wakeup_wilc3000()
H A Dwlan.h129 #define WILC_SDIO_WAKEUP_REG 0xf0 macro