Searched refs:DRIVE_STRENGTH_MASK (Results 1 – 4 of 4) sorted by relevance
35 #define DRIVE_STRENGTH_MASK 0x3 macro36 #define DRIVE_STRENGTH (DRIVE_STRENGTH_MASK << DRIVE_STRENGTH_SHIFT)206 clrsetbits_le32(reg, DRIVE_STRENGTH_MASK << shift, strength << shift); in set_drive_strength()
56 #define DRIVE_STRENGTH_MASK GENMASK(3, 0) macro478 DRIVE_STRENGTH_MASK; in sprd_pinconf_get()666 mask = DRIVE_STRENGTH_MASK; in sprd_pinconf_set()
56 #define DRIVE_STRENGTH_MASK 0x3 macro57 #define DRIVE_STRENGTH (DRIVE_STRENGTH_MASK << DRIVE_STRENGTH_SHIFT)562 return tmp & DRIVE_STRENGTH_MASK; in read_drive_strength()618 tmp &= ~(DRIVE_STRENGTH_MASK << shift); in set_drive_strength()
905 #define DRIVE_STRENGTH_MASK 0x0000FF00 macro1512 if (flg & DRIVE_STRENGTH_MASK) { in npcm7xx_get_drive_strength()1534 v = (pincfg[pin].flag & DRIVE_STRENGTH_MASK); in npcm7xx_set_drive_strength()