Home
last modified time | relevance | path

Searched refs:MX25_STATUS_QE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/devices/
H A Dst_spi_fsm.c517 #define MX25_STATUS_QE (0x1 << 6) macro
1188 if (!(sta & MX25_STATUS_QE)) { in stfsm_mx25_config()
1190 sta |= MX25_STATUS_QE; in stfsm_mx25_config()
1195 if (sta & MX25_STATUS_QE) { in stfsm_mx25_config()
1197 sta &= ~MX25_STATUS_QE; in stfsm_mx25_config()
/kernel/linux/linux-6.6/drivers/mtd/devices/
H A Dst_spi_fsm.c517 #define MX25_STATUS_QE (0x1 << 6) macro
1188 if (!(sta & MX25_STATUS_QE)) { in stfsm_mx25_config()
1190 sta |= MX25_STATUS_QE; in stfsm_mx25_config()
1195 if (sta & MX25_STATUS_QE) { in stfsm_mx25_config()
1197 sta &= ~MX25_STATUS_QE; in stfsm_mx25_config()

Completed in 6 milliseconds