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
490 if (pin_desc->altcx[i].used == true) { in nmk_prcm_altcx_set_mode()491 reg = gpiocr_regs[pin_desc->altcx[i].reg_index]; in nmk_prcm_altcx_set_mode()492 bit = pin_desc->altcx[i].control_bit; in nmk_prcm_altcx_set_mode()505 if (pin_desc->altcx[alt_index].used == false) { in nmk_prcm_altcx_set_mode()519 if (pin_desc->altcx[i].used == true) { in nmk_prcm_altcx_set_mode()520 reg = gpiocr_regs[pin_desc->altcx[i].reg_index]; in nmk_prcm_altcx_set_mode()521 bit = pin_desc->altcx[i].control_bit; in nmk_prcm_altcx_set_mode()531 reg = gpiocr_regs[pin_desc->altcx[alt_index].reg_index]; in nmk_prcm_altcx_set_mode()532 bit = pin_desc->altcx[alt_index].control_bit; in nmk_prcm_altcx_set_mode()606 if (pin_desc->altcx[i].used == true) { in nmk_prcm_gpiocr_get_mode()[all …]