Searched refs:qe_bit (Results 1 – 3 of 3) sorted by relevance
540 uint8_t qe_idx, qe_bit, sts_reg[2]; in flash_npcx_nor_init() local550 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()
942 uint8_t qe_bit; in qspi_program_quad_io() local952 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()
1623 uint8_t qe_bit; in stm32_ospi_enable_qe() local1633 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()