/u-boot/arch/arm/include/asm/arch-ls102xa/ |
A D | ls102xa_stream_id.h | 31 offsetof(ccsr_sec_t, jrliodnr[jrnum].ls) + \ 35 offsetof(ccsr_sec_t, jrliodnr[jrnum].ls) + \ 43 offsetof(ccsr_sec_t, rticliodnr[0x##rtic-0xa].ls) + \ 48 offsetof(ccsr_sec_t, rticliodnr[0x##rtic-0xa].ls) + \ 54 offsetof(ccsr_sec_t, decoliodnr[num].ls) + \
|
/u-boot/arch/arm/mach-imx/ |
A D | mkimage_fit_atf.sh | 19 ls -lct $BL31 | awk '{print $5}' >&2 29 ls -lct $BL32 | awk '{print $5}' >&2 39 ls -lct u-boot-nodtb.bin | awk '{print $5}' >&2 45 ls -lct $dtname | awk '{print $5}' >&2
|
/u-boot/arch/powerpc/include/asm/ |
A D | fsl_liodn.h | 195 offsetof(ccsr_sec_t, jrliodnr[jrNum].ls) + \ 199 offsetof(ccsr_sec_t, jrliodnr[jrNum].ls) + \ 207 offsetof(ccsr_sec_t, rticliodnr[0x##rtic-0xa].ls) + \ 212 offsetof(ccsr_sec_t, rticliodnr[0x##rtic-0xa].ls) + \ 218 offsetof(ccsr_sec_t, decoliodnr[num].ls) + \
|
/u-boot/fs/ |
A D | fs.c | 149 int (*ls)(const char *dirname); member 185 .ls = fs_ls_generic, 213 .ls = ext4fs_ls, 237 .ls = sandbox_fs_ls, 256 .ls = ubifs_ls, 275 .ls = btrfs_ls, 295 .ls = fs_ls_generic, 314 .ls = fs_ls_unsupported, 380 info->ls += gd->reloc_off; in fs_set_blk_dev() 458 ret = info->ls(dirname); in fs_ls()
|
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
A D | fsl_icid.h | 176 offsetof(ccsr_sec_t, jrliodnr[jr_num].ls) + \ 182 offsetof(ccsr_sec_t, decoliodnr[deco_num].ls) + \ 187 offsetof(ccsr_sec_t, rticliodnr[rtic_num].ls) + \
|
/u-boot/arch/arm/dts/ |
A D | fsl-ls1046a.dtsi | 285 compatible = "fsl,ls-pcie", "snps,dw-pcie"; 301 compatible = "fsl,ls-pcie-ep"; 312 compatible = "fsl,ls-pcie", "snps,dw-pcie"; 329 compatible = "fsl,ls-pcie-ep"; 340 compatible = "fsl,ls-pcie", "snps,dw-pcie"; 356 compatible = "fsl,ls-pcie-ep";
|
A D | fsl-ls2080a.dtsi | 182 compatible = "fsl,ls-pcie", "snps,dw-pcie"; 197 compatible = "fsl,ls-pcie", "snps,dw-pcie"; 212 compatible = "fsl,ls-pcie", "snps,dw-pcie"; 227 compatible = "fsl,ls-pcie", "snps,dw-pcie"; 318 compatible = "fsl,ls-mdio"; 326 compatible = "fsl,ls-mdio";
|
A D | fsl-ls1088a.dtsi | 184 compatible = "fsl,ls-pcie", "snps,dw-pcie"; 200 compatible = "fsl,ls-pcie", "snps,dw-pcie"; 216 compatible = "fsl,ls-pcie", "snps,dw-pcie"; 327 compatible = "fsl,ls-mdio"; 335 compatible = "fsl,ls-mdio";
|
A D | fsl-ls1043a.dtsi | 285 compatible = "fsl,ls-pcie", "snps,dw-pcie"; 300 compatible = "fsl,ls-pcie", "snps,dw-pcie"; 316 compatible = "fsl,ls-pcie", "snps,dw-pcie";
|
A D | fsl-ls1012a.dtsi | 141 compatible = "fsl,ls-pcie", "snps,dw-pcie";
|
A D | ls1021a.dtsi | 439 compatible = "fsl,ls-pcie", "snps,dw-pcie"; 454 compatible = "fsl,ls-pcie", "snps,dw-pcie";
|
A D | fsl-ls1028a.dtsi | 95 compatible = "fsl,ls-pcie", "fsl,ls1028-pcie", "snps,dw-pcie"; 111 compatible = "fsl,ls-pcie", "fsl,ls1028-pcie", "snps,dw-pcie";
|
A D | fsl-lx2160a.dtsi | 550 compatible = "fsl,ls-mdio"; 560 compatible = "fsl,ls-mdio";
|
/u-boot/arch/arm/include/asm/ |
A D | assembler.h | 64 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
|
/u-boot/cmd/ |
A D | fs.c | 68 ls, 4, 1, do_ls_wrapper,
|
A D | host.c | 146 U_BOOT_CMD_MKENT(ls, 3, 0, do_host_ls, "", ""),
|
/u-boot/include/ |
A D | fsl_sec.h | 118 u32 ls; /* Job Ring LIODN Register, LS */ member 124 u32 ls; /* RTIC LIODN Register, LS */ member 130 u32 ls; /* DECO LIODN Register, LS */ member
|
/u-boot/doc/ |
A D | README.zfs | 3 To Enable zfs ls and load commands, modify the board specific config file with
|
A D | README.JFFS2 | 10 ls - list files in a directory
|
A D | README.ext4 | 82 -- Uboot existing ext2 load and ls implementation
|
/u-boot/arch/arm/cpu/armv8/bcmns3/ |
A D | lowlevel.S | 30 b.ls 1b
|
/u-boot/drivers/crypto/fsl/ |
A D | jr.c | 68 sec_out32(&sec->jrliodnr[0].ls, 0); in jr_reset_liodn() 693 liodnr = sec_in32(&sec->jrliodnr[0].ls) & in sec_init_idx() 698 sec_out32(&sec->jrliodnr[0].ls, liodnr); in sec_init_idx() 700 liodnr = sec_in32(&sec->jrliodnr[0].ls); in sec_init_idx()
|
/u-boot/test/fs/ |
A D | fs-test.sh | 227 ${PREFIX}ls host${SUFFIX} $6 229 ${PREFIX}ls host${SUFFIX} invalid_d
|
/u-boot/doc/usage/ |
A D | partitions.rst | 70 ls mmc 2.1:3 /
|
/u-boot/drivers/i2c/ |
A D | mvtwsi.c | 254 inline uint mvtwsi_error(uint ec, uint lc, uint ls, uint es) in mvtwsi_error() argument 258 | ((ls << 8) & 0x0000FF00) in mvtwsi_error()
|