Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-stp-xway.c58 #define XWAY_STP_PHY_MASK 0x7 macro
191 XWAY_STP_PHY_MASK << XWAY_STP_PHY1_SHIFT, in xway_stp_hw_init()
195 XWAY_STP_PHY_MASK << XWAY_STP_PHY2_SHIFT, in xway_stp_hw_init()
202 XWAY_STP_PHY_MASK << XWAY_STP_PHY3_SHIFT, in xway_stp_hw_init()
209 XWAY_STP_PHY_MASK << XWAY_STP_PHY4_SHIFT, in xway_stp_hw_init()
278 chip->phy1 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
280 chip->phy2 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
286 chip->phy3 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
291 chip->phy4 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-stp-xway.c59 #define XWAY_STP_PHY_MASK 0x7 macro
192 XWAY_STP_PHY_MASK << XWAY_STP_PHY1_SHIFT, in xway_stp_hw_init()
196 XWAY_STP_PHY_MASK << XWAY_STP_PHY2_SHIFT, in xway_stp_hw_init()
203 XWAY_STP_PHY_MASK << XWAY_STP_PHY3_SHIFT, in xway_stp_hw_init()
210 XWAY_STP_PHY_MASK << XWAY_STP_PHY4_SHIFT, in xway_stp_hw_init()
279 chip->phy1 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
281 chip->phy2 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
287 chip->phy3 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
292 chip->phy4 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()

Completed in 2 milliseconds