Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dlaw.c303 u32 bootloc = in_be32(&gur->rcwsr[6]); in init_laws() local
308 switch ((bootloc & FSL_CORENET_RCWSR6_BOOT_LOC) >> 23) { in init_laws()
/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c635 unsigned char bootloc; in cfi_cmdset_0002() local
690 bootloc = extp->TopBottom; in cfi_cmdset_0002()
691 if ((bootloc < 2) || (bootloc > 5)) { in cfi_cmdset_0002()
694 map->name, bootloc); in cfi_cmdset_0002()
695 bootloc = 2; in cfi_cmdset_0002()
698 if (bootloc == 3 && cfi->cfiq->NumEraseRegions > 1) { in cfi_cmdset_0002()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.lsch3162 The above two commands set bootloc register to 0x00000000_1800a000 where
175 DEST_ADDR is fixed at 0x1800a000, matching bootloc set above.