Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/comedi/drivers/
Dni_at_ao.c118 unsigned short cfg3; member
195 devpriv->cfg3 |= ATAO_CFG3_DOUTEN1; in atao_dio_insn_config()
197 devpriv->cfg3 &= ~ATAO_CFG3_DOUTEN1; in atao_dio_insn_config()
199 devpriv->cfg3 |= ATAO_CFG3_DOUTEN2; in atao_dio_insn_config()
201 devpriv->cfg3 &= ~ATAO_CFG3_DOUTEN2; in atao_dio_insn_config()
203 outw(devpriv->cfg3, dev->iobase + ATAO_CFG3_REG); in atao_dio_insn_config()
290 devpriv->cfg3 = 0; in atao_reset()
291 outw(devpriv->cfg3, dev->iobase + ATAO_CFG3_REG); in atao_reset()
/linux-4.1.27/arch/sparc/include/asm/
Dsbi.h22 /* 0x001c */ u32 cfg3; /* Slot3 config reg */ member
/linux-4.1.27/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()
1558 u8 cfg3; in esp_msgin_wdtr() local
1569 cfg3 = tp->esp_config3; in esp_msgin_wdtr()
1572 cfg3 |= ESP_CONFIG3_EWIDE; in esp_msgin_wdtr()
[all …]
Ddc395x.c199 u8 cfg3; /* Target configuration byte 3 */ member
/linux-4.1.27/drivers/net/ethernet/realtek/
D8139too.c2318 u8 cfg3 = RTL_R8 (Config3); in rtl8139_get_wol() local
2325 if (cfg3 & Cfg3_LinkUp) in rtl8139_get_wol()
2327 if (cfg3 & Cfg3_Magic) in rtl8139_get_wol()
2350 u8 cfg3, cfg5; in rtl8139_set_wol() local
2360 cfg3 = RTL_R8 (Config3) & ~(Cfg3_LinkUp | Cfg3_Magic); in rtl8139_set_wol()
2362 cfg3 |= Cfg3_LinkUp; in rtl8139_set_wol()
2364 cfg3 |= Cfg3_Magic; in rtl8139_set_wol()
2366 RTL_W8 (Config3, cfg3); in rtl8139_set_wol()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dtg3.c15266 u32 cfg3; in tg3_get_eeprom_hw_cfg() local
15268 tg3_read_mem(tp, NIC_SRAM_DATA_CFG_3, &cfg3); in tg3_get_eeprom_hw_cfg()
15271 (cfg3 & NIC_SRAM_ASPM_DEBOUNCE)) in tg3_get_eeprom_hw_cfg()
15273 if (cfg3 & NIC_SRAM_LNK_FLAP_AVOID) in tg3_get_eeprom_hw_cfg()
15275 if (cfg3 & NIC_SRAM_1G_ON_VAUX_OK) in tg3_get_eeprom_hw_cfg()