Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c2398 uint32_t nic_cfg; in tg3_phy_probe() local
2400 tg3_read_mem(NIC_SRAM_DATA_CFG, &nic_cfg); in tg3_phy_probe()
2401 tp->nic_sram_data_cfg = nic_cfg; in tg3_phy_probe()
2405 if ((nic_cfg & NIC_SRAM_DATA_CFG_PHY_TYPE_MASK) == in tg3_phy_probe()
2422 switch (nic_cfg & NIC_SRAM_DATA_CFG_LED_MODE_MASK) { in tg3_phy_probe()
2438 (nic_cfg & NIC_SRAM_DATA_CFG_EEPROM_WP)) { in tg3_phy_probe()
2442 if (nic_cfg & NIC_SRAM_DATA_CFG_ASF_ENABLE) in tg3_phy_probe()
2444 if (nic_cfg & NIC_SRAM_DATA_CFG_FIBER_WOL) in tg3_phy_probe()