Lines Matching refs:altcx
491 if (pin_desc->altcx[i].used == true) { in nmk_prcm_altcx_set_mode()
492 reg = gpiocr_regs[pin_desc->altcx[i].reg_index]; in nmk_prcm_altcx_set_mode()
493 bit = pin_desc->altcx[i].control_bit; in nmk_prcm_altcx_set_mode()
506 if (pin_desc->altcx[alt_index].used == false) { in nmk_prcm_altcx_set_mode()
520 if (pin_desc->altcx[i].used == true) { in nmk_prcm_altcx_set_mode()
521 reg = gpiocr_regs[pin_desc->altcx[i].reg_index]; in nmk_prcm_altcx_set_mode()
522 bit = pin_desc->altcx[i].control_bit; in nmk_prcm_altcx_set_mode()
532 reg = gpiocr_regs[pin_desc->altcx[alt_index].reg_index]; in nmk_prcm_altcx_set_mode()
533 bit = pin_desc->altcx[alt_index].control_bit; in nmk_prcm_altcx_set_mode()
607 if (pin_desc->altcx[i].used == true) { in nmk_prcm_gpiocr_get_mode()
608 reg = gpiocr_regs[pin_desc->altcx[i].reg_index]; in nmk_prcm_gpiocr_get_mode()
609 bit = pin_desc->altcx[i].control_bit; in nmk_prcm_gpiocr_get_mode()