Searched refs:REG_CONTROL (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/bluetooth/ |
D | bluecard_cs.c | 125 #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() 744 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open() 757 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open() 762 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open() 767 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open() [all …]
|
/linux-4.1.27/drivers/net/ethernet/i825xx/ |
D | ether1.c | 303 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()
|
D | ether1.h | 28 #define REG_CONTROL (priv(dev)->base + 0x0004) macro
|
/linux-4.1.27/drivers/clocksource/ |
D | bcm2835_timer.c | 35 #define REG_CONTROL 0x00 macro 126 timer->control = base + REG_CONTROL; in bcm2835_timer_init()
|
/linux-4.1.27/drivers/regulator/ |
D | tps62360-regulator.c | 47 #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.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | vsc7326_reg.h | 98 #define REG_CONTROL(ie) CRA(0x2,ie&1,0x0f) /* FIFO control */ macro
|