Home
last modified time | relevance | path

Searched refs:csf (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A DMakefile45 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 Dhab.c469 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 Duserspace_pm.sh611 ip netns exec "$ns1" ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2\
649 ip netns exec "$ns1" ./pm_nl_ctl csf lip dead:beef:2::1 lid 23 rip\
688 ip netns exec "$ns1" ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2 rport\
727 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\
764 ip netns exec "$ns2" ./pm_nl_ctl csf lip dead:beef:2::2 lid 23 rip\
803 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\
848 ip netns exec "$ns2" ./pm_nl_ctl csf lip 10.0.2.2 lid 23 rip 10.0.2.1 rport\
965 ip netns exec $ns1 ./pm_nl_ctl csf lip 10.0.2.1 lid 23 rip 10.0.2.2\
H A Dpm_nl_ctl.c451 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 Dimximage.c353 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 Dmxsimage.h101 uint32_t csf; member
H A Dimx8mimage.c382 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 Dhab.h37 uint32_t csf; /* Absolute address of the CSF */ member
/openbmc/u-boot/include/
H A Dimximage.h176 uint32_t csf; member
/openbmc/u-boot/doc/imx/habv4/guides/
H A Dmx6_mx7_spl_secure_boot.txt53 ------- +-----------------------------+ <-- *csf
73 ------- +-----------------------------+ <-- *csf
H A Dencrypted_boot.txt36 cat u-boot-dtb.imx csf-u-boot.bin > u-boot-signed.imx
H A Dmx6_mx7_secure_boot.txt48 ------- +-----------------------------+ <-- *csf
330 ------- +-----------------------------+ <-- *csf
/openbmc/linux/include/linux/dma/
H A Dti-cppi5.h1053 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 Dk3-udma.c2968 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()