Home
last modified time | relevance | path

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

/linux/drivers/comedi/drivers/
H A Dni_at_ao.c107 unsigned short cfg3; member
184 devpriv->cfg3 |= ATAO_CFG3_DOUTEN1; in atao_dio_insn_config()
186 devpriv->cfg3 &= ~ATAO_CFG3_DOUTEN1; in atao_dio_insn_config()
188 devpriv->cfg3 |= ATAO_CFG3_DOUTEN2; in atao_dio_insn_config()
190 devpriv->cfg3 &= ~ATAO_CFG3_DOUTEN2; in atao_dio_insn_config()
192 outw(devpriv->cfg3, dev->iobase + ATAO_CFG3_REG); in atao_dio_insn_config()
279 devpriv->cfg3 = 0; in atao_reset()
280 outw(devpriv->cfg3, dev->iobase + ATAO_CFG3_REG); in atao_reset()
/linux/drivers/scsi/
H A Desp_scsi.c317 u8 cfg3 = esp->target[0].esp_config3; in esp_reset_esp() local
319 cfg3 |= ESP_CONFIG3_FCLOCK | ESP_CONFIG3_OBPUSH; in esp_reset_esp()
321 cfg3 |= ESP_CONFIG3_IDBIT3; in esp_reset_esp()
322 esp_set_all_config3(esp, cfg3); in esp_reset_esp()
324 u32 cfg3 = esp->target[0].esp_config3; in esp_reset_esp() local
326 cfg3 |= ESP_CONFIG3_FCLK; in esp_reset_esp()
327 esp_set_all_config3(esp, cfg3); in esp_reset_esp()
1543 u8 cfg3; in esp_msgin_wdtr() local
1554 cfg3 = tp->esp_config3; in esp_msgin_wdtr()
1557 cfg3 |= ESP_CONFIG3_EWIDE; in esp_msgin_wdtr()
[all …]
H A Ddc395x.c124 u8 cfg3; /* Target configuration byte 3 */ member
/linux/drivers/net/ethernet/realtek/
H A D8139too.c2315 u8 cfg3 = RTL_R8 (Config3); in rtl8139_get_wol() local
2322 if (cfg3 & Cfg3_LinkUp) in rtl8139_get_wol()
2324 if (cfg3 & Cfg3_Magic) in rtl8139_get_wol()
2347 u8 cfg3, cfg5; in rtl8139_set_wol() local
2357 cfg3 = RTL_R8 (Config3) & ~(Cfg3_LinkUp | Cfg3_Magic); in rtl8139_set_wol()
2359 cfg3 |= Cfg3_LinkUp; in rtl8139_set_wol()
2361 cfg3 |= Cfg3_Magic; in rtl8139_set_wol()
2363 RTL_W8 (Config3, cfg3); in rtl8139_set_wol()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.c727 cfg_params.cfg3 |= FIELD_PREP(GENMASK(7, 0), sta->addr[4]); in ath11k_write_htt_peer_stats_reset()
728 cfg_params.cfg3 |= FIELD_PREP(GENMASK(15, 8), sta->addr[5]); in ath11k_write_htt_peer_stats_reset()
730 cfg_params.cfg3 |= ATH11K_HTT_PEER_STATS_RESET; in ath11k_write_htt_peer_stats_reset()
H A Ddp.h1549 u32 cfg3; member
H A Ddp_tx.c1172 cmd->cfg_param3 = cfg_params->cfg3; in ath11k_dp_tx_htt_h2t_ext_stats_req()
H A Ddebugfs_htt_stats.c4678 cfg_params->cfg3 |= FIELD_PREP(GENMASK(7, 0), mac_addr[4]); in ath11k_prep_htt_stats_cfg_params()
4679 cfg_params->cfg3 |= FIELD_PREP(GENMASK(15, 8), mac_addr[5]); in ath11k_prep_htt_stats_cfg_params()
/linux/arch/mips/kernel/
H A Dcpu-probe.c1659 u32 cfg3 = read_cpucfg(LOONGSON_CFG3); in decode_cpucfg() local
1675 if (cfg3 & LOONGSON_CFG3_LCAMP) in decode_cpucfg()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c1542 cmd->cfg_param3 = cpu_to_le32(cfg_params->cfg3); in ath12k_dp_tx_htt_h2t_ext_stats_req()
H A Ddebugfs_htt_stats.c5994 cfg_params.cfg3 = stats_req->cfg_param[3]; in ath12k_debugfs_htt_stats_req()
6140 cfg_params.cfg3 = ATH12K_HTT_STATS_RESET_BITMAP64_BIT(cfg_params.cfg0 + in ath12k_write_htt_stats_reset()
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c15410 u32 cfg3; in tg3_get_eeprom_hw_cfg() local
15412 tg3_read_mem(tp, NIC_SRAM_DATA_CFG_3, &cfg3); in tg3_get_eeprom_hw_cfg()
15415 (cfg3 & NIC_SRAM_ASPM_DEBOUNCE)) in tg3_get_eeprom_hw_cfg()
15417 if (cfg3 & NIC_SRAM_LNK_FLAP_AVOID) in tg3_get_eeprom_hw_cfg()
15419 if (cfg3 & NIC_SRAM_1G_ON_VAUX_OK) in tg3_get_eeprom_hw_cfg()