Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm7xx.c910 #define DSLO(x) (((x) >> DRIVE_STRENGTH_LO_SHIFT) & 0xF) macro
1517 ds = val ? DSHI(flg) : DSLO(flg); in npcm7xx_get_drive_strength()
1538 if (DSLO(v) == nval) { in npcm7xx_set_drive_strength()
H A Dpinctrl-npcm8xx.c1307 #define DSLO(x) (((x) >> DRIVE_STRENGTH_LO_SHIFT) & GENMASK(3, 0)) macro
1930 ds = val ? DSHI(flg) : DSLO(flg); in npcm8xx_get_drive_strength()
1946 if (DSLO(v) == nval) in npcm8xx_set_drive_strength()