Searched refs:temp_32 (Results 1 – 2 of 2) sorted by relevance
573 union usb_reg_access temp_32; in ep0_out_overbytes() local577 temp_32.dw = _nbu2ss_readl(&udc->p_regs->EP0_READ); in ep0_out_overbytes()579 p_buf_32->byte.DATA[i] = temp_32.byte.DATA[i]; in ep0_out_overbytes()621 union usb_reg_access temp_32; in ep0_in_overbytes() local626 temp_32.byte.DATA[i] = p_buf_32->byte.DATA[i]; in ep0_in_overbytes()627 _nbu2ss_ep_in_end(udc, 0, temp_32.dw, i_remain_size); in ep0_in_overbytes()880 union usb_reg_access temp_32; in _nbu2ss_epn_out_pio() local910 temp_32.dw = in _nbu2ss_epn_out_pio()913 p_buf_32->byte.DATA[i] = temp_32.byte.DATA[i]; in _nbu2ss_epn_out_pio()1101 union usb_reg_access temp_32; in _nbu2ss_epn_in_pio() local[all …]
3303 u32 temp_32; in pma_get_ib_portcounters() local3315 temp_32 = be32_to_cpu(rsp.link_error_recovery); in pma_get_ib_portcounters()3316 if (temp_32 > 0xFFUL) in pma_get_ib_portcounters()3319 p->link_error_recovery_counter = (u8)temp_32; in pma_get_ib_portcounters()3321 temp_32 = be32_to_cpu(rsp.link_downed); in pma_get_ib_portcounters()3322 if (temp_32 > 0xFFUL) in pma_get_ib_portcounters()3325 p->link_downed_counter = (u8)temp_32; in pma_get_ib_portcounters()