Home
last modified time | relevance | path

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

/linux/include/linux/gpio/
H A Dgpio-nomadik.h94 .altcx[PRCM_IDX_GPIOCR_ALTC1] = {\
99 .altcx[PRCM_IDX_GPIOCR_ALTC2] = {\
104 .altcx[PRCM_IDX_GPIOCR_ALTC3] = {\
109 .altcx[PRCM_IDX_GPIOCR_ALTC4] = {\
154 struct prcm_gpiocr_altcx altcx[PRCM_IDX_GPIOCR_ALTC_MAX]; member
/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c382 if (pin_desc->altcx[i].used) { in nmk_prcm_altcx_set_mode()
383 reg = gpiocr_regs[pin_desc->altcx[i].reg_index]; in nmk_prcm_altcx_set_mode()
384 bit = pin_desc->altcx[i].control_bit; in nmk_prcm_altcx_set_mode()
397 if (!pin_desc->altcx[alt_index].used) { in nmk_prcm_altcx_set_mode()
411 if (pin_desc->altcx[i].used) { in nmk_prcm_altcx_set_mode()
412 reg = gpiocr_regs[pin_desc->altcx[i].reg_index]; in nmk_prcm_altcx_set_mode()
413 bit = pin_desc->altcx[i].control_bit; in nmk_prcm_altcx_set_mode()
423 reg = gpiocr_regs[pin_desc->altcx[alt_index].reg_index]; in nmk_prcm_altcx_set_mode()
424 bit = pin_desc->altcx[alt_index].control_bit; in nmk_prcm_altcx_set_mode()
509 if (pin_desc->altcx[i].used) { in nmk_prcm_gpiocr_get_mode()
[all …]