Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/renesas/rza/pfc/
H A Dpfc.c15 static const PFC_REGS pfc_mux_reg_tbl[] = { variable
132 int size = ARRAY_SIZE(pfc_mux_reg_tbl); in pfc_mux_setup()
136 if (pfc_mux_reg_tbl[cnt].pmc.flg == PFC_ON) { in pfc_mux_setup()
137 mmio_write_8(pfc_mux_reg_tbl[cnt].pmc.reg, in pfc_mux_setup()
138 pfc_mux_reg_tbl[cnt].pmc.val); in pfc_mux_setup()
141 if (pfc_mux_reg_tbl[cnt].iolh.flg == PFC_ON) { in pfc_mux_setup()
142 mmio_write_64(pfc_mux_reg_tbl[cnt].iolh.reg, in pfc_mux_setup()
143 pfc_mux_reg_tbl[cnt].iolh.val); in pfc_mux_setup()
146 if (pfc_mux_reg_tbl[cnt].pupd.flg == PFC_ON) { in pfc_mux_setup()
147 mmio_write_64(pfc_mux_reg_tbl[cnt].pupd.reg, in pfc_mux_setup()
[all …]