Searched refs:reg_ops (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/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 | 669 ah->reg_ops.read = ath9k_ioread32; in ath9k_init_softc() 670 ah->reg_ops.multi_read = ath9k_multi_ioread32; in ath9k_init_softc() 671 ah->reg_ops.write = ath9k_iowrite32; in ath9k_init_softc() 672 ah->reg_ops.rmw = ath9k_reg_rmw; in ath9k_init_softc() 688 common->ops = &ah->reg_ops; in ath9k_init_softc()
|
/Linux-v5.10/drivers/block/ |
D | xsysace.c | 201 struct ace_reg_ops *reg_ops; member 345 return ace->reg_ops->in(ace, reg); in ace_in() 355 ace->reg_ops->out(ace, reg, val); in ace_out() 617 ace->reg_ops->datain(ace); in ace_fsm_dostate() 730 ace->reg_ops->dataout(ace); in ace_fsm_dostate() 732 ace->reg_ops->datain(ace); in ace_fsm_dostate() 1043 ace->reg_ops = &ace_reg_le16_ops; in ace_setup() 1045 ace->reg_ops = &ace_reg_be16_ops; in ace_setup() 1048 ace->reg_ops = &ace_reg_8_ops; in ace_setup()
|
/Linux-v5.10/drivers/tty/serial/ |
D | uartlite.c | 64 const struct uartlite_reg_ops *reg_ops; member 107 return pdata->reg_ops->in(port->membase + offset); in uart_in32() 114 pdata->reg_ops->out(val, port->membase + offset); in uart_out32() 367 pdata->reg_ops = &uartlite_be; in ulite_request_port() 373 pdata->reg_ops = &uartlite_le; in ulite_request_port()
|
/Linux-v5.10/drivers/regulator/ |
D | tps65086-regulator.c | 36 .ops = ®_ops, \ 104 static const struct regulator_ops reg_ops = { variable
|
D | bd9571mwv-regulator.c | 111 static const struct regulator_ops reg_ops = { variable 134 BD9571MWV_REG("DVFS", "dvfs", DVFS, reg_ops,
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-drv.c | 958 reg_ops) : in iwl_parse_tlv_firmware() 961 reg_ops); in iwl_parse_tlv_firmware() 964 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]); in iwl_parse_tlv_firmware() 1435 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]) * in iwl_req_fw_callback() 1461 memcpy(dest_tlv->reg_ops, in iwl_req_fw_callback() 1462 pieces->dbg_dest_tlv->reg_ops, in iwl_req_fw_callback() 1463 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]) * in iwl_req_fw_callback()
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
D | file.h | 663 struct iwl_fw_dbg_reg_op reg_ops[0]; member 683 struct iwl_fw_dbg_reg_op reg_ops[0]; member
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | trans.c | 942 u32 addr = le32_to_cpu(dest->reg_ops[i].addr); in iwl_pcie_apply_destination() 943 u32 val = le32_to_cpu(dest->reg_ops[i].val); in iwl_pcie_apply_destination() 945 switch (dest->reg_ops[i].op) { in iwl_pcie_apply_destination() 974 dest->reg_ops[i].op); in iwl_pcie_apply_destination()
|