Home
last modified time | relevance | path

Searched refs:DSZ (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dmx53ard.h176 #define MX53ARD_CS1GCR1 (CSEN | DSZ(2))
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h20 #define DSZ 30 macro
277 uint32_t out_lzcount[LLSZ+DSZ];
/openbmc/u-boot/arch/nds32/cpu/n1213/
H A Dstart.S355 ! Get the DSZ field
364 ! $t1= bit width of D cache line size(DSZ)
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/
H A Dimx-regs.h145 #define DSZ(x) (((x) & 0x7) << 16) macro