Home
last modified time | relevance | path

Searched refs:QE_NUM_OF_SNUM (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dconfig_mpc85xx.h35 #define QE_NUM_OF_SNUM 28 macro
45 #define QE_NUM_OF_SNUM 46 macro
80 #define QE_NUM_OF_SNUM 28 macro
109 #define QE_NUM_OF_SNUM 28 macro
352 #define QE_NUM_OF_SNUM 28 macro
383 #define QE_NUM_OF_SNUM 28 macro
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/
H A Dqe.c45 static u8 snums[QE_NUM_OF_SNUM]; /* Dynamically allocated SNUMs */
46 static DECLARE_BITMAP(snum_state, QE_NUM_OF_SNUM);
307 bitmap_zero(snum_state, QE_NUM_OF_SNUM); in qe_snums_init()
312 snums, 1, QE_NUM_OF_SNUM); in qe_snums_init()
/OK3568_Linux_fs/u-boot/drivers/qe/
H A Dqe.c29 static qe_snum_t snums[QE_NUM_OF_SNUM];
140 for (i = 0; i < QE_NUM_OF_SNUM; i++) { in qe_snums_init()
151 for (i = 0; i < QE_NUM_OF_SNUM; i++) { in qe_get_snum()
166 for (i = 0; i < QE_NUM_OF_SNUM; i++) { in qe_put_snum()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dimmap_qe.h19 #define QE_NUM_OF_SNUM 28 macro
23 #define QE_NUM_OF_SNUM 28 macro
30 #define QE_NUM_OF_SNUM 28 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dconfig.h146 #define QE_NUM_OF_SNUM 28 macro
/OK3568_Linux_fs/kernel/include/soc/fsl/qe/
H A Dqe.h26 #define QE_NUM_OF_SNUM 256 /* There are 256 serial number in QE */ macro