Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-at91.c75 #define DRIVE_STRENGTH_MASK 0x3 macro
76 #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()