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

/linux-master/drivers/gpio/
H A Dgpio-stp-xway.c59 #define XWAY_STP_PHY_MASK 0x7 macro
192 XWAY_STP_PHY_MASK << XWAY_STP_PHY1_SHIFT,
196 XWAY_STP_PHY_MASK << XWAY_STP_PHY2_SHIFT,
203 XWAY_STP_PHY_MASK << XWAY_STP_PHY3_SHIFT,
210 XWAY_STP_PHY_MASK << XWAY_STP_PHY4_SHIFT,
279 chip->phy1 = phy & XWAY_STP_PHY_MASK;
281 chip->phy2 = phy & XWAY_STP_PHY_MASK;
287 chip->phy3 = phy & XWAY_STP_PHY_MASK;
292 chip->phy4 = phy & XWAY_STP_PHY_MASK;

Completed in 169 milliseconds