Searched refs:dieptxf (Results 1 – 2 of 2) sorted by relevance
84 uint32_t dieptxf[15]; member278 uint32_t dieptxf; in dwc2_get_txfdep() local280 dieptxf = sys_read32((mem_addr_t)&base->dieptxf[f_idx]); in dwc2_get_txfdep()282 return usb_dwc2_get_dieptxf_inepntxfdep(dieptxf); in dwc2_get_txfdep()289 uint32_t dieptxf; in dwc2_get_txfaddr() local291 dieptxf = sys_read32((mem_addr_t)&base->dieptxf[f_idx]); in dwc2_get_txfaddr()293 return usb_dwc2_get_dieptxf_inepntxfstaddr(dieptxf); in dwc2_get_txfaddr()301 uint32_t dieptxf; in dwc2_set_txf() local303 dieptxf = usb_dwc2_set_dieptxf_inepntxfdep(dep) | in dwc2_set_txf()306 sys_write32(dieptxf, (mem_addr_t)&base->dieptxf[f_idx]); in dwc2_set_txf()[all …]
80 volatile uint32_t dieptxf[15]; member