Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/renesas/rza/pfc/
H A Dpfc.c141 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()
184 if (pfc_qspi_reg_tbl[cnt].iolh.flg == PFC_ON) { in pfc_qspi_setup()
185 mmio_write_64(pfc_qspi_reg_tbl[cnt].iolh.reg, in pfc_qspi_setup()
186 pfc_qspi_reg_tbl[cnt].iolh.val); in pfc_qspi_setup()
H A Dpfc_regs.h742 PFC_REG_UINT64 iolh; member