Searched refs:REG_CONTROL (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/drivers/bluetooth/ |
| D | bluecard_cs.c | 126 #define REG_CONTROL 0x22 macro 266 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup() 310 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup() 314 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup() 514 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_interrupt() 548 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_interrupt() 729 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open() 742 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open() 747 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open() 752 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open() [all …]
|
| /Linux-v4.19/drivers/net/ethernet/i825xx/ |
| D | ether1.c | 304 writeb(CTRL_RST|CTRL_ACK, REG_CONTROL); in ether1_reset() 453 writeb(CTRL_RST|CTRL_ACK, REG_CONTROL); in ether1_init_for_open() 512 writeb(CTRL_RST, REG_CONTROL); in ether1_init_for_open() 513 writeb(0, REG_CONTROL); in ether1_init_for_open() 514 writeb(CTRL_CA, REG_CONTROL); in ether1_init_for_open() 762 writeb(CTRL_CA, REG_CONTROL); in ether1_xmit_done() 908 writeb(CTRL_CA | CTRL_ACK, REG_CONTROL); in ether1_interrupt() 920 writeb(CTRL_CA, REG_CONTROL); in ether1_interrupt() 932 writeb(CTRL_CA, REG_CONTROL); in ether1_interrupt() 941 writeb(CTRL_ACK, REG_CONTROL); in ether1_interrupt()
|
| D | ether1.h | 28 #define REG_CONTROL (priv(dev)->base + 0x0004) macro
|
| /Linux-v4.19/drivers/clocksource/ |
| D | bcm2835_timer.c | 35 #define REG_CONTROL 0x00 macro 121 timer->control = base + REG_CONTROL; in bcm2835_timer_init()
|
| /Linux-v4.19/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-v4.19/drivers/net/ethernet/chelsio/cxgb/ |
| D | vsc7326_reg.h | 99 #define REG_CONTROL(ie) CRA(0x2,ie&1,0x0f) /* FIFO control */ macro
|
| /Linux-v4.19/drivers/media/i2c/ |
| D | tda1997x_regs.h | 430 #define REG_CONTROL 0x80FF macro
|
| D | tda1997x.c | 2096 reg = tda1997x_cec_read(sd, REG_CONTROL & 0xff); in tda1997x_core_init() 2098 tda1997x_cec_write(sd, REG_CONTROL & 0xff, reg); in tda1997x_core_init()
|