Searched refs:altcx (Results 1 – 2 of 2) sorted by relevance
28 .altcx[PRCM_IDX_GPIOCR_ALTC1] = {\33 .altcx[PRCM_IDX_GPIOCR_ALTC2] = {\38 .altcx[PRCM_IDX_GPIOCR_ALTC3] = {\43 .altcx[PRCM_IDX_GPIOCR_ALTC4] = {\90 struct prcm_gpiocr_altcx altcx[PRCM_IDX_GPIOCR_ALTC_MAX]; member
480 if (pin_desc->altcx[i].used == true) { in nmk_prcm_altcx_set_mode()481 reg = gpiocr_regs[pin_desc->altcx[i].reg_index]; in nmk_prcm_altcx_set_mode()482 bit = pin_desc->altcx[i].control_bit; in nmk_prcm_altcx_set_mode()495 if (pin_desc->altcx[alt_index].used == false) { in nmk_prcm_altcx_set_mode()509 if (pin_desc->altcx[i].used == true) { in nmk_prcm_altcx_set_mode()510 reg = gpiocr_regs[pin_desc->altcx[i].reg_index]; in nmk_prcm_altcx_set_mode()511 bit = pin_desc->altcx[i].control_bit; in nmk_prcm_altcx_set_mode()521 reg = gpiocr_regs[pin_desc->altcx[alt_index].reg_index]; in nmk_prcm_altcx_set_mode()522 bit = pin_desc->altcx[alt_index].control_bit; in nmk_prcm_altcx_set_mode()596 if (pin_desc->altcx[i].used == true) { in nmk_prcm_gpiocr_get_mode()[all …]