HomeSort by relevance Sort by last modified time
    Searched refs:QE_CR_FLG (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/qe/
qe.c 38 out_be32(&qe_immr->cp.cecr,(u32) (cmd | QE_CR_FLG));
41 out_be32(&qe_immr->cp.cecr, (sbc | QE_CR_FLG |
44 /* Wait for the QE_CR_FLG to clear */
47 } while (cecr & QE_CR_FLG);
257 | QE_CR_FLG | QE_ASSIGN_PAGE);
259 /* Wait for the QE_CR_FLG to clear */
262 } while (cecr & QE_CR_FLG );
  /external/u-boot/include/
fsl_qe.h 50 #define QE_CR_FLG 0x00010000

Completed in 836 milliseconds