Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/comedi/drivers/
Dni_at_ao.c109 unsigned short cfg3; member
186 devpriv->cfg3 |= ATAO_CFG3_DOUTEN1; in atao_dio_insn_config()
188 devpriv->cfg3 &= ~ATAO_CFG3_DOUTEN1; in atao_dio_insn_config()
190 devpriv->cfg3 |= ATAO_CFG3_DOUTEN2; in atao_dio_insn_config()
192 devpriv->cfg3 &= ~ATAO_CFG3_DOUTEN2; in atao_dio_insn_config()
194 outw(devpriv->cfg3, dev->iobase + ATAO_CFG3_REG); in atao_dio_insn_config()
281 devpriv->cfg3 = 0; in atao_reset()
282 outw(devpriv->cfg3, dev->iobase + ATAO_CFG3_REG); in atao_reset()
/Linux-v4.19/drivers/scsi/
Desp_scsi.c313 u8 cfg3 = esp->target[0].esp_config3; in esp_reset_esp() local
315 cfg3 |= ESP_CONFIG3_FCLOCK | ESP_CONFIG3_OBPUSH; in esp_reset_esp()
317 cfg3 |= ESP_CONFIG3_IDBIT3; in esp_reset_esp()
318 esp_set_all_config3(esp, cfg3); in esp_reset_esp()
320 u32 cfg3 = esp->target[0].esp_config3; in esp_reset_esp() local
322 cfg3 |= ESP_CONFIG3_FCLK; in esp_reset_esp()
323 esp_set_all_config3(esp, cfg3); in esp_reset_esp()
1546 u8 cfg3; in esp_msgin_wdtr() local
1557 cfg3 = tp->esp_config3; in esp_msgin_wdtr()
1560 cfg3 |= ESP_CONFIG3_EWIDE; in esp_msgin_wdtr()
[all …]
Ddc395x.c199 u8 cfg3; /* Target configuration byte 3 */ member
/Linux-v4.19/arch/sparc/include/asm/
Dsbi.h23 /* 0x001c */ u32 cfg3; /* Slot3 config reg */ member
/Linux-v4.19/drivers/net/ethernet/realtek/
D8139too.c2311 u8 cfg3 = RTL_R8 (Config3); in rtl8139_get_wol() local
2318 if (cfg3 & Cfg3_LinkUp) in rtl8139_get_wol()
2320 if (cfg3 & Cfg3_Magic) in rtl8139_get_wol()
2343 u8 cfg3, cfg5; in rtl8139_set_wol() local
2353 cfg3 = RTL_R8 (Config3) & ~(Cfg3_LinkUp | Cfg3_Magic); in rtl8139_set_wol()
2355 cfg3 |= Cfg3_LinkUp; in rtl8139_set_wol()
2357 cfg3 |= Cfg3_Magic; in rtl8139_set_wol()
2359 RTL_W8 (Config3, cfg3); in rtl8139_set_wol()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c15339 u32 cfg3; in tg3_get_eeprom_hw_cfg() local
15341 tg3_read_mem(tp, NIC_SRAM_DATA_CFG_3, &cfg3); in tg3_get_eeprom_hw_cfg()
15344 (cfg3 & NIC_SRAM_ASPM_DEBOUNCE)) in tg3_get_eeprom_hw_cfg()
15346 if (cfg3 & NIC_SRAM_LNK_FLAP_AVOID) in tg3_get_eeprom_hw_cfg()
15348 if (cfg3 & NIC_SRAM_1G_ON_VAUX_OK) in tg3_get_eeprom_hw_cfg()