Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/emxx_udc/
Demxx_udc.c559 union usb_reg_access *p_buf_32 = (union usb_reg_access *)p_buf; in ep0_out_overbytes() local
564 p_buf_32->byte.DATA[i] = temp_32.byte.DATA[i]; in ep0_out_overbytes()
579 union usb_reg_access *p_buf_32 = (union usb_reg_access *)p_buf; in EP0_in_PIO() local
591 _nbu2ss_writel(&udc->p_regs->EP0_WRITE, p_buf_32->dw); in EP0_in_PIO()
592 p_buf_32++; in EP0_in_PIO()
607 union usb_reg_access *p_buf_32 = (union usb_reg_access *)p_buf; in ep0_in_overbytes() local
611 temp_32.byte.DATA[i] = p_buf_32->byte.DATA[i]; in ep0_in_overbytes()
854 union usb_reg_access *p_buf_32; in _nbu2ss_epn_out_pio() local
865 p_buf_32 = (union usb_reg_access *)(p_buffer + req->req.actual); in _nbu2ss_epn_out_pio()
872 p_buf_32->dw = in _nbu2ss_epn_out_pio()
[all …]