Searched refs:cfg4 (Results 1 – 5 of 5) sorted by relevance
9 #define MAKE_CFGVAL(cfg1, cfg2, cfg3, cfg4) \ argument10 ((cfg4) << 24) | ((cfg3) << 16) | ((cfg2) << 8) | (cfg1)
758 u32 cfg4; member
999 u32 cfg4; member
959 u32 cfg4; member
15182 u32 cfg2 = 0, cfg4 = 0, cfg5 = 0; in tg3_get_eeprom_hw_cfg() local15198 tg3_read_mem(tp, NIC_SRAM_DATA_CFG_4, &cfg4); in tg3_get_eeprom_hw_cfg()15351 if (cfg4 & NIC_SRAM_RGMII_INBAND_DISABLE) in tg3_get_eeprom_hw_cfg()15353 if (cfg4 & NIC_SRAM_RGMII_EXT_IBND_RX_EN) in tg3_get_eeprom_hw_cfg()15355 if (cfg4 & NIC_SRAM_RGMII_EXT_IBND_TX_EN) in tg3_get_eeprom_hw_cfg()