Searched refs:CHIP_SELECT_COUNT (Results 1 – 3 of 3) sorted by relevance
26 #define CHIP_SELECT_COUNT 3u macro34 gpio_pin_e cs_pin[CHIP_SELECT_COUNT];52 for (int i = 0; i < CHIP_SELECT_COUNT; i++) { in spi_b91_hw_cs_disable()86 if (config->slave >= CHIP_SELECT_COUNT) { in spi_b91_config_cs()87 LOG_ERR("Slave %d not supported (max. %d)", config->slave, CHIP_SELECT_COUNT - 1); in spi_b91_config_cs()92 for (int cs_id = 0; cs_id < CHIP_SELECT_COUNT; cs_id++) { in spi_b91_config_cs()
24 #define CHIP_SELECT_COUNT 4 macro153 if (spi_cfg->slave > CHIP_SELECT_COUNT) { in spi_mcux_configure()156 CHIP_SELECT_COUNT); in spi_mcux_configure()
24 #define CHIP_SELECT_COUNT 4 macro179 if (spi_cfg->slave > CHIP_SELECT_COUNT) { in spi_mcux_configure()182 CHIP_SELECT_COUNT); in spi_mcux_configure()