Home
last modified time | relevance | path

Searched refs:cfe (Results 1 – 17 of 17) sorted by relevance

/linux/arch/mips/bcm63xx/boards/
A Dboard_bcm963xx.c731 u8 *boot_addr, *cfe; in board_prom_init() local
749 cfe = boot_addr + BCM963XX_CFE_VERSION_OFFSET; in board_prom_init()
750 if (strstarts(cfe, "cfe-")) { in board_prom_init()
751 if(cfe[4] == 'v') { in board_prom_init()
752 if(cfe[5] == 'd') in board_prom_init()
754 (char *) &cfe[5]); in board_prom_init()
755 else if (cfe[10] > 0) in board_prom_init()
757 "%u.%u.%u-%u.%u-%u", cfe[5], cfe[6], in board_prom_init()
758 cfe[7], cfe[8], cfe[9], cfe[10]); in board_prom_init()
761 "%u.%u.%u-%u.%u", cfe[5], cfe[6], in board_prom_init()
[all …]
/linux/Documentation/devicetree/bindings/mtd/partitions/
A Dbrcm,bcm947xx-cfe-partitions.yaml4 $id: http://devicetree.org/schemas/mtd/partitions/brcm,bcm947xx-cfe-partitions.yaml#
42 const: brcm,bcm947xx-cfe-partitions
49 compatible = "brcm,bcm947xx-cfe-partitions";
A Dbrcm,bcm963xx-cfe-nor-partitions.txt12 - compatible : must be "brcm,bcm963xx-cfe-nor-partitions"
22 compatible = "brcm,bcm963xx-cfe-nor-partitions";
A Dbrcm,bcm963xx-imagetag.txt26 cfe@0 {
A Dpartitions.yaml19 - $ref: brcm,bcm947xx-cfe-partitions.yaml
/linux/arch/mips/sibyte/common/
A DMakefile2 obj-y := cfe.o
/linux/arch/arm/boot/dts/broadcom/
A Dbcm5301x-nand-cs0.dtsi17 compatible = "brcm,bcm947xx-cfe-partitions";
A Dbcm5301x.dtsi132 compatible = "brcm,bcm947xx-cfe-partitions";
/linux/arch/mips/boot/dts/brcm/
A Dbcm97358svmb.dts95 flash0.cfe@0 {
A Dbcm97360svmb.dts98 flash0.cfe@0 {
A Dbcm97425svmb.dts133 flash0.cfe@0 {
/linux/Documentation/driver-api/crypto/iaa/
A Diaa-crypto.rst527 lspci -d:0cfe
529 lspci -d:0cfe | wc -l
534 iaa_dev_id="0cfe"
682 lspci -d:0cfe
684 lspci -d:0cfe | wc -l
689 iaa_dev_id="0cfe"
/linux/tools/perf/util/
A Devent.h229 u32 cfe; member
A Dintel-pt.c2412 struct perf_synth_intel_evt cfe; in intel_pt_synth_events_sample() member
2425 raw.cfe.type = ptq->state->cfe_type; in intel_pt_synth_events_sample()
2426 raw.cfe.reserved = 0; in intel_pt_synth_events_sample()
2427 raw.cfe.ip = !!(ptq->state->flags & INTEL_PT_FUP_IP); in intel_pt_synth_events_sample()
2428 raw.cfe.vector = ptq->state->cfe_vector; in intel_pt_synth_events_sample()
2429 raw.cfe.evd_cnt = ptq->state->evd_cnt; in intel_pt_synth_events_sample()
/linux/arch/mips/
A DMakefile265 libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
/linux/tools/perf/
A Dbuiltin-script.c2020 const char *cfe[32] = {NULL, "INTR", "IRET", "SMI", "RSM", "SIPI", in perf_sample__fprintf_synth_evt() local
2030 s = cfe[data->type]; in perf_sample__fprintf_synth_evt()
/linux/tools/perf/Documentation/
A Dperf-intel-pt.txt1717 evt: hw int (t) cfe: INTR IP: 1 vector: 3 PFA: 0x8877665544332211

Completed in 46 milliseconds