Searched refs:sc18is602 (Results 1 – 5 of 5) sorted by relevance
27 enum chips { sc18is602, sc18is602b, sc18is603 }; enumerator40 struct sc18is602 { struct55 static int sc18is602_wait_ready(struct sc18is602 *hw, int len) in sc18is602_wait_ready() argument70 static int sc18is602_txrx(struct sc18is602 *hw, struct spi_message *msg, in sc18is602_txrx()135 static int sc18is602_setup_transfer(struct sc18is602 *hw, u32 hz, u8 mode) in sc18is602_setup_transfer()191 struct sc18is602 *hw = spi_master_get_devdata(master); in sc18is602_transfer_one()230 struct sc18is602 *hw = spi_master_get_devdata(spi->master); in sc18is602_setup()233 if (hw->id == sc18is602 && spi->chip_select == 2) in sc18is602_setup()245 struct sc18is602 *hw; in sc18is602_probe()253 master = spi_alloc_master(dev, sizeof(struct sc18is602)); in sc18is602_probe()[all …]
76 obj-$(CONFIG_SPI_SC18IS602) += spi-sc18is602.o
5 "nxp,sc18is602"
17 spi-sc18is602
1 Kernel driver spi-sc18is602