Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bluetooth/
Dbluecard_cs.c126 #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-4.19.296/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()