Searched refs:rxw (Results 1 – 2 of 2) sorted by relevance
201 u16 rxw; in dw_reader() local204 rxw = dw_read_io_reg(dws, DW_SPI_DR); in dw_reader()208 *(u8 *)(dws->rx) = rxw; in dw_reader()210 *(u16 *)(dws->rx) = rxw; in dw_reader()
368 u32 rxw; in rockchip_spi_pio_reader() local371 rxw = readl_relaxed(rs->regs + ROCKCHIP_SPI_RXDR); in rockchip_spi_pio_reader()373 *(u8 *)(rs->rx) = (u8)rxw; in rockchip_spi_pio_reader()375 *(u16 *)(rs->rx) = (u16)rxw; in rockchip_spi_pio_reader()