Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A 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 …]
H 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()
H 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()
/openbmc/qemu/hw/ssi/
H A Daspeed_smc.c1408 memory_region_init_io(&s->mmio, OBJECT(s), s->asc->reg_ops, in aspeed_smc_flash_realize()
1483 asc->reg_ops = &aspeed_smc_flash_ops; in aspeed_2400_smc_class_init()
1534 asc->reg_ops = &aspeed_smc_flash_ops; in aspeed_2400_fmc_class_init()
1574 asc->reg_ops = &aspeed_smc_flash_ops; in aspeed_2400_spi1_class_init()
1620 asc->reg_ops = &aspeed_smc_flash_ops; in aspeed_2500_fmc_class_init()
1656 asc->reg_ops = &aspeed_smc_flash_ops; in aspeed_2500_spi1_class_init()
1692 asc->reg_ops = &aspeed_smc_flash_ops; in aspeed_2500_spi2_class_init()
1780 asc->reg_ops = &aspeed_smc_flash_ops; in aspeed_2600_fmc_class_init()
1820 asc->reg_ops = &aspeed_smc_flash_ops; in aspeed_2600_spi1_class_init()
1861 asc->reg_ops = &aspeed_smc_flash_ops; in aspeed_2600_spi2_class_init()
[all …]
H A Dxilinx_spips.c1305 memory_region_init_io(&s->iomem, OBJECT(s), xsc->reg_ops, s, in xilinx_spips_realize()
1441 xsc->reg_ops = &qspips_ops; in xilinx_qspips_class_init()
1457 xsc->reg_ops = &spips_ops; in xilinx_spips_class_init()
1472 xsc->reg_ops = &xlnx_zynqmp_qspips_ops; in xlnx_zynqmp_qspips_class_init()
/openbmc/linux/drivers/tty/serial/
H A Duartlite.c72 const struct uartlite_reg_ops *reg_ops; member
117 return pdata->reg_ops->in(port->membase + offset); in uart_in32()
124 pdata->reg_ops->out(val, port->membase + offset); in uart_out32()
384 pdata->reg_ops = &uartlite_be; in ulite_request_port()
390 pdata->reg_ops = &uartlite_le; in ulite_request_port()
/openbmc/linux/drivers/regulator/
H A Dbd9571mwv-regulator.c112 static const struct regulator_ops reg_ops = { variable
135 BD9571MWV_REG("DVFS", "dvfs", DVFS, reg_ops,
H A Dtps65086-regulator.c36 .ops = &reg_ops, \
116 static const struct regulator_ops reg_ops = { variable
/openbmc/qemu/include/hw/gpio/
H A Daspeed_gpio.h80 const MemoryRegionOps *reg_ops; member
/openbmc/qemu/include/hw/ssi/
H A Dxilinx_spips.h129 const MemoryRegionOps *reg_ops; member
H A Daspeed_smc.h122 const MemoryRegionOps *reg_ops; member
/openbmc/qemu/hw/gpio/
H A Daspeed_gpio.c1416 memory_region_init_io(&s->iomem, OBJECT(s), agc->reg_ops, s, in aspeed_gpio_realize()
1501 agc->reg_ops = &aspeed_gpio_ops; in aspeed_gpio_ast2400_class_init()
1514 agc->reg_ops = &aspeed_gpio_ops; in aspeed_gpio_2500_class_init()
1527 agc->reg_ops = &aspeed_gpio_ops; in aspeed_gpio_ast2600_3_3v_class_init()
1540 agc->reg_ops = &aspeed_gpio_ops; in aspeed_gpio_ast2600_1_8v_class_init()
1553 agc->reg_ops = &aspeed_gpio_ops; in aspeed_gpio_1030_class_init()
1565 agc->reg_ops = &aspeed_gpio_2700_ops; in aspeed_gpio_2700_class_init()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-drv.c1033 reg_ops) : in iwl_parse_tlv_firmware()
1036 reg_ops); in iwl_parse_tlv_firmware()
1039 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]); in iwl_parse_tlv_firmware()
1558 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]) * in iwl_req_fw_callback()
1584 memcpy(dest_tlv->reg_ops, in iwl_req_fw_callback()
1585 pieces->dbg_dest_tlv->reg_ops, in iwl_req_fw_callback()
1586 sizeof(drv->fw.dbg.dest_tlv->reg_ops[0]) * in iwl_req_fw_callback()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h619 struct iwl_fw_dbg_reg_op reg_ops[]; member
639 struct iwl_fw_dbg_reg_op reg_ops[]; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c939 u32 addr = le32_to_cpu(dest->reg_ops[i].addr); in iwl_pcie_apply_destination()
940 u32 val = le32_to_cpu(dest->reg_ops[i].val); in iwl_pcie_apply_destination()
942 switch (dest->reg_ops[i].op) { in iwl_pcie_apply_destination()
971 dest->reg_ops[i].op); in iwl_pcie_apply_destination()
/openbmc/linux/
H A Dopengrok0.0.log[all...]
H A Dopengrok1.0.log[all...]
H A Dopengrok2.0.log[all...]