Searched refs:REG_CONTROL (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-microchip-core.c76 #define REG_CONTROL (0x00) macro
124 u32 control = mchp_corespi_read(spi, REG_CONTROL);
128 mchp_corespi_write(spi, REG_CONTROL, control);
155 control = mchp_corespi_read(spi, REG_CONTROL);
158 mchp_corespi_write(spi, REG_CONTROL, control);
161 mchp_corespi_write(spi, REG_CONTROL, control);
170 control = mchp_corespi_read(spi, REG_CONTROL);
172 mchp_corespi_write(spi, REG_CONTROL, control);
175 mchp_corespi_write(spi, REG_CONTROL, control);
197 control = mchp_corespi_read(spi, REG_CONTROL);
[all...]
H A Dspi-microchip-core-qspi.c90 #define REG_CONTROL (0x00) macro
128 u32 control = readl_relaxed(qspi->regs + REG_CONTROL);
156 writel_relaxed(control, qspi->regs + REG_CONTROL);
168 control = readl_relaxed(qspi->regs + REG_CONTROL);
175 writel_relaxed(control, qspi->regs + REG_CONTROL);
187 writel_relaxed(control, qspi->regs + REG_CONTROL);
201 control = readl_relaxed(qspi->regs + REG_CONTROL);
203 writel_relaxed(control, qspi->regs + REG_CONTROL);
215 writel_relaxed(control, qspi->regs + REG_CONTROL);
285 control = readl_relaxed(qspi->regs + REG_CONTROL);
[all...]
/linux-master/drivers/bluetooth/
H A Dbluecard_cs.c126 #define REG_CONTROL 0x22 macro
139 /* REG_CONTROL */
266 outb(info->ctrl_reg, iobase + REG_CONTROL);
309 outb(info->ctrl_reg, iobase + REG_CONTROL);
313 outb(info->ctrl_reg, iobase + REG_CONTROL);
513 outb(info->ctrl_reg, iobase + REG_CONTROL);
547 outb(info->ctrl_reg, iobase + REG_CONTROL);
727 outb(info->ctrl_reg, iobase + REG_CONTROL);
740 outb(info->ctrl_reg, iobase + REG_CONTROL);
745 outb(info->ctrl_reg, iobase + REG_CONTROL);
[all...]
/linux-master/drivers/clocksource/
H A Dbcm2835_timer.c22 #define REG_CONTROL 0x00 macro
107 timer->control = base + REG_CONTROL;
/linux-master/drivers/net/ethernet/i825xx/
H A Dether1.c301 writeb(CTRL_RST|CTRL_ACK, REG_CONTROL);
450 writeb(CTRL_RST|CTRL_ACK, REG_CONTROL);
509 writeb(CTRL_RST, REG_CONTROL);
510 writeb(0, REG_CONTROL);
511 writeb(CTRL_CA, REG_CONTROL);
759 writeb(CTRL_CA, REG_CONTROL);
905 writeb(CTRL_CA | CTRL_ACK, REG_CONTROL);
917 writeb(CTRL_CA, REG_CONTROL);
929 writeb(CTRL_CA, REG_CONTROL);
938 writeb(CTRL_ACK, REG_CONTROL);
[all...]
H A Dether1.h25 #define REG_CONTROL (priv(dev)->base + 0x0004) macro
/linux-master/drivers/regulator/
H A Dtps62360-regulator.c33 #define REG_CONTROL 4 macro
240 ret = regmap_write(tps->regmap, REG_CONTROL, 0xE0);
242 ret = regmap_write(tps->regmap, REG_CONTROL, 0x0);
246 __func__, REG_CONTROL, ret);
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326_reg.h98 /* REG_ING_CONTROL equals REG_CONTROL with ie = 0, likewise REG_EGR_CONTROL is ie = 1 */
99 #define REG_CONTROL(ie) CRA(0x2,ie&1,0x0f) /* FIFO control */ macro
/linux-master/drivers/media/i2c/
H A Dtda1997x_regs.h433 #define REG_CONTROL 0x80FF macro
H A Dtda1997x.c2120 reg = tda1997x_cec_read(sd, REG_CONTROL & 0xff);
2122 tda1997x_cec_write(sd, REG_CONTROL & 0xff, reg);

Completed in 169 milliseconds