Searched refs:REG_CONTROL (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | bluecard_cs.c | 126 #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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/ |
| H A D | ether1.c | 301 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()
|
| H A D | ether1.h | 25 #define REG_CONTROL (priv(dev)->base + 0x0004) macro
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | bcm2835_timer.c | 22 #define REG_CONTROL 0x00 macro 107 timer->control = base + REG_CONTROL; in bcm2835_timer_init()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_av1dec.c | 551 #define REG_CONTROL 0x20 macro 614 dec->reg_base[AV1DEC_CLASS_AFBC] + REG_CONTROL); in av1dec_set_afbc() 641 dec->reg_base[AV1DEC_CLASS_AFBC] + REG_CONTROL); /* update */ in av1dec_set_afbc() 642 writel((fbc_stream_number << 9), dec->reg_base[AV1DEC_CLASS_AFBC] + REG_CONTROL); in av1dec_set_afbc() 751 u32 ctl_val = readl(dec->reg_base[AV1DEC_CLASS_AFBC] + REG_CONTROL); in av1dec_isr() 754 writel_relaxed(ctl_val, dec->reg_base[AV1DEC_CLASS_AFBC] + REG_CONTROL); in av1dec_isr()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | vsc7326_reg.h | 99 #define REG_CONTROL(ie) CRA(0x2,ie&1,0x0f) /* FIFO control */ macro
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tda1997x_regs.h | 430 #define REG_CONTROL 0x80FF macro
|
| H A D | tda1997x.c | 2101 reg = tda1997x_cec_read(sd, REG_CONTROL & 0xff); in tda1997x_core_init() 2103 tda1997x_cec_write(sd, REG_CONTROL & 0xff, reg); in tda1997x_core_init()
|