Searched refs:dieptxf (Results 1 – 2 of 2) sorted by relevance
201 uint32_t dieptxf; in dwc2_get_txfdep() local203 dieptxf = sys_read32((mem_addr_t)&base->dieptxf[f_idx]); in dwc2_get_txfdep()205 return usb_dwc2_get_dieptxf_inepntxfdep(dieptxf); in dwc2_get_txfdep()212 uint32_t dieptxf; in dwc2_get_txfaddr() local214 dieptxf = sys_read32((mem_addr_t)&base->dieptxf[f_idx]); in dwc2_get_txfaddr()216 return usb_dwc2_get_dieptxf_inepntxfstaddr(dieptxf); in dwc2_get_txfaddr()224 uint32_t dieptxf; in dwc2_set_txf() local226 dieptxf = usb_dwc2_set_dieptxf_inepntxfdep(dep) | in dwc2_set_txf()229 sys_write32(dieptxf, (mem_addr_t)&base->dieptxf[f_idx]); in dwc2_set_txf()1331 i, sys_read32((mem_addr_t)&base->dieptxf[i - 1U]), i, dxepctl); in udc_dwc2_ep_activate()
80 volatile uint32_t dieptxf[15]; member