Searched refs:DRIVE_STRENGTH_MASK (Results 1 – 4 of 4) sorted by relevance
58 #define DRIVE_STRENGTH_MASK GENMASK(3, 0) macro477 DRIVE_STRENGTH_MASK; in sprd_pinconf_get()665 mask = DRIVE_STRENGTH_MASK; in sprd_pinconf_set()
75 #define DRIVE_STRENGTH_MASK 0x3 macro76 #define DRIVE_STRENGTH (DRIVE_STRENGTH_MASK << DRIVE_STRENGTH_SHIFT)581 return tmp & DRIVE_STRENGTH_MASK; in read_drive_strength()637 tmp &= ~(DRIVE_STRENGTH_MASK << shift); in set_drive_strength()
882 #define DRIVE_STRENGTH_MASK 0x0000FF00 macro1489 if (flg & DRIVE_STRENGTH_MASK) { in npcm7xx_get_drive_strength()1511 v = (pincfg[pin].flag & DRIVE_STRENGTH_MASK); in npcm7xx_set_drive_strength()
1285 #define DRIVE_STRENGTH_MASK GENMASK(15, 8) macro1908 if (!(flg & DRIVE_STRENGTH_MASK)) in npcm8xx_get_drive_strength()1926 v = pincfg[pin].flag & DRIVE_STRENGTH_MASK; in npcm8xx_set_drive_strength()