Searched refs:rxw (Results 1 – 2 of 2) sorted by relevance
159 u16 rxw; in dw_reader() local162 rxw = dw_read_io_reg(dws, DW_SPI_DR); in dw_reader()165 *(u8 *)(dws->rx) = rxw; in dw_reader()167 *(u16 *)(dws->rx) = rxw; in dw_reader()
312 u32 rxw = readl_relaxed(rs->regs + ROCKCHIP_SPI_RXDR); in rockchip_spi_pio_reader() local318 *(u8 *)rs->rx = (u8)rxw; in rockchip_spi_pio_reader()320 *(u16 *)rs->rx = (u16)rxw; in rockchip_spi_pio_reader()