Home
last modified time | relevance | path

Searched refs:REG_CONTROL (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/bluetooth/
A Dbluecard_cs.c126 #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/drivers/net/ethernet/i825xx/
A Dether1.c301 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()
A Dether1.h25 #define REG_CONTROL (priv(dev)->base + 0x0004) macro
/linux/drivers/clocksource/
A Dbcm2835_timer.c22 #define REG_CONTROL 0x00 macro
107 timer->control = base + REG_CONTROL; in bcm2835_timer_init()
/linux/drivers/regulator/
A Dtps62360-regulator.c46 #define REG_CONTROL 4 macro
253 ret = regmap_write(tps->regmap, REG_CONTROL, 0xE0); in tps62360_init_dcdc()
255 ret = regmap_write(tps->regmap, REG_CONTROL, 0x0); in tps62360_init_dcdc()
259 __func__, REG_CONTROL, ret); in tps62360_init_dcdc()
/linux/drivers/net/ethernet/chelsio/cxgb/
A Dvsc7326_reg.h99 #define REG_CONTROL(ie) CRA(0x2,ie&1,0x0f) /* FIFO control */ macro
/linux/drivers/media/i2c/
A Dtda1997x_regs.h433 #define REG_CONTROL 0x80FF macro
A Dtda1997x.c2117 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()

Completed in 23 milliseconds