Searched refs:altera_spi (Results 1 – 1 of 1) sorted by relevance
43 struct altera_spi { struct56 static inline struct altera_spi *altera_spi_to_hw(struct spi_device *sdev) in altera_spi_to_hw() argument63 struct altera_spi *hw = altera_spi_to_hw(spi); in altera_spi_set_cs()76 static void altera_spi_tx_word(struct altera_spi *hw) in altera_spi_tx_word()95 static void altera_spi_rx_word(struct altera_spi *hw) in altera_spi_rx_word()118 struct altera_spi *hw = spi_master_get_devdata(master); in altera_spi_txrx()152 struct altera_spi *hw = spi_master_get_devdata(master); in altera_spi_irq()171 struct altera_spi *hw; in altera_spi_probe()175 master = spi_alloc_master(&pdev->dev, sizeof(struct altera_spi)); in altera_spi_probe()