Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
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 …]
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()
Dinit.c665 ah->reg_ops.read = ath9k_ioread32; in ath9k_init_softc()
666 ah->reg_ops.multi_read = ath9k_multi_ioread32; in ath9k_init_softc()
667 ah->reg_ops.write = ath9k_iowrite32; in ath9k_init_softc()
668 ah->reg_ops.rmw = ath9k_reg_rmw; in ath9k_init_softc()
684 common->ops = &ah->reg_ops; in ath9k_init_softc()
/drivers/tty/serial/
Duartlite.c67 const struct uartlite_reg_ops *reg_ops; member
110 return pdata->reg_ops->in(port->membase + offset); in uart_in32()
117 pdata->reg_ops->out(val, port->membase + offset); in uart_out32()
370 pdata->reg_ops = &uartlite_be; in ulite_request_port()
376 pdata->reg_ops = &uartlite_le; in ulite_request_port()
/drivers/regulator/
Dtps65086-regulator.c36 .ops = &reg_ops, \
104 static const struct regulator_ops reg_ops = { variable
Dbd9571mwv-regulator.c112 static const struct regulator_ops reg_ops = { variable
135 BD9571MWV_REG("DVFS", "dvfs", DVFS, reg_ops,
/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c905 reg_ops) : in iwl_parse_tlv_firmware()
908 reg_ops); in iwl_parse_tlv_firmware()
911 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]); in iwl_parse_tlv_firmware()
1415 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]) * in iwl_req_fw_callback()
1441 memcpy(dest_tlv->reg_ops, in iwl_req_fw_callback()
1442 pieces->dbg_dest_tlv->reg_ops, in iwl_req_fw_callback()
1443 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]) * in iwl_req_fw_callback()
/drivers/net/wireless/intel/iwlwifi/fw/
Dfile.h629 struct iwl_fw_dbg_reg_op reg_ops[0]; member
649 struct iwl_fw_dbg_reg_op reg_ops[0]; member
/drivers/net/wireless/intel/iwlwifi/pcie/
Dtrans.c903 u32 addr = le32_to_cpu(dest->reg_ops[i].addr); in iwl_pcie_apply_destination()
904 u32 val = le32_to_cpu(dest->reg_ops[i].val); in iwl_pcie_apply_destination()
906 switch (dest->reg_ops[i].op) { in iwl_pcie_apply_destination()
935 dest->reg_ops[i].op); in iwl_pcie_apply_destination()