Searched refs:rxw (Results 1 – 2 of 2) sorted by relevance
205 u16 rxw; in dw_reader() local208 rxw = dw_read_io_reg(dws, DW_SPI_DR); in dw_reader()212 *(u8 *)(dws->rx) = rxw; in dw_reader()214 *(u16 *)(dws->rx) = rxw; in dw_reader()
362 u32 rxw; in rockchip_spi_pio_reader() local365 rxw = readl_relaxed(rs->regs + ROCKCHIP_SPI_RXDR); in rockchip_spi_pio_reader()367 *(u8 *)(rs->rx) = (u8)rxw; in rockchip_spi_pio_reader()369 *(u16 *)(rs->rx) = (u16)rxw; in rockchip_spi_pio_reader()