Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dconfig_mpc85xx.h34 #define QE_NUM_OF_SNUM 28 macro
44 #define QE_NUM_OF_SNUM 46 macro
79 #define QE_NUM_OF_SNUM 28 macro
108 #define QE_NUM_OF_SNUM 28 macro
351 #define QE_NUM_OF_SNUM 28 macro
382 #define QE_NUM_OF_SNUM 28 macro
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqe.c46 static u8 snums[QE_NUM_OF_SNUM]; /* Dynamically allocated SNUMs */
47 static DECLARE_BITMAP(snum_state, QE_NUM_OF_SNUM);
308 bitmap_zero(snum_state, QE_NUM_OF_SNUM); in qe_snums_init()
313 snums, 1, QE_NUM_OF_SNUM); in qe_snums_init()
/openbmc/u-boot/drivers/qe/
H A Dqe.c31 static qe_snum_t snums[QE_NUM_OF_SNUM];
142 for (i = 0; i < QE_NUM_OF_SNUM; i++) { in qe_snums_init()
153 for (i = 0; i < QE_NUM_OF_SNUM; i++) { in qe_get_snum()
168 for (i = 0; i < QE_NUM_OF_SNUM; i++) { in qe_put_snum()
/openbmc/u-boot/include/linux/
H A Dimmap_qe.h18 #define QE_NUM_OF_SNUM 28 macro
22 #define QE_NUM_OF_SNUM 28 macro
29 #define QE_NUM_OF_SNUM 28 macro
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dconfig.h260 #define QE_NUM_OF_SNUM 28 macro
/openbmc/linux/include/soc/fsl/qe/
H A Dqe.h26 #define QE_NUM_OF_SNUM 256 /* There are 256 serial number in QE */ macro