Searched defs:REG_CONTROL (Results 1 - 5 of 5) sorted by relevance

/drivers/clocksource/
H A Dbcm2835_timer.c35 #define REG_CONTROL 0x00 macro
126 timer->control = base + REG_CONTROL;
/drivers/regulator/
H A Dtps62360-regulator.c47 #define REG_CONTROL 4 macro
254 ret = regmap_write(tps->regmap, REG_CONTROL, 0xE0);
256 ret = regmap_write(tps->regmap, REG_CONTROL, 0x0);
260 __func__, REG_CONTROL, ret);
/drivers/bluetooth/
H A Dbluecard_cs.c125 #define REG_CONTROL 0x22 macro
138 /* REG_CONTROL */
267 outb(info->ctrl_reg, iobase + REG_CONTROL);
313 outb(info->ctrl_reg, iobase + REG_CONTROL);
317 outb(info->ctrl_reg, iobase + REG_CONTROL);
518 outb(info->ctrl_reg, iobase + REG_CONTROL);
552 outb(info->ctrl_reg, iobase + REG_CONTROL);
744 outb(info->ctrl_reg, iobase + REG_CONTROL);
757 outb(info->ctrl_reg, iobase + REG_CONTROL);
762 outb(info->ctrl_reg, iobase + REG_CONTROL);
[all...]
/drivers/net/ethernet/chelsio/cxgb/
H A Dvsc7326_reg.h97 /* REG_ING_CONTROL equals REG_CONTROL with ie = 0, likewise REG_EGR_CONTROL is ie = 1 */
98 #define REG_CONTROL(ie) CRA(0x2,ie&1,0x0f) /* FIFO control */ macro
/drivers/net/ethernet/i825xx/
H A Dether1.h28 #define REG_CONTROL (priv(dev)->base + 0x0004) macro

Completed in 139 milliseconds