Home
last modified time | relevance | path

Searched refs:rx_word (Results 1 – 2 of 2) sorted by relevance

/drivers/spi/
Dau1550_spi.c65 void (*rx_word)(struct au1550_spi *hw); member
643 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()
/drivers/net/tokenring/
Dlanstreamer.c1580 __u16 rx_word; in streamer_arb_cmd() local
1592 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()