Searched refs:DRIVE_STRENGTH_MASK (Results 1 – 1 of 1) sorted by relevance
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()