Home
last modified time | relevance | path

Searched refs:reg_ops (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/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
776 struct ath_ops reg_ops; global() member
[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()
/kernel/linux/linux-6.6/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
776 struct ath_ops reg_ops; global() member
[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()
/kernel/linux/linux-5.10/arch/csky/abiv2/inc/abi/
H A Dreg_ops.h6 #include <asm/reg_ops.h>
H A Dckmmu.h7 #include <abi/reg_ops.h>
/kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/
H A Dreg_ops.h5 #include <asm/reg_ops.h>
H A Dckmmu.h6 #include <abi/reg_ops.h>
/kernel/linux/linux-5.10/arch/csky/abiv1/inc/abi/
H A Dreg_ops.h6 #include <asm/reg_ops.h>
H A Dckmmu.h6 #include <abi/reg_ops.h>
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/
H A Dreg_ops.h5 #include <asm/reg_ops.h>
H A Dckmmu.h5 #include <abi/reg_ops.h>
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dirqflags.h5 #include <abi/reg_ops.h>
H A Dprocessor.h12 #include <abi/reg_ops.h>
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dirqflags.h5 #include <abi/reg_ops.h>
H A Dprocessor.h10 #include <abi/reg_ops.h>
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Duartlite.c64 const struct uartlite_reg_ops *reg_ops; member
107 return pdata->reg_ops->in(port->membase + offset); in uart_in32()
114 pdata->reg_ops->out(val, port->membase + offset); in uart_out32()
367 pdata->reg_ops = &uartlite_be; in ulite_request_port()
373 pdata->reg_ops = &uartlite_le; in ulite_request_port()
/kernel/linux/linux-5.10/drivers/block/
H A Dxsysace.c201 struct ace_reg_ops *reg_ops; member
345 return ace->reg_ops->in(ace, reg); in ace_in()
355 ace->reg_ops->out(ace, reg, val); in ace_out()
617 ace->reg_ops->datain(ace); in ace_fsm_dostate()
730 ace->reg_ops->dataout(ace); in ace_fsm_dostate()
732 ace->reg_ops->datain(ace); in ace_fsm_dostate()
1043 ace->reg_ops = &ace_reg_le16_ops; in ace_setup()
1045 ace->reg_ops = &ace_reg_be16_ops; in ace_setup()
1048 ace->reg_ops = &ace_reg_8_ops; in ace_setup()
/kernel/linux/linux-5.10/drivers/regulator/
H A Dtps65086-regulator.c36 .ops = &reg_ops, \
104 static const struct regulator_ops reg_ops = { variable
H A Dbd9571mwv-regulator.c111 static const struct regulator_ops reg_ops = { variable
134 BD9571MWV_REG("DVFS", "dvfs", DVFS, reg_ops,
/kernel/linux/linux-5.10/arch/csky/kernel/
H A Dcpu-probe.c9 #include <abi/reg_ops.h>
H A Dprocess.c15 #include <abi/reg_ops.h>
/kernel/linux/linux-6.6/arch/csky/kernel/
H A Dcpu-probe.c9 #include <abi/reg_ops.h>
H A Dprocess.c15 #include <abi/reg_ops.h>
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Duartlite.c66 * reg_ops: Functions to read/write registers
72 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()

Completed in 16 milliseconds

12