Home
last modified time | relevance | path

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

/linux-4.1.27/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.c621 ah->reg_ops.read = ath9k_regread; in ath9k_init_priv()
622 ah->reg_ops.multi_read = ath9k_multi_regread; in ath9k_init_priv()
623 ah->reg_ops.write = ath9k_regwrite; in ath9k_init_priv()
624 ah->reg_ops.enable_write_buffer = ath9k_enable_regwrite_buffer; in ath9k_init_priv()
625 ah->reg_ops.write_flush = ath9k_regwrite_flush; in ath9k_init_priv()
626 ah->reg_ops.enable_rmw_buffer = ath9k_enable_rmw_buffer; in ath9k_init_priv()
627 ah->reg_ops.rmw_flush = ath9k_reg_rmw_flush; in ath9k_init_priv()
628 ah->reg_ops.rmw = ath9k_reg_rmw; in ath9k_init_priv()
632 common->ops = &ah->reg_ops; in ath9k_init_priv()
Dinit.c553 ah->reg_ops.read = ath9k_ioread32; in ath9k_init_softc()
554 ah->reg_ops.multi_read = ath9k_multi_ioread32; in ath9k_init_softc()
555 ah->reg_ops.write = ath9k_iowrite32; in ath9k_init_softc()
556 ah->reg_ops.rmw = ath9k_reg_rmw; in ath9k_init_softc()
588 common->ops = &ah->reg_ops; in ath9k_init_softc()
/linux-4.1.27/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()
1018 ace->reg_ops = &ace_reg_le16_ops; in ace_setup()
1020 ace->reg_ops = &ace_reg_be16_ops; in ace_setup()
1023 ace->reg_ops = &ace_reg_8_ops; in ace_setup()
/linux-4.1.27/drivers/tty/serial/
Duartlite.c97 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 struct uartlite_reg_ops *reg_ops = port->private_data; in uart_out32() local
106 reg_ops->out(val, port->membase + offset); in uart_out32()
/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-fw-file.h459 struct iwl_fw_dbg_reg_op reg_ops[0]; member
Diwl-drv.c875 reg_ops); in iwl_parse_tlv_firmware()
877 sizeof(drv->fw.dbg_dest_tlv->reg_ops[0]); in iwl_parse_tlv_firmware()
1205 sizeof(pieces->dbg_dest_tlv->reg_ops[0]) * in iwl_req_fw_callback()
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Dtrans.c854 u32 addr = le32_to_cpu(dest->reg_ops[i].addr); in iwl_pcie_apply_destination()
855 u32 val = le32_to_cpu(dest->reg_ops[i].val); in iwl_pcie_apply_destination()
857 switch (dest->reg_ops[i].op) { in iwl_pcie_apply_destination()
878 dest->reg_ops[i].op); in iwl_pcie_apply_destination()