Searched refs:rxw (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/spi/
H A Dspi-dw.c199 u16 rxw; dw_reader() local
202 rxw = dw_read_io_reg(dws, DW_SPI_DR); dw_reader()
206 *(u8 *)(dws->rx) = rxw; dw_reader()
208 *(u16 *)(dws->rx) = rxw; dw_reader()
H A Dspi-rockchip.c367 u32 rxw; rockchip_spi_pio_reader() local
370 rxw = readl_relaxed(rs->regs + ROCKCHIP_SPI_RXDR); rockchip_spi_pio_reader()
372 *(u8 *)(rs->rx) = (u8)rxw; rockchip_spi_pio_reader()
374 *(u16 *)(rs->rx) = (u16)rxw; rockchip_spi_pio_reader()
/linux-4.4.14/net/llc/
H A Dllc_proc.c182 "dsap state retr txw rxw pf ff sf df rs cs " llc_seq_core_show()

Completed in 142 milliseconds