Searched refs:rx_word (Results 1 – 2 of 2) sorted by relevance
65 void (*rx_word)(struct au1550_spi *hw); member643 hw->rx_word(hw); in au1550_spi_pio_irq_callback()703 hw->rx_word = &au1550_spi_rx_word_8; in au1550_spi_bits_handlers_set()709 hw->rx_word = &au1550_spi_rx_word_16; in au1550_spi_bits_handlers_set()714 hw->rx_word = &au1550_spi_rx_word_32; in au1550_spi_bits_handlers_set()
1580 __u16 rx_word; in streamer_arb_cmd() local1592 rx_word=ntohs(readw(streamer_mmio+LAPDINC)); in streamer_arb_cmd()1593 frame_data[i]=rx_word >> 8; in streamer_arb_cmd()1594 frame_data[i+1]=rx_word & 0xff; in streamer_arb_cmd()