Home
last modified time | relevance | path

Searched refs:maj (Results 1 – 9 of 9) sorted by relevance

/u-boot/board/freescale/common/
A Deeprom.h18 #define MPC85XX_CPU_BOARD_REV(maj, min) ((((maj)&0xff) << 8) | ((min) & 0xff)) argument
/u-boot/drivers/misc/
A Dfsl_portals.c191 unsigned int maj, min; in fdt_fixup_qportals() local
203 maj = (rev_1 >> 8) & 0xff; in fdt_fixup_qportals()
208 maj, min, ip_cfg) + 1; in fdt_fixup_qportals()
303 unsigned int maj, min; in fdt_fixup_bportals() local
311 maj = (rev_1 >> 8) & 0xff; in fdt_fixup_bportals()
317 maj, min, ip_cfg) + 1; in fdt_fixup_bportals()
/u-boot/include/
A Dsunxi_image.h24 #define SPL_VERSION(maj, min) \ argument
25 ((((maj) & ((1U << SPL_MAJOR_BITS) - 1)) << SPL_MINOR_BITS) | \
/u-boot/include/linux/
A Dpsci.h95 #define PSCI_VERSION(maj, min) \ argument
96 ((((maj) << PSCI_VERSION_MAJOR_SHIFT) & PSCI_VERSION_MAJOR_MASK) | \
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
A Dsoc.h96 #define IS_SVR_REV(svr, maj, min) \ argument
97 ((SVR_MAJ(svr) == (maj)) && (SVR_MIN(svr) == (min)))
/u-boot/arch/arm/include/asm/arch-ls102xa/
A Dimmap_ls102xa.h14 #define IS_SVR_REV(svr, maj, min) \ argument
15 ((SVR_MAJ(svr) == maj) && (SVR_MIN(svr) == min))
/u-boot/arch/powerpc/include/asm/
A Dprocessor.h1012 #define IS_SVR_REV(svr, maj, min) \ argument
1013 ((SVR_MAJ(svr) == maj) && (SVR_MIN(svr) == min))
/u-boot/drivers/ram/octeon/
A Docteon3_lmc.c4732 int maj, xmaj, xmx, xmc, xxc, xcc; in lmc_write_leveling_loop() local
4736 maj = find_wl_majority(&wl_bytes[byte_idx], &mx, in lmc_write_leveling_loop()
4740 if (maj != xmaj) { in lmc_write_leveling_loop()
4744 byte_idx, maj, xc, xmaj, xxc); in lmc_write_leveling_loop()
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-pko-defs.h3418 u64 maj : 1; member

Completed in 90 milliseconds