Home
last modified time | relevance | path

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

/openbmc/u-boot/include/configs/
H A Dmx53ard.h176 #define MX53ARD_CS1GCR1 (CSEN | DSZ(2))
/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