Searched refs:fw_translate_cs (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/spi/
H A Dspi.h522 * @fw_translate_cs: If the boot firmware uses different numbering scheme
764 int (*fw_translate_cs)(struct spi_controller *ctlr, unsigned cs); member in struct:spi_controller
/linux-master/drivers/spi/
H A Dspi-pxa2xx.c1493 controller->fw_translate_cs = pxa2xx_spi_fw_translate_cs;
H A Dspi.c2746 if (ctlr->fw_translate_cs) {
2747 int cs = ctlr->fw_translate_cs(ctlr,

Completed in 183 milliseconds