Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bluetooth/
Dbluecard_cs.c125 #define REG_CONTROL 0x22 macro
267 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup()
313 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup()
317 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup()
518 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_interrupt()
552 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_interrupt()
738 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
751 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
756 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
761 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
[all …]
/linux-4.4.14/drivers/net/ethernet/i825xx/
Dether1.c303 writeb(CTRL_RST|CTRL_ACK, REG_CONTROL); in ether1_reset()
452 writeb(CTRL_RST|CTRL_ACK, REG_CONTROL); in ether1_init_for_open()
511 writeb(CTRL_RST, REG_CONTROL); in ether1_init_for_open()
512 writeb(0, REG_CONTROL); in ether1_init_for_open()
513 writeb(CTRL_CA, REG_CONTROL); in ether1_init_for_open()
761 writeb(CTRL_CA, REG_CONTROL); in ether1_xmit_done()
907 writeb(CTRL_CA | CTRL_ACK, REG_CONTROL); in ether1_interrupt()
919 writeb(CTRL_CA, REG_CONTROL); in ether1_interrupt()
931 writeb(CTRL_CA, REG_CONTROL); in ether1_interrupt()
940 writeb(CTRL_ACK, REG_CONTROL); in ether1_interrupt()
Dether1.h28 #define REG_CONTROL (priv(dev)->base + 0x0004) macro
/linux-4.4.14/drivers/clocksource/
Dbcm2835_timer.c35 #define REG_CONTROL 0x00 macro
111 timer->control = base + REG_CONTROL; in bcm2835_timer_init()
/linux-4.4.14/drivers/regulator/
Dtps62360-regulator.c47 #define REG_CONTROL 4 macro
254 ret = regmap_write(tps->regmap, REG_CONTROL, 0xE0); in tps62360_init_dcdc()
256 ret = regmap_write(tps->regmap, REG_CONTROL, 0x0); in tps62360_init_dcdc()
260 __func__, REG_CONTROL, ret); in tps62360_init_dcdc()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326_reg.h98 #define REG_CONTROL(ie) CRA(0x2,ie&1,0x0f) /* FIFO control */ macro