Searched refs:csf (Results 1 – 14 of 14) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
H A D | Makefile | 45 csf=$(word 3,$^) ; \ 46 sed "s@VENDOR@$(VENDOR)@g;s@BOARD@$(BOARD)@g" "$$csf" | \ 66 spl/u-boot-spl.csf: spl/u-boot-spl.ivt spl/u-boot-spl.bin board/$(VENDOR)/$(BOARD)/sign/u-boot-spl.… 69 u-boot.csf: u-boot.ivt u-boot.bin board/$(VENDOR)/$(BOARD)/sign/u-boot.csf 72 %.sig: %.csf
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | hab.c | 469 if (!ivt->csf) { in csf_is_valid() 474 csf_hdr = (u8 *)ivt->csf; in csf_is_valid() 614 ivt->dcd, ivt->csf); in imx_hab_authenticate_image() 619 print_buffer(ivt->csf, (void *)(ivt->csf), 4, 0x10, 0); in imx_hab_authenticate_image()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | userspace_pm.sh | 610 ip netns exec "$ns1" ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2\ 648 ip netns exec "$ns1" ./pm_nl_ctl csf lip dead:beef:2::1 lid 23 rip\ 687 ip netns exec "$ns1" ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2 rport\ 726 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\ 763 ip netns exec "$ns2" ./pm_nl_ctl csf lip dead:beef:2::2 lid 23 rip\ 802 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\ 847 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\ 959 ip netns exec $ns1 ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2\
|
H A D | pm_nl_ctl.c | 451 int csf(int fd, int pm_family, int argc, char *argv[]) in csf() function 1493 return csf(fd, pm_family, argc, argv); in main()
|
/openbmc/u-boot/tools/ |
H A D | imximage.c | 353 fhdr_v2->csf = 0; in set_imx_hdr_v2() 356 csf_ptr = &fhdr_v2->csf; in set_imx_hdr_v2() 395 fhdr_v2->csf = 0; in set_imx_hdr_v2() 423 next_fhdr_v2->csf = 0; in set_imx_hdr_v2() 509 if (fhdr_v2->csf) { in print_hdr_v2() 526 (uint32_t)(fhdr_v2->csf - fhdr_v2->self)); in print_hdr_v2()
|
H A D | mxsimage.h | 101 uint32_t csf; member
|
H A D | imx8mimage.c | 382 imx_header[index].fhdr.csf); in dump_header_v2() 471 imx_header[IMAGE_IVT_ID].fhdr.csf = in build_image()
|
/openbmc/u-boot/arch/arm/include/asm/mach-imx/ |
H A D | hab.h | 37 uint32_t csf; /* Absolute address of the CSF */ member
|
/openbmc/u-boot/include/ |
H A D | imximage.h | 176 uint32_t csf; member
|
/openbmc/u-boot/doc/imx/habv4/guides/ |
H A D | mx6_mx7_spl_secure_boot.txt | 53 ------- +-----------------------------+ <-- *csf 73 ------- +-----------------------------+ <-- *csf
|
H A D | encrypted_boot.txt | 36 cat u-boot-dtb.imx csf-u-boot.bin > u-boot-signed.imx
|
H A D | mx6_mx7_secure_boot.txt | 48 ------- +-----------------------------+ <-- *csf 330 ------- +-----------------------------+ <-- *csf
|
/openbmc/linux/include/linux/dma/ |
H A D | ti-cppi5.h | 1053 static inline void cppi5_tr_csf_set(cppi5_tr_flags_t *flags, u32 csf) in cppi5_tr_csf_set() argument 1056 *flags |= (csf << CPPI5_TR_CSF_FLAGS_SHIFT) & in cppi5_tr_csf_set()
|
/openbmc/linux/drivers/dma/ti/ |
H A D | k3-udma.c | 2968 u32 csf = CPPI5_TR_CSF_SUPR_EVT; in udma_prep_slave_sg_triggered_tr() local 3039 csf |= CPPI5_TR_CSF_EOL_ICNT0; in udma_prep_slave_sg_triggered_tr() 3063 cppi5_tr_csf_set(&tr_req[tr_idx].flags, csf); in udma_prep_slave_sg_triggered_tr() 3109 cppi5_tr_csf_set(&tr_req[tr_idx].flags, csf); in udma_prep_slave_sg_triggered_tr() 3153 cppi5_tr_csf_set(&tr_req[tr_idx - 1].flags, csf | CPPI5_TR_CSF_EOP); in udma_prep_slave_sg_triggered_tr() 3682 u32 csf = CPPI5_TR_CSF_SUPR_EVT; in udma_prep_dma_memcpy() local 3714 csf |= CPPI5_TR_CSF_EOL_ICNT0; in udma_prep_dma_memcpy() 3721 cppi5_tr_csf_set(&tr_req[0].flags, csf); in udma_prep_dma_memcpy() 3740 cppi5_tr_csf_set(&tr_req[1].flags, csf); in udma_prep_dma_memcpy() 3755 cppi5_tr_csf_set(&tr_req[num_tr - 1].flags, csf | CPPI5_TR_CSF_EOP); in udma_prep_dma_memcpy()
|