Searched refs:p_buf_32 (Results 1 – 1 of 1) sorted by relevance
574 union usb_reg_access *p_buf_32 = (union usb_reg_access *)p_buf; in ep0_out_overbytes() local579 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() local606 _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() local626 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() local892 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 …]