Home
last modified time | relevance | path

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

/drivers/scsi/
Desp_scsi.c271 u8 cfg3 = esp->target[0].esp_config3; in esp_reset_esp() local
273 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() local
280 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() local
1508 cfg3 = tp->esp_config3; in esp_msgin_wdtr()
1511 cfg3 |= ESP_CONFIG3_EWIDE; in esp_msgin_wdtr()
[all …]
Ddc395x.c198 u8 cfg3; /* Target configuration byte 3 */ member
/drivers/net/
D8139too.c2276 u8 cfg3 = RTL_R8 (Config3); in rtl8139_get_wol() local
2283 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() local
2318 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()
Dtg3.c11102 u32 cfg3; in tg3_get_eeprom_hw_cfg() local
11104 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()