Searched refs:DRIVE_STRENGTH_MASK (Results 1 – 3 of 3) sorted by relevance
58 #define DRIVE_STRENGTH_MASK GENMASK(3, 0) macro480 DRIVE_STRENGTH_MASK; in sprd_pinconf_get()668 mask = DRIVE_STRENGTH_MASK; in sprd_pinconf_set()
76 #define DRIVE_STRENGTH_MASK 0x3 macro77 #define DRIVE_STRENGTH (DRIVE_STRENGTH_MASK << DRIVE_STRENGTH_SHIFT)582 return tmp & DRIVE_STRENGTH_MASK; in read_drive_strength()638 tmp &= ~(DRIVE_STRENGTH_MASK << shift); in set_drive_strength()
912 #define DRIVE_STRENGTH_MASK 0x0000FF00 macro1519 if (flg & DRIVE_STRENGTH_MASK) { in npcm7xx_get_drive_strength()1541 v = (pincfg[pin].flag & DRIVE_STRENGTH_MASK); in npcm7xx_set_drive_strength()