Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A 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()
99 struct jcore_spi *hw = spi_master_get_devdata(master); in jcore_spi_txrx()
143 struct jcore_spi *hw; in jcore_spi_probe()
150 master = spi_alloc_master(&pdev->dev, sizeof(struct jcore_spi)); in jcore_spi_probe()