Searched refs:p_buf_32 (Results 1 – 1 of 1) sorted by relevance
561 union usb_reg_access *p_buf_32 = (union usb_reg_access *)p_buf; in ep0_out_overbytes() local566 p_buf_32->byte.DATA[i] = temp_32.byte.DATA[i]; in ep0_out_overbytes()581 union usb_reg_access *p_buf_32 = (union usb_reg_access *)p_buf; in EP0_in_PIO() local593 _nbu2ss_writel(&udc->p_regs->EP0_WRITE, p_buf_32->dw); in EP0_in_PIO()594 p_buf_32++; in EP0_in_PIO()609 union usb_reg_access *p_buf_32 = (union usb_reg_access *)p_buf; in ep0_in_overbytes() local613 temp_32.byte.DATA[i] = p_buf_32->byte.DATA[i]; in ep0_in_overbytes()856 union usb_reg_access *p_buf_32; in _nbu2ss_epn_out_pio() local867 p_buf_32 = (union usb_reg_access *)(p_buffer + req->req.actual); in _nbu2ss_epn_out_pio()874 p_buf_32->dw = in _nbu2ss_epn_out_pio()[all …]