Home
last modified time | relevance | path

Searched refs:P_MASK (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/scsi/
H A Daha152x.h102 #define P_MASK (SIG_MSGI|SIG_CDI|SIG_IOI) macro
H A Daha152x.c2252 switch(GETPORT(SCSISIG) & P_MASK) { in update_state()
2382 SETPORT(SCSISIG, GETPORT(SCSISIG) & P_MASK); in is_complete()
2594 switch (s & P_MASK) { in get_ports()
/linux-6.15/include/net/
H A Derspan.h78 #define P_MASK 0x8000 macro
/linux-6.15/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-dcphy.c137 #define P_MASK GENMASK(5, 0) macro
138 #define P(x) FIELD_PREP(P_MASK, x)
1060 regmap_update_bits(samsung->regmap, PLL_CON0, S_MASK | P_MASK, in samsung_mipi_dcphy_pll_configure()