Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-stp-xway.c89 u8 phy4; /* 3 bits can be driven by phy4 */ member
210 chip->phy4 << XWAY_STP_PHY4_SHIFT, in xway_stp_hw_init()
215 chip->reserved = (chip->phy4 << 11) | (chip->phy3 << 8) | (chip->phy2 << 5) in xway_stp_hw_init()
290 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy4", &phy)) 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.c90 u8 phy4; /* 3 bits can be driven by phy4 */ member
211 chip->phy4 << XWAY_STP_PHY4_SHIFT, in xway_stp_hw_init()
216 chip->reserved = (chip->phy4 << 11) | (chip->phy3 << 8) | (chip->phy2 << 5) in xway_stp_hw_init()
291 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy4", &phy)) in xway_stp_probe()
292 chip->phy4 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()

Completed in 2 milliseconds