Home
last modified time | relevance | path

Searched refs:cfg3 (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
1551 u8 cfg3; in esp_msgin_wdtr() local
1562 cfg3 = tp->esp_config3; in esp_msgin_wdtr()
1565 cfg3 | in esp_msgin_wdtr()
[all...]
H A Ddc395x.c198 u8 cfg3; /* Target configuration byte 3 */ member
4068 *d_eeprom = 0x00000077; /* cfg3,cfg2,period,cfg0 */ in check_eeprom()
/kernel/linux/linux-6.6/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 | in esp_msgin_wdtr()
[all...]
H A Ddc395x.c183 u8 cfg3; /* Target configuration byte 3 */ member
4022 *d_eeprom = 0x00000077; /* cfg3,cfg2,period,cfg0 */ in check_eeprom()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dsbi.h23 /* 0x001c */ u32 cfg3; /* Slot3 config reg */ member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dsbi.h23 /* 0x001c */ u32 cfg3; /* Slot3 config reg */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H A D8139too.c2312 u8 cfg3 = RTL_R8 (Config3); in rtl8139_get_wol() local
2319 if (cfg3 & Cfg3_LinkUp) in rtl8139_get_wol()
2321 if (cfg3 & Cfg3_Magic) in rtl8139_get_wol()
2344 u8 cfg3, cfg5; in rtl8139_set_wol() local
2354 cfg3 = RTL_R8 (Config3) & ~(Cfg3_LinkUp | Cfg3_Magic); in rtl8139_set_wol()
2356 cfg3 |= Cfg3_LinkUp; in rtl8139_set_wol()
2358 cfg3 |= Cfg3_Magic; in rtl8139_set_wol()
2360 RTL_W8 (Config3, cfg3); in rtl8139_set_wol()
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
H A D8139too.c2313 u8 cfg3 = RTL_R8 (Config3); in rtl8139_get_wol() local
2320 if (cfg3 & Cfg3_LinkUp) in rtl8139_get_wol()
2322 if (cfg3 & Cfg3_Magic) in rtl8139_get_wol()
2345 u8 cfg3, cfg5; in rtl8139_set_wol() local
2355 cfg3 = RTL_R8 (Config3) & ~(Cfg3_LinkUp | Cfg3_Magic); in rtl8139_set_wol()
2357 cfg3 |= Cfg3_LinkUp; in rtl8139_set_wol()
2359 cfg3 |= Cfg3_Magic; in rtl8139_set_wol()
2361 RTL_W8 (Config3, cfg3); in rtl8139_set_wol()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.c795 cfg_params.cfg3 |= FIELD_PREP(GENMASK(7, 0), sta->addr[4]); in ath11k_write_htt_peer_stats_reset()
796 cfg_params.cfg3 |= FIELD_PREP(GENMASK(15, 8), sta->addr[5]); in ath11k_write_htt_peer_stats_reset()
798 cfg_params.cfg3 |= ATH11K_HTT_PEER_STATS_RESET; in ath11k_write_htt_peer_stats_reset()
H A Ddp.h1507 u32 cfg3; member
H A Ddp_tx.c1006 cmd->cfg_param3 = cfg_params->cfg3; in ath11k_dp_tx_htt_h2t_ext_stats_req()
H A Ddebugfs_htt_stats.c4382 cfg_params->cfg3 |= FIELD_PREP(GENMASK(7, 0), mac_addr[4]); in ath11k_prep_htt_stats_cfg_params()
4383 cfg_params->cfg3 |= FIELD_PREP(GENMASK(15, 8), mac_addr[5]); in ath11k_prep_htt_stats_cfg_params()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.c725 cfg_params.cfg3 |= FIELD_PREP(GENMASK(7, 0), sta->addr[4]); in ath11k_write_htt_peer_stats_reset()
726 cfg_params.cfg3 |= FIELD_PREP(GENMASK(15, 8), sta->addr[5]); in ath11k_write_htt_peer_stats_reset()
728 cfg_params.cfg3 |= ATH11K_HTT_PEER_STATS_RESET; in ath11k_write_htt_peer_stats_reset()
H A Ddp.h1571 u32 cfg3; member
H A Ddp_tx.c1163 cmd->cfg_param3 = cfg_params->cfg3; in ath11k_dp_tx_htt_h2t_ext_stats_req()
H A Ddebugfs_htt_stats.c4677 cfg_params->cfg3 |= FIELD_PREP(GENMASK(7, 0), mac_addr[4]); in ath11k_prep_htt_stats_cfg_params()
4678 cfg_params->cfg3 |= FIELD_PREP(GENMASK(15, 8), mac_addr[5]); in ath11k_prep_htt_stats_cfg_params()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dcpu-probe.c1702 u32 cfg3 = read_cpucfg(LOONGSON_CFG3); in decode_cpucfg() local
1718 if (cfg3 & LOONGSON_CFG3_LCAMP) in decode_cpucfg()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dcpu-probe.c1658 u32 cfg3 = read_cpucfg(LOONGSON_CFG3); in decode_cpucfg() local
1674 if (cfg3 & LOONGSON_CFG3_LCAMP) in decode_cpucfg()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c1008 cmd->cfg_param3 = cpu_to_le32(cfg_params->cfg3); in ath12k_dp_tx_htt_h2t_ext_stats_req()
H A Ddp.h1773 u32 cfg3; member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c15378 u32 cfg3; in tg3_get_eeprom_hw_cfg() local
15380 tg3_read_mem(tp, NIC_SRAM_DATA_CFG_3, &cfg3); in tg3_get_eeprom_hw_cfg()
15383 (cfg3 & NIC_SRAM_ASPM_DEBOUNCE)) in tg3_get_eeprom_hw_cfg()
15385 if (cfg3 & NIC_SRAM_LNK_FLAP_AVOID) in tg3_get_eeprom_hw_cfg()
15387 if (cfg3 & NIC_SRAM_1G_ON_VAUX_OK) in tg3_get_eeprom_hw_cfg()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dtg3.c15330 u32 cfg3; in tg3_get_eeprom_hw_cfg() local
15332 tg3_read_mem(tp, NIC_SRAM_DATA_CFG_3, &cfg3); in tg3_get_eeprom_hw_cfg()
15335 (cfg3 & NIC_SRAM_ASPM_DEBOUNCE)) in tg3_get_eeprom_hw_cfg()
15337 if (cfg3 & NIC_SRAM_LNK_FLAP_AVOID) in tg3_get_eeprom_hw_cfg()
15339 if (cfg3 & NIC_SRAM_1G_ON_VAUX_OK) in tg3_get_eeprom_hw_cfg()

Completed in 113 milliseconds