Home
last modified time | relevance | path

Searched refs:reg_ops (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_vf_dev.c153 adapter->dev_ops.reg_ops.ctlq_reg_init = idpf_vf_ctlq_reg_init; in idpf_vf_reg_ops_init()
154 adapter->dev_ops.reg_ops.intr_reg_init = idpf_vf_intr_reg_init; in idpf_vf_reg_ops_init()
155 adapter->dev_ops.reg_ops.mb_intr_reg_init = idpf_vf_mb_intr_reg_init; in idpf_vf_reg_ops_init()
156 adapter->dev_ops.reg_ops.reset_reg_init = idpf_vf_reset_reg_init; in idpf_vf_reg_ops_init()
157 adapter->dev_ops.reg_ops.trigger_reset = idpf_vf_trigger_reset; in idpf_vf_reg_ops_init()
H A Didpf_dev.c154 adapter->dev_ops.reg_ops.ctlq_reg_init = idpf_ctlq_reg_init; in idpf_reg_ops_init()
155 adapter->dev_ops.reg_ops.intr_reg_init = idpf_intr_reg_init; in idpf_reg_ops_init()
156 adapter->dev_ops.reg_ops.mb_intr_reg_init = idpf_mb_intr_reg_init; in idpf_reg_ops_init()
157 adapter->dev_ops.reg_ops.reset_reg_init = idpf_reset_reg_init; in idpf_reg_ops_init()
158 adapter->dev_ops.reg_ops.trigger_reset = idpf_trigger_reset; in idpf_reg_ops_init()
H A Didpf_main.c37 adapter->dev_ops.reg_ops.trigger_reset(adapter, IDPF_HR_FUNC_RESET); in idpf_remove()
243 adapter->dev_ops.reg_ops.reset_reg_init(adapter); in idpf_probe()
H A Didpf_lib.c168 adapter->dev_ops.reg_ops.mb_intr_reg_init(adapter); in idpf_mb_intr_init()
1730 struct idpf_reg_ops *reg_ops = &adapter->dev_ops.reg_ops; in idpf_init_hard_reset() local
1752 reg_ops->trigger_reset(adapter, IDPF_HR_DRV_LOAD); in idpf_init_hard_reset()
1759 reg_ops->trigger_reset(adapter, IDPF_HR_FUNC_RESET); in idpf_init_hard_reset()
H A Didpf.h207 struct idpf_reg_ops reg_ops; member
H A Didpf_virtchnl.c2828 adapter->dev_ops.reg_ops.ctlq_reg_init(ctlq_info); in idpf_init_dflt_mbx()
H A Didpf_txrx.c4289 err = vport->adapter->dev_ops.reg_ops.intr_reg_init(vport); in idpf_vport_intr_init()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.h80 (_ah)->reg_ops.write((_ah), (_val), (_reg))
83 (_ah)->reg_ops.read((_ah), (_reg))
86 (_ah)->reg_ops.multi_read((_ah), (_addr), (_val), (_cnt))
89 (_ah)->reg_ops.rmw((_ah), (_reg), (_set), (_clr))
93 if ((_ah)->reg_ops.enable_write_buffer) \
94 (_ah)->reg_ops.enable_write_buffer((_ah)); \
99 if ((_ah)->reg_ops.write_flush) \
100 (_ah)->reg_ops.write_flush((_ah)); \
105 if ((_ah)->reg_ops.enable_rmw_buffer) \
106 (_ah)->reg_ops.enable_rmw_buffer((_ah)); \
[all …]
H A Dhtc_drv_init.c623 ah->reg_ops.read = ath9k_regread; in ath9k_init_priv()
624 ah->reg_ops.multi_read = ath9k_multi_regread; in ath9k_init_priv()
625 ah->reg_ops.write = ath9k_regwrite; in ath9k_init_priv()
626 ah->reg_ops.enable_write_buffer = ath9k_enable_regwrite_buffer; in ath9k_init_priv()
627 ah->reg_ops.write_flush = ath9k_regwrite_flush; in ath9k_init_priv()
628 ah->reg_ops.enable_rmw_buffer = ath9k_enable_rmw_buffer; in ath9k_init_priv()
629 ah->reg_ops.rmw_flush = ath9k_reg_rmw_flush; in ath9k_init_priv()
630 ah->reg_ops.rmw = ath9k_reg_rmw; in ath9k_init_priv()
634 common->ops = &ah->reg_ops; in ath9k_init_priv()
H A Dinit.c717 ah->reg_ops.read = ath9k_ioread32; in ath9k_init_softc()
718 ah->reg_ops.multi_read = ath9k_multi_ioread32; in ath9k_init_softc()
719 ah->reg_ops.write = ath9k_iowrite32; in ath9k_init_softc()
720 ah->reg_ops.rmw = ath9k_reg_rmw; in ath9k_init_softc()
736 common->ops = &ah->reg_ops; in ath9k_init_softc()
/linux/drivers/regulator/
H A Dbd9571mwv-regulator.c112 static const struct regulator_ops reg_ops = { variable
135 BD9571MWV_REG("DVFS", "dvfs", DVFS, reg_ops,
H A Dtps65086-regulator.c36 .ops = &reg_ops, \
116 static const struct regulator_ops reg_ops = { variable
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c1030 reg_ops) : in iwl_parse_tlv_firmware()
1033 reg_ops); in iwl_parse_tlv_firmware()
1036 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]); in iwl_parse_tlv_firmware()
1563 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]) * in iwl_req_fw_callback()
1589 memcpy(dest_tlv->reg_ops, in iwl_req_fw_callback()
1590 pieces->dbg_dest_tlv->reg_ops, in iwl_req_fw_callback()
1591 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]) * in iwl_req_fw_callback()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h654 struct iwl_fw_dbg_reg_op reg_ops[]; member
674 struct iwl_fw_dbg_reg_op reg_ops[]; member
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c938 u32 addr = le32_to_cpu(dest->reg_ops[i].addr); in iwl_pcie_apply_destination()
939 u32 val = le32_to_cpu(dest->reg_ops[i].val); in iwl_pcie_apply_destination()
941 switch (dest->reg_ops[i].op) { in iwl_pcie_apply_destination()
970 dest->reg_ops[i].op); in iwl_pcie_apply_destination()