Searched refs:fpe (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | genex.S | 86 BUILD_HANDLER fpe fpe fcsr
|
/linux-6.3-rc2/Documentation/arm/nwfpe/ |
A D | index.rst | 11 netwinder-fpe
|
/linux-6.3-rc2/arch/powerpc/platforms/44x/ |
A D | Kconfig | 174 bool "IBM Currituck (476fpe) Support" 181 This option enables support for the IBM Currituck (476fpe) evaluation board 184 bool "IBM FSP2 (476fpe) Support" 192 This option enables support for the IBM FSP2 (476fpe) board
|
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/ |
A D | stmmac_tc.c | 925 bool fpe = false; in tc_setup_taprio() local 1005 if (fpe) in tc_setup_taprio() 1010 fpe = true; in tc_setup_taprio() 1014 fpe = true; in tc_setup_taprio() 1041 if (fpe && !priv->dma_cap.fpesel) { in tc_setup_taprio() 1049 priv->plat->fpe_cfg->enable = fpe; in tc_setup_taprio() 1061 if (fpe) { in tc_setup_taprio()
|
/linux-6.3-rc2/arch/powerpc/boot/dts/ |
A D | currituck.dts | 130 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex"; 168 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex"; 205 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex";
|
A D | akebono.dts | 256 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex"; 296 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex"; 336 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex"; 376 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex";
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa/ |
A D | dpaa_eth.h | 84 u64 fpe; /* Frame Physical Error */ member
|
A D | dpaa_ethtool.c | 201 rx_errors.fpe += percpu_priv->rx_errors.fpe; in dpaa_get_ethtool_stats()
|
A D | dpaa_eth.c | 2380 percpu_priv->rx_errors.fpe++; in dpaa_rx_error()
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | genex.S | 568 BUILD_HANDLER fpe fpe fpe silent /* #15 */
|
/linux-6.3-rc2/include/linux/platform_data/ |
A D | cros_ec_commands.h | 3505 #define EC_MKBP_FP_ENROLL_PROGRESS(fpe) (((fpe) & 0x00000FF0) \ argument 3509 #define EC_MKBP_FP_MATCH_IDX(fpe) (((fpe) & EC_MKBP_FP_MATCH_IDX_MASK) \ argument
|
Completed in 36 milliseconds