Home
last modified time | relevance | path

Searched refs:WB_SIO_REG_G1MF_FS_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-winbond.c59 #define WB_SIO_REG_G1MF_FS_MASK GENMASK(1, 0) macro
502 if ((val & WB_SIO_REG_G1MF_FS_MASK) == WB_SIO_REG_G1MF_FS_GPIO1) in winbond_gpio_configure_port0_pins()
508 val &= ~WB_SIO_REG_G1MF_FS_MASK; in winbond_gpio_configure_port0_pins()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-winbond.c59 #define WB_SIO_REG_G1MF_FS_MASK GENMASK(1, 0) macro
502 if ((val & WB_SIO_REG_G1MF_FS_MASK) == WB_SIO_REG_G1MF_FS_GPIO1) in winbond_gpio_configure_port0_pins()
508 val &= ~WB_SIO_REG_G1MF_FS_MASK; in winbond_gpio_configure_port0_pins()

Completed in 3 milliseconds