Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/emxx_udc/
Demxx_udc.c574 union usb_reg_access *p_buf_32 = (union usb_reg_access *)p_buf; in ep0_out_overbytes() local
579 p_buf_32->byte.DATA[i] = temp_32.byte.DATA[i]; in ep0_out_overbytes()
594 union usb_reg_access *p_buf_32 = (union usb_reg_access *)p_buf; in EP0_in_PIO() local
606 _nbu2ss_writel(&udc->p_regs->EP0_WRITE, p_buf_32->dw); in EP0_in_PIO()
607 p_buf_32++; in EP0_in_PIO()
622 union usb_reg_access *p_buf_32 = (union usb_reg_access *)p_buf; in ep0_in_overbytes() local
626 temp_32.byte.DATA[i] = p_buf_32->byte.DATA[i]; in ep0_in_overbytes()
881 union usb_reg_access *p_buf_32; in _nbu2ss_epn_out_pio() local
892 p_buf_32 = (union usb_reg_access *)(p_buffer + req->req.actual); in _nbu2ss_epn_out_pio()
899 p_buf_32->dw = in _nbu2ss_epn_out_pio()
[all …]