Searched refs:reg_ops (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/drivers/net/wireless/ath/ath9k/ |
D | hw.h | 80 (_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 …]
|
D | htc_drv_init.c | 623 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()
|
D | init.c | 717 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-v6.6/drivers/tty/serial/ |
D | uartlite.c | 72 const struct uartlite_reg_ops *reg_ops; member 117 return pdata->reg_ops->in(port->membase + offset); in uart_in32() 124 pdata->reg_ops->out(val, port->membase + offset); in uart_out32() 384 pdata->reg_ops = &uartlite_be; in ulite_request_port() 390 pdata->reg_ops = &uartlite_le; in ulite_request_port()
|
/Linux-v6.6/drivers/regulator/ |
D | bd9571mwv-regulator.c | 112 static const struct regulator_ops reg_ops = { variable 135 BD9571MWV_REG("DVFS", "dvfs", DVFS, reg_ops,
|
D | tps65086-regulator.c | 36 .ops = ®_ops, \ 116 static const struct regulator_ops reg_ops = { variable
|
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-drv.c | 1032 reg_ops) : in iwl_parse_tlv_firmware() 1035 reg_ops); in iwl_parse_tlv_firmware() 1038 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]); in iwl_parse_tlv_firmware() 1555 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]) * in iwl_req_fw_callback() 1581 memcpy(dest_tlv->reg_ops, in iwl_req_fw_callback() 1582 pieces->dbg_dest_tlv->reg_ops, in iwl_req_fw_callback() 1583 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]) * in iwl_req_fw_callback()
|
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/fw/ |
D | file.h | 619 struct iwl_fw_dbg_reg_op reg_ops[]; member 639 struct iwl_fw_dbg_reg_op reg_ops[]; member
|
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | trans.c | 939 u32 addr = le32_to_cpu(dest->reg_ops[i].addr); in iwl_pcie_apply_destination() 940 u32 val = le32_to_cpu(dest->reg_ops[i].val); in iwl_pcie_apply_destination() 942 switch (dest->reg_ops[i].op) { in iwl_pcie_apply_destination() 971 dest->reg_ops[i].op); in iwl_pcie_apply_destination()
|