Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
A Dhw.h80 (_ah)->reg_ops.write((_ah), (_val), (_reg))
83 (_ah)->reg_ops.read((_ah), (_reg))
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)); \
111 if ((_ah)->reg_ops.rmw_flush) \
112 (_ah)->reg_ops.rmw_flush((_ah)); \
[all …]
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()
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/tty/serial/
A Duartlite.c75 const struct uartlite_reg_ops *reg_ops; member
120 return pdata->reg_ops->in(port->membase + offset); in uart_in32()
127 pdata->reg_ops->out(val, port->membase + offset); in uart_out32()
386 pdata->reg_ops = &uartlite_be; in ulite_request_port()
392 pdata->reg_ops = &uartlite_le; in ulite_request_port()
/linux/drivers/regulator/
A Dtps65086-regulator.c36 .ops = &reg_ops, \
104 static const struct regulator_ops reg_ops = { variable
A Dbd9571mwv-regulator.c112 static const struct regulator_ops reg_ops = { variable
135 BD9571MWV_REG("DVFS", "dvfs", DVFS, reg_ops,
/linux/drivers/net/wireless/intel/iwlwifi/
A Diwl-drv.c938 reg_ops) : in iwl_parse_tlv_firmware()
941 reg_ops); in iwl_parse_tlv_firmware()
944 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]); in iwl_parse_tlv_firmware()
1453 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]) * in iwl_req_fw_callback()
1479 memcpy(dest_tlv->reg_ops, in iwl_req_fw_callback()
1480 pieces->dbg_dest_tlv->reg_ops, in iwl_req_fw_callback()
1481 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]) * in iwl_req_fw_callback()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
A Dfile.h635 struct iwl_fw_dbg_reg_op reg_ops[0]; member
655 struct iwl_fw_dbg_reg_op reg_ops[0]; member
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
A Dtrans.c908 u32 addr = le32_to_cpu(dest->reg_ops[i].addr); in iwl_pcie_apply_destination()
909 u32 val = le32_to_cpu(dest->reg_ops[i].val); in iwl_pcie_apply_destination()
911 switch (dest->reg_ops[i].op) { in iwl_pcie_apply_destination()
940 dest->reg_ops[i].op); in iwl_pcie_apply_destination()
/linux/
A DSystem.map77255 ffff800011178460 d reg_ops
A D.tmp_System.map77255 ffff800011178460 d reg_ops

Completed in 371 milliseconds