/linux-6.1.9/drivers/spi/ |
D | spi-microchip-core.c | 76 #define REG_CONTROL (0x00) macro 124 u32 control = mchp_corespi_read(spi, REG_CONTROL); in mchp_corespi_enable() 128 mchp_corespi_write(spi, REG_CONTROL, control); in mchp_corespi_enable() 133 u32 control = mchp_corespi_read(spi, REG_CONTROL); in mchp_corespi_disable() 137 mchp_corespi_write(spi, REG_CONTROL, control); in mchp_corespi_disable() 164 control = mchp_corespi_read(spi, REG_CONTROL); in mchp_corespi_enable_ints() 167 mchp_corespi_write(spi, REG_CONTROL, control); in mchp_corespi_enable_ints() 170 mchp_corespi_write(spi, REG_CONTROL, control); in mchp_corespi_enable_ints() 179 control = mchp_corespi_read(spi, REG_CONTROL); in mchp_corespi_disable_ints() 181 mchp_corespi_write(spi, REG_CONTROL, control); in mchp_corespi_disable_ints() [all …]
|
D | spi-microchip-core-qspi.c | 90 #define REG_CONTROL (0x00) macro 128 u32 control = readl_relaxed(qspi->regs + REG_CONTROL); in mchp_coreqspi_set_mode() 156 writel_relaxed(control, qspi->regs + REG_CONTROL); in mchp_coreqspi_set_mode() 168 control = readl_relaxed(qspi->regs + REG_CONTROL); in mchp_coreqspi_read_op() 175 writel_relaxed(control, qspi->regs + REG_CONTROL); in mchp_coreqspi_read_op() 187 writel_relaxed(control, qspi->regs + REG_CONTROL); in mchp_coreqspi_read_op() 201 control = readl_relaxed(qspi->regs + REG_CONTROL); in mchp_coreqspi_write_op() 203 writel_relaxed(control, qspi->regs + REG_CONTROL); in mchp_coreqspi_write_op() 215 writel_relaxed(control, qspi->regs + REG_CONTROL); in mchp_coreqspi_write_op() 285 control = readl_relaxed(qspi->regs + REG_CONTROL); in mchp_coreqspi_setup_clock() [all …]
|
/linux-6.1.9/drivers/bluetooth/ |
D | bluecard_cs.c | 126 #define REG_CONTROL 0x22 macro 266 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup() 309 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup() 313 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup() 513 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_interrupt() 547 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_interrupt() 727 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open() 740 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open() 745 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open() 750 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open() [all …]
|
/linux-6.1.9/drivers/net/ethernet/i825xx/ |
D | ether1.c | 301 writeb(CTRL_RST|CTRL_ACK, REG_CONTROL); in ether1_reset() 450 writeb(CTRL_RST|CTRL_ACK, REG_CONTROL); in ether1_init_for_open() 509 writeb(CTRL_RST, REG_CONTROL); in ether1_init_for_open() 510 writeb(0, REG_CONTROL); in ether1_init_for_open() 511 writeb(CTRL_CA, REG_CONTROL); in ether1_init_for_open() 759 writeb(CTRL_CA, REG_CONTROL); in ether1_xmit_done() 905 writeb(CTRL_CA | CTRL_ACK, REG_CONTROL); in ether1_interrupt() 917 writeb(CTRL_CA, REG_CONTROL); in ether1_interrupt() 929 writeb(CTRL_CA, REG_CONTROL); in ether1_interrupt() 938 writeb(CTRL_ACK, REG_CONTROL); in ether1_interrupt()
|
D | ether1.h | 25 #define REG_CONTROL (priv(dev)->base + 0x0004) macro
|
/linux-6.1.9/drivers/clocksource/ |
D | bcm2835_timer.c | 22 #define REG_CONTROL 0x00 macro 107 timer->control = base + REG_CONTROL; in bcm2835_timer_init()
|
/linux-6.1.9/drivers/regulator/ |
D | tps62360-regulator.c | 33 #define REG_CONTROL 4 macro 240 ret = regmap_write(tps->regmap, REG_CONTROL, 0xE0); in tps62360_init_dcdc() 242 ret = regmap_write(tps->regmap, REG_CONTROL, 0x0); in tps62360_init_dcdc() 246 __func__, REG_CONTROL, ret); in tps62360_init_dcdc()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb/ |
D | vsc7326_reg.h | 99 #define REG_CONTROL(ie) CRA(0x2,ie&1,0x0f) /* FIFO control */ macro
|
/linux-6.1.9/drivers/media/i2c/ |
D | tda1997x_regs.h | 433 #define REG_CONTROL 0x80FF macro
|
D | tda1997x.c | 2117 reg = tda1997x_cec_read(sd, REG_CONTROL & 0xff); in tda1997x_core_init() 2119 tda1997x_cec_write(sd, REG_CONTROL & 0xff, reg); in tda1997x_core_init()
|