Searched refs:p_buf_32 (Results 1 – 1 of 1) sorted by relevance
559 union usb_reg_access *p_buf_32 = (union usb_reg_access *)p_buf; in ep0_out_overbytes() local564 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() local591 _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() local611 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() local865 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 …]