/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | hw.h | 80 (_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 D | htc_drv_init.c | 623 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 D | hw.h | 80 (_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 D | htc_drv_init.c | 623 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 D | reg_ops.h | 6 #include <asm/reg_ops.h>
|
H A D | ckmmu.h | 7 #include <abi/reg_ops.h>
|
/kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/ |
H A D | reg_ops.h | 5 #include <asm/reg_ops.h>
|
H A D | ckmmu.h | 6 #include <abi/reg_ops.h>
|
/kernel/linux/linux-5.10/arch/csky/abiv1/inc/abi/ |
H A D | reg_ops.h | 6 #include <asm/reg_ops.h>
|
H A D | ckmmu.h | 6 #include <abi/reg_ops.h>
|
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/ |
H A D | reg_ops.h | 5 #include <asm/reg_ops.h>
|
H A D | ckmmu.h | 5 #include <abi/reg_ops.h>
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
H A D | irqflags.h | 5 #include <abi/reg_ops.h>
|
H A D | processor.h | 12 #include <abi/reg_ops.h>
|
/kernel/linux/linux-6.6/arch/csky/include/asm/ |
H A D | irqflags.h | 5 #include <abi/reg_ops.h>
|
H A D | processor.h | 10 #include <abi/reg_ops.h>
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | uartlite.c | 64 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 D | xsysace.c | 201 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 D | tps65086-regulator.c | 36 .ops = ®_ops, \ 104 static const struct regulator_ops reg_ops = { variable
|
H A D | bd9571mwv-regulator.c | 111 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 D | cpu-probe.c | 9 #include <abi/reg_ops.h>
|
H A D | process.c | 15 #include <abi/reg_ops.h>
|
/kernel/linux/linux-6.6/arch/csky/kernel/ |
H A D | cpu-probe.c | 9 #include <abi/reg_ops.h>
|
H A D | process.c | 15 #include <abi/reg_ops.h>
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | uartlite.c | 66 * 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()
|