Home
last modified time | relevance | path

Searched refs:qe_bit (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/drivers/flash/
Dflash_npcx_fiu_nor.c540 uint8_t qe_idx, qe_bit, sts_reg[2]; in flash_npcx_nor_init() local
550 qe_bit = 6; in flash_npcx_nor_init()
558 qe_bit = 1; in flash_npcx_nor_init()
564 sts_reg[qe_idx - 1] |= BIT(qe_bit); in flash_npcx_nor_init()
Dflash_stm32_qspi.c942 uint8_t qe_bit; in qspi_program_quad_io() local
952 qe_bit = BIT(6U); in qspi_program_quad_io()
956 qe_bit = BIT(7U); in qspi_program_quad_io()
966 qe_bit = BIT(1U); in qspi_program_quad_io()
978 if ((reg & qe_bit) != 0U) { in qspi_program_quad_io()
982 reg |= qe_bit; in qspi_program_quad_io()
1005 if ((reg & qe_bit) == 0U) { in qspi_program_quad_io()
Dflash_stm32_ospi.c1623 uint8_t qe_bit; in stm32_ospi_enable_qe() local
1633 qe_bit = BIT(6U); in stm32_ospi_enable_qe()
1637 qe_bit = BIT(7U); in stm32_ospi_enable_qe()
1647 qe_bit = BIT(1U); in stm32_ospi_enable_qe()
1659 if ((reg & qe_bit) != 0U) { in stm32_ospi_enable_qe()
1668 reg |= qe_bit; in stm32_ospi_enable_qe()
1686 if ((reg & qe_bit) == 0U) { in stm32_ospi_enable_qe()