Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-au1550.c49 struct au1550_spi { struct
61 void (*rx_word)(struct au1550_spi *hw); argument
62 void (*tx_word)(struct au1550_spi *hw); argument
64 irqreturn_t (*irq_callback)(struct au1550_spi *hw); argument
99 static void au1550_spi_bits_handlers_set(struct au1550_spi *hw, int bpw); argument
111 static u32 au1550_spi_baudcfg(struct au1550_spi *hw, unsigned speed_hz) in au1550_spi_baudcfg()
134 static inline void au1550_spi_mask_ack_all(struct au1550_spi *hw) in au1550_spi_mask_ack_all()
149 static void au1550_spi_reset_fifos(struct au1550_spi *hw) in au1550_spi_reset_fifos()
172 struct au1550_spi *hw = spi_master_get_devdata(spi->master); in au1550_spi_chipsel()
232 struct au1550_spi *hw = spi_master_get_devdata(spi->master); in au1550_spi_setupxfer()
[all …]