Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-jcore.c34 struct jcore_spi { struct
56 static void jcore_spi_program(struct jcore_spi *hw) in jcore_spi_program() argument
69 struct jcore_spi *hw = spi_master_get_devdata(spi->master); in jcore_spi_chipsel()
82 static void jcore_spi_baudrate(struct jcore_spi *hw, int speed) in jcore_spi_baudrate()
98 struct jcore_spi *hw = spi_master_get_devdata(master); in jcore_spi_txrx()
142 struct jcore_spi *hw; in jcore_spi_probe()
149 master = spi_alloc_master(&pdev->dev, sizeof(struct jcore_spi)); in jcore_spi_probe()