Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.c1218 uint16_t ocp_base, ocp_index; in ocp_reg_read() local
1220 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() local
1234 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()
A Dusbh_rtl8152.h30 uint16_t ocp_base; member

Completed in 9 milliseconds