Searched refs:ocp_base (Results 1 – 2 of 2) sorted by relevance
1218 uint16_t ocp_base, ocp_index; in ocp_reg_read() local1220 ocp_base = addr & 0xf000; in ocp_reg_read()1221 if (ocp_base != tp->ocp_base) { in ocp_reg_read()1222 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base); in ocp_reg_read()1223 tp->ocp_base = ocp_base; in ocp_reg_read()1232 uint16_t ocp_base, ocp_index; in ocp_reg_write() local1234 ocp_base = addr & 0xf000; in ocp_reg_write()1235 if (ocp_base != tp->ocp_base) { in ocp_reg_write()1236 ocp_write_word(tp, MCU_TYPE_PLA, PLA_OCP_GPHY_BASE, ocp_base); in ocp_reg_write()1237 tp->ocp_base = ocp_base; in ocp_reg_write()
30 uint16_t ocp_base; member
Completed in 9 milliseconds