Searched refs:cfg3 (Results 1 – 4 of 4) sorted by relevance
271 u8 cfg3 = esp->target[0].esp_config3; in esp_reset_esp() local273 cfg3 |= ESP_CONFIG3_FCLOCK | ESP_CONFIG3_OBPUSH; in esp_reset_esp()275 cfg3 |= ESP_CONFIG3_IDBIT3; in esp_reset_esp()276 esp_set_all_config3(esp, cfg3); in esp_reset_esp()278 u32 cfg3 = esp->target[0].esp_config3; in esp_reset_esp() local280 cfg3 |= ESP_CONFIG3_FCLK; in esp_reset_esp()281 esp_set_all_config3(esp, cfg3); in esp_reset_esp()1497 u8 cfg3; in esp_msgin_wdtr() local1508 cfg3 = tp->esp_config3; in esp_msgin_wdtr()1511 cfg3 |= ESP_CONFIG3_EWIDE; in esp_msgin_wdtr()[all …]
198 u8 cfg3; /* Target configuration byte 3 */ member
2276 u8 cfg3 = RTL_R8 (Config3); in rtl8139_get_wol() local2283 if (cfg3 & Cfg3_LinkUp) in rtl8139_get_wol()2285 if (cfg3 & Cfg3_Magic) in rtl8139_get_wol()2308 u8 cfg3, cfg5; in rtl8139_set_wol() local2318 cfg3 = RTL_R8 (Config3) & ~(Cfg3_LinkUp | Cfg3_Magic); in rtl8139_set_wol()2320 cfg3 |= Cfg3_LinkUp; in rtl8139_set_wol()2322 cfg3 |= Cfg3_Magic; in rtl8139_set_wol()2324 RTL_W8 (Config3, cfg3); in rtl8139_set_wol()
11102 u32 cfg3; in tg3_get_eeprom_hw_cfg() local11104 tg3_read_mem(tp, NIC_SRAM_DATA_CFG_3, &cfg3); in tg3_get_eeprom_hw_cfg()11105 if (cfg3 & NIC_SRAM_ASPM_DEBOUNCE) in tg3_get_eeprom_hw_cfg()