Home
last modified time | relevance | path

Searched refs:cfg4 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb_max.sh430 test_ngroups_reporting cfg4 port "dev $swp1"
450 test_ngroups_reporting cfg4 port "dev $swp1 vid 10"
539 test_ngroups_cross_vlan cfg4
590 test_maxgroups_zero cfg4 port "dev $swp1"
610 test_maxgroups_zero cfg4 port "dev $swp1 vid 10"
630 test_maxgroups_zero cfg4 port_vlan "dev $swp1 vid 10"
730 test_maxgroups_zero_cross_vlan cfg4
786 test_maxgroups_too_low cfg4 port "dev $swp1"
806 test_maxgroups_too_low cfg4 port "dev $swp1 vid 10"
1015 test_maxgroups_too_many_cross_vlan cfg4
[all …]
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dboot_mode.h8 #define MAKE_CFGVAL(cfg1, cfg2, cfg3, cfg4) \ argument
9 ((cfg4) << 24) | ((cfg3) << 16) | ((cfg2) << 8) | (cfg1)
/openbmc/qemu/include/hw/misc/
H A Dmps2-scc.h51 uint32_t cfg4; member
/openbmc/qemu/hw/misc/
H A Dmps2-scc.c183 r = s->cfg4; in mps2_scc_read()
463 DEFINE_PROP_UINT32("scc-cfg4", MPS2SCC, cfg4, 0),
/openbmc/u-boot/cmd/
H A Dotp.c2422 u32 cfg0, cfg3, cfg4; in parse_config() local
2430 otp_read_conf(4, &cfg4); in parse_config()
2434 key_retire = (cfg4 & 0x7f) | ((cfg4 >> 16) & 0x7f); in parse_config()
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/
H A Dimx-regs.h769 u32 cfg4; member
/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/
H A Dimx-regs.h998 u32 cfg4; member
/openbmc/u-boot/arch/arm/include/asm/arch-mx7/
H A Dimx-regs.h964 u32 cfg4; member
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c15174 u32 cfg2 = 0, cfg4 = 0, cfg5 = 0; in tg3_get_eeprom_hw_cfg() local
15190 tg3_read_mem(tp, NIC_SRAM_DATA_CFG_4, &cfg4); in tg3_get_eeprom_hw_cfg()
15343 if (cfg4 & NIC_SRAM_RGMII_INBAND_DISABLE) in tg3_get_eeprom_hw_cfg()
15345 if (cfg4 & NIC_SRAM_RGMII_EXT_IBND_RX_EN) in tg3_get_eeprom_hw_cfg()
15347 if (cfg4 & NIC_SRAM_RGMII_EXT_IBND_TX_EN) in tg3_get_eeprom_hw_cfg()