Searched refs:rxw (Results 1 – 2 of 2) sorted by relevance
199 u16 rxw; in dw_reader() local202 rxw = dw_read_io_reg(dws, DW_SPI_DR); in dw_reader()206 *(u8 *)(dws->rx) = rxw; in dw_reader()208 *(u16 *)(dws->rx) = rxw; in dw_reader()
367 u32 rxw; in rockchip_spi_pio_reader() local370 rxw = readl_relaxed(rs->regs + ROCKCHIP_SPI_RXDR); in rockchip_spi_pio_reader()372 *(u8 *)(rs->rx) = (u8)rxw; in rockchip_spi_pio_reader()374 *(u16 *)(rs->rx) = (u16)rxw; in rockchip_spi_pio_reader()