Searched refs:rxw (Results 1 - 2 of 2) sorted by path

/drivers/spi/
H A Dspi-dw.c197 u16 rxw; local
200 rxw = dw_readw(dws, DW_SPI_DR);
204 *(u8 *)(dws->rx) = rxw;
206 *(u16 *)(dws->rx) = rxw;
H A Dspi-rockchip.c355 u32 rxw; local
358 rxw = readl_relaxed(rs->regs + ROCKCHIP_SPI_RXDR);
360 *(u8 *)(rs->rx) = (u8)rxw;
362 *(u16 *)(rs->rx) = (u16)rxw;

Completed in 48 milliseconds