Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-jcore.c35 struct jcore_spi { struct
57 static void jcore_spi_program(struct jcore_spi *hw) in jcore_spi_program() argument
70 struct jcore_spi *hw = spi_master_get_devdata(spi->master); in jcore_spi_chipsel()
83 static void jcore_spi_baudrate(struct jcore_spi *hw, int speed) in jcore_spi_baudrate()
100 struct jcore_spi *hw = spi_master_get_devdata(master); in jcore_spi_txrx()
144 struct jcore_spi *hw; in jcore_spi_probe()
151 master = spi_alloc_master(&pdev->dev, sizeof(struct jcore_spi)); in jcore_spi_probe()