Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/nomadik/
Dpinctrl-abx500.c209 struct pullud *pullud; in abx500_get_pull_updown() local
211 if (!pct->soc->pullud) { in abx500_get_pull_updown()
218 pullud = pct->soc->pullud; in abx500_get_pull_updown()
220 if ((offset < pullud->first_pin) in abx500_get_pull_updown()
221 || (offset > pullud->last_pin)) { in abx500_get_pull_updown()
229 pos = (offset - pullud->first_pin) << 1; in abx500_get_pull_updown()
244 struct pullud *pullud; in abx500_set_pull_updown() local
246 if (!pct->soc->pullud) { in abx500_set_pull_updown()
253 pullud = pct->soc->pullud; in abx500_set_pull_updown()
255 if ((offset < pullud->first_pin) in abx500_set_pull_updown()
[all …]
Dpinctrl-abx500.h104 struct pullud { struct
186 struct pullud *pullud; member
Dpinctrl-ab8540.c370 static struct pullud ab8540_pullud = {
396 .pullud = &ab8540_pullud,