Home
last modified time | relevance | path

Searched refs:reg_ops (Results 1 – 13 of 13) 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.c625 ah->reg_ops.read = ath9k_regread; in ath9k_init_priv()
626 ah->reg_ops.multi_read = ath9k_multi_regread; in ath9k_init_priv()
627 ah->reg_ops.write = ath9k_regwrite; in ath9k_init_priv()
628 ah->reg_ops.enable_write_buffer = ath9k_enable_regwrite_buffer; in ath9k_init_priv()
629 ah->reg_ops.write_flush = ath9k_regwrite_flush; in ath9k_init_priv()
630 ah->reg_ops.enable_rmw_buffer = ath9k_enable_rmw_buffer; in ath9k_init_priv()
631 ah->reg_ops.rmw_flush = ath9k_reg_rmw_flush; in ath9k_init_priv()
632 ah->reg_ops.rmw = ath9k_reg_rmw; in ath9k_init_priv()
636 common->ops = &ah->reg_ops; in ath9k_init_priv()
Dinit.c613 ah->reg_ops.read = ath9k_ioread32; in ath9k_init_softc()
614 ah->reg_ops.multi_read = ath9k_multi_ioread32; in ath9k_init_softc()
615 ah->reg_ops.write = ath9k_iowrite32; in ath9k_init_softc()
616 ah->reg_ops.rmw = ath9k_reg_rmw; in ath9k_init_softc()
634 common->ops = &ah->reg_ops; in ath9k_init_softc()
/drivers/infiniband/ulp/iser/
Diser_memory.c83 device->reg_ops = &fmr_ops; in iser_assign_reg_ops()
86 device->reg_ops = &fastreg_ops; in iser_assign_reg_ops()
303 device->reg_ops->reg_desc_put(&iser_task->iser_conn->ib_conn, in iser_unreg_mem_fastreg()
496 return device->reg_ops->reg_mem(task, mem, &desc->pi_ctx->rsc, reg); in iser_reg_prot_sg()
511 return device->reg_ops->reg_mem(task, mem, &desc->rsc, reg); in iser_reg_data_sg()
531 desc = device->reg_ops->reg_desc_get(ib_conn); in iser_reg_rdma_mem()
567 device->reg_ops->reg_desc_put(ib_conn, desc); in iser_reg_rdma_mem()
577 device->reg_ops->unreg_mem(task, dir); in iser_unreg_rdma_mem()
Diser_initiator.c254 if (device->reg_ops->alloc_reg_res(ib_conn, session->scsi_cmds_max, in iser_alloc_rx_descriptors()
296 device->reg_ops->free_reg_res(ib_conn); in iser_alloc_rx_descriptors()
309 if (device->reg_ops->free_reg_res) in iser_free_rx_descriptors()
310 device->reg_ops->free_reg_res(ib_conn); in iser_free_rx_descriptors()
Discsi_iser.h382 const struct iser_reg_ops *reg_ops; member
/drivers/block/
Dxsysace.c204 struct ace_reg_ops *reg_ops; member
346 return ace->reg_ops->in(ace, reg); in ace_in()
356 ace->reg_ops->out(ace, reg, val); in ace_out()
605 ace->reg_ops->datain(ace); in ace_fsm_dostate()
719 ace->reg_ops->dataout(ace); in ace_fsm_dostate()
721 ace->reg_ops->datain(ace); in ace_fsm_dostate()
1019 ace->reg_ops = &ace_reg_le16_ops; in ace_setup()
1021 ace->reg_ops = &ace_reg_be16_ops; in ace_setup()
1024 ace->reg_ops = &ace_reg_8_ops; in ace_setup()
/drivers/regulator/
Dbd9571mwv-regulator.c106 static struct regulator_ops reg_ops = { variable
129 BD9571MWV_REG("DVFS", "dvfs", DVFS, reg_ops,
Dtps65086-regulator.c36 .ops = &reg_ops, \
104 static struct regulator_ops reg_ops = { variable
/drivers/tty/serial/
Duartlite.c97 const struct uartlite_reg_ops *reg_ops = port->private_data; in uart_in32() local
99 return reg_ops->in(port->membase + offset); in uart_in32()
104 const struct uartlite_reg_ops *reg_ops = port->private_data; in uart_out32() local
106 reg_ops->out(val, port->membase + offset); in uart_out32()
/drivers/net/wireless/intel/iwlwifi/fw/
Dfile.h568 struct iwl_fw_dbg_reg_op reg_ops[0]; member
/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c942 reg_ops); in iwl_parse_tlv_firmware()
944 sizeof(drv->fw.dbg_dest_tlv->reg_ops[0]); in iwl_parse_tlv_firmware()
1347 sizeof(pieces->dbg_dest_tlv->reg_ops[0]) * in iwl_req_fw_callback()
/drivers/net/wireless/intel/iwlwifi/pcie/
Dtrans.c846 u32 addr = le32_to_cpu(dest->reg_ops[i].addr); in iwl_pcie_apply_destination()
847 u32 val = le32_to_cpu(dest->reg_ops[i].val); in iwl_pcie_apply_destination()
849 switch (dest->reg_ops[i].op) { in iwl_pcie_apply_destination()
878 dest->reg_ops[i].op); in iwl_pcie_apply_destination()