Searched refs:rxw (Results 1 – 2 of 2) sorted by relevance
193 u16 rxw; in dw_reader() local196 rxw = dw_read_io_reg(dws, DW_SPI_DR); in dw_reader()200 *(u8 *)(dws->rx) = rxw; in dw_reader()202 *(u16 *)(dws->rx) = rxw; in dw_reader()
307 u32 rxw = readl_relaxed(rs->regs + ROCKCHIP_SPI_RXDR); in rockchip_spi_pio_reader() local313 *(u8 *)rs->rx = (u8)rxw; in rockchip_spi_pio_reader()315 *(u16 *)rs->rx = (u16)rxw; in rockchip_spi_pio_reader()