Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/staging/emxx_udc/
Demxx_udc.c560 union usb_reg_access temp_32; in ep0_out_overbytes() local
564 temp_32.dw = _nbu2ss_readl(&udc->p_regs->EP0_READ); in ep0_out_overbytes()
566 p_buf_32->byte.DATA[i] = temp_32.byte.DATA[i]; in ep0_out_overbytes()
608 union usb_reg_access temp_32; in ep0_in_overbytes() local
613 temp_32.byte.DATA[i] = p_buf_32->byte.DATA[i]; in ep0_in_overbytes()
614 _nbu2ss_ep_in_end(udc, 0, temp_32.dw, i_remain_size); in ep0_in_overbytes()
855 union usb_reg_access temp_32; in _nbu2ss_epn_out_pio() local
885 temp_32.dw = in _nbu2ss_epn_out_pio()
888 p_buf_32->byte.DATA[i] = temp_32.byte.DATA[i]; in _nbu2ss_epn_out_pio()
1058 union usb_reg_access temp_32; in _nbu2ss_epn_in_pio() local
[all …]
/linux-6.6.21/drivers/infiniband/hw/hfi1/
Dmad.c3251 u32 temp_32; in pma_get_ib_portcounters() local
3263 temp_32 = be32_to_cpu(rsp.link_error_recovery); in pma_get_ib_portcounters()
3264 if (temp_32 > 0xFFUL) in pma_get_ib_portcounters()
3267 p->link_error_recovery_counter = (u8)temp_32; in pma_get_ib_portcounters()
3269 temp_32 = be32_to_cpu(rsp.link_downed); in pma_get_ib_portcounters()
3270 if (temp_32 > 0xFFUL) in pma_get_ib_portcounters()
3273 p->link_downed_counter = (u8)temp_32; in pma_get_ib_portcounters()