Searched refs:wakeup_reg (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | wlan.c | 548 u32 wakeup_reg, wakeup_bit; in chip_allow_sleep_wilc1000() local 555 wakeup_reg = WILC_SDIO_WAKEUP_REG; in chip_allow_sleep_wilc1000() 562 wakeup_reg = WILC_SPI_WAKEUP_REG; in chip_allow_sleep_wilc1000() 581 ret = hif_func->hif_read_reg(wilc, wakeup_reg, ®); in chip_allow_sleep_wilc1000() 586 ret = hif_func->hif_write_reg(wilc, wakeup_reg, reg); in chip_allow_sleep_wilc1000() 642 u32 wakeup_reg, wakeup_bit; in chip_wakeup_wilc1000() local 648 wakeup_reg = WILC_SDIO_WAKEUP_REG; in chip_wakeup_wilc1000() 655 wakeup_reg = WILC_SPI_WAKEUP_REG; in chip_wakeup_wilc1000() 670 ret = hif_func->hif_write_reg(wilc, wakeup_reg, in chip_wakeup_wilc1000() 703 u32 wakeup_reg, wakeup_bit; in chip_wakeup_wilc3000() local [all …]
|
| /linux/drivers/pinctrl/samsung/ |
| H A D | pinctrl-exynos.c | 481 u32 bit, wakeup_reg, shift; in gs101_wkup_irq_set_wake() local 484 wakeup_reg = bit / BITS_PER_U32; in gs101_wkup_irq_set_wake() 485 shift = bit - (wakeup_reg * BITS_PER_U32); in gs101_wkup_irq_set_wake() 488 eint_wake_mask_values[wakeup_reg] |= BIT_U32(shift); in gs101_wkup_irq_set_wake() 490 eint_wake_mask_values[wakeup_reg] &= ~BIT_U32(shift); in gs101_wkup_irq_set_wake()
|