Searched refs:NPCX_QSPI_SW_CS_MASK (Results 1 – 2 of 2) sorted by relevance
15 #define NPCX_QSPI_SW_CS_MASK (NPCX_QSPI_SW_CS0 | NPCX_QSPI_SW_CS1 | NPCX_QSPI_SW_CS2) macro
230 data->sw_cs = find_lsb_set(cfg->flags & NPCX_QSPI_SW_CS_MASK) - 1; in qspi_npcx_fiu_mutex_lock_configure()