Searched refs:cfg4 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | bridge_mdb_max.sh | 430 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 D | boot_mode.h | 8 #define MAKE_CFGVAL(cfg1, cfg2, cfg3, cfg4) \ argument 9 ((cfg4) << 24) | ((cfg3) << 16) | ((cfg2) << 8) | (cfg1)
|
/openbmc/qemu/include/hw/misc/ |
H A D | mps2-scc.h | 51 uint32_t cfg4; member
|
/openbmc/qemu/hw/misc/ |
H A D | mps2-scc.c | 183 r = s->cfg4; in mps2_scc_read() 463 DEFINE_PROP_UINT32("scc-cfg4", MPS2SCC, cfg4, 0),
|
/openbmc/u-boot/cmd/ |
H A D | otp.c | 2422 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 D | imx-regs.h | 769 u32 cfg4; member
|
/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/ |
H A D | imx-regs.h | 998 u32 cfg4; member
|
/openbmc/u-boot/arch/arm/include/asm/arch-mx7/ |
H A D | imx-regs.h | 964 u32 cfg4; member
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 15174 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()
|