Searched refs:DEV_NUM_MAX (Results 1 – 3 of 3) sorted by relevance
142 spi_device_t* device[DEV_NUM_MAX];226 .cur_cs = DEV_NUM_MAX, in spi_master_init_driver()296 for (x=0; x<DEV_NUM_MAX; x++) { in spi_master_deinit_driver()497 …SPI_CHECK(handle->host->cur_cs == DEV_NUM_MAX || handle->host->device[handle->host->cur_cs] != han… in spi_bus_remove_device()656 host->cur_cs = DEV_NUM_MAX; in spi_post_trans()678 assert(host->cur_cs != DEV_NUM_MAX); in spi_intr()706 assert(host->cur_cs == DEV_NUM_MAX); in spi_intr()
464 #define DEV_NUM_MAX 6 ///< Number of devices supported by this lock macro
202 atomic_intptr_t dev[DEV_NUM_MAX]; ///< Child locks.593 for (int i = 0; i < DEV_NUM_MAX; i++) { in spi_bus_deinit_lock()613 for (i = DEV_NUM_MAX - 1; i >= 0; i--) { in try_acquire_free_dev()