/linux-4.4.14/drivers/clocksource/ |
D | timer-digicolor.c | 50 #define CONTROL(t) ((t)*8) macro 74 writeb(CONTROL_DISABLE, dt->base + CONTROL(dt->timer_id)); in dc_timer_disable() 80 writeb(CONTROL_ENABLE | mode, dt->base + CONTROL(dt->timer_id)); in dc_timer_enable() 182 writeb(CONTROL_DISABLE, dc_timer_dev.base + CONTROL(TIMER_B)); in digicolor_timer_init() 184 writeb(CONTROL_ENABLE, dc_timer_dev.base + CONTROL(TIMER_B)); in digicolor_timer_init()
|
/linux-4.4.14/drivers/parport/ |
D | parport_gsc.c | 90 s->u.pc.ctr = parport_readb (CONTROL (p)); in parport_gsc_save_state() 95 parport_writeb (s->u.pc.ctr, CONTROL (p)); in parport_gsc_restore_state() 154 parport_writeb (w, CONTROL (pb)); in parport_SPP_supported() 161 r = parport_readb (CONTROL (pb)); in parport_SPP_supported() 164 parport_writeb (w, CONTROL (pb)); in parport_SPP_supported() 165 r = parport_readb (CONTROL (pb)); in parport_SPP_supported() 166 parport_writeb (0xc, CONTROL (pb)); in parport_SPP_supported()
|
D | parport_gsc.h | 61 #define CONTROL(p) ((p)->base + 0x2) macro 118 parport_writeb (ctr, CONTROL (p)); in __parport_gsc_frob_control()
|
D | parport_pc.c | 258 outb(c, CONTROL(p)); in parport_pc_restore_state() 1427 outb(w, CONTROL(pb)); in parport_SPP_supported() 1434 r = inb(CONTROL(pb)); in parport_SPP_supported() 1437 outb(w, CONTROL(pb)); in parport_SPP_supported() 1438 r = inb(CONTROL(pb)); in parport_SPP_supported() 1439 outb(0xc, CONTROL(pb)); in parport_SPP_supported() 1499 outb(r, CONTROL(pb)); in parport_ECR_present() 1501 outb(r ^ 0x2, CONTROL(pb)); /* Toggle bit 1 */ in parport_ECR_present() 1503 r = inb(CONTROL(pb)); in parport_ECR_present() 1516 outb(0xc, CONTROL(pb)); in parport_ECR_present() [all …]
|
/linux-4.4.14/include/linux/ |
D | parport_pc.h | 14 #define CONTROL(p) ((p)->base + 0x2) macro 85 unsigned char dcr = inb (CONTROL (p)); in dump_parport_state() 99 dcr = i ? priv->ctr : inb (CONTROL (p)); in dump_parport_state() 140 outb (ctr, CONTROL (p)); in __parport_pc_frob_control()
|
/linux-4.4.14/sound/pci/ |
D | ens1370.c | 700 inl(ES_REG(ensoniq, CONTROL)); in snd_es1371_codec_read() 860 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_trigger() 906 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_playback1_prepare() 925 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_playback1_prepare() 947 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_playback2_prepare() 965 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_playback2_prepare() 987 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_capture_prepare() 1003 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_capture_prepare() 1017 if (inl(ES_REG(ensoniq, CONTROL)) & ES_DAC1_EN) { in snd_ensoniq_playback1_pointer() 1034 if (inl(ES_REG(ensoniq, CONTROL)) & ES_DAC2_EN) { in snd_ensoniq_playback2_pointer() [all …]
|
D | sonicvibes.c | 1344 outb(SV_RESET, SV_REG(sonic, CONTROL)); /* reset chip */ in snd_sonicvibes_create() 1346 outb(0, SV_REG(sonic, CONTROL)); /* release reset */ in snd_sonicvibes_create() 1348 outb(SV_ENHANCED | SV_INTA | (reverb ? SV_REVERB : 0), SV_REG(sonic, CONTROL)); in snd_sonicvibes_create()
|
/linux-4.4.14/drivers/watchdog/ |
D | machzwd.c | 58 #define CONTROL 0x10 /* 16 */ macro 161 return zf_readw(CONTROL); in zf_get_control() 166 zf_writew(CONTROL, new); in zf_set_control()
|
/linux-4.4.14/drivers/bluetooth/ |
D | bt3c_cs.c | 113 #define CONTROL 4 macro 348 iir = inb(iobase + CONTROL); in bt3c_interrupt() 369 outb(iir, iobase + CONTROL); in bt3c_interrupt() 520 outb(inb(iobase + CONTROL) | 0x40, iobase + CONTROL); in bt3c_load_firmware()
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | marvell,orion-timer.txt | 5 - reg: base address of the timer register starting with TIMERS CONTROL register
|
D | rockchip,rk3288-timer.txt | 5 - reg: base address of the timer register starting with TIMERS CONTROL register
|
/linux-4.4.14/drivers/hwmon/ |
D | adt7475.c | 30 #define CONTROL 3 macro 680 data->pwm[CONTROL][sattr->index] = in set_pwm() 687 if (((data->pwm[CONTROL][sattr->index] >> 5) & 7) != 7) { in set_pwm() 761 data->pwm[CONTROL][index] &= ~0xE0; in hw_set_pwm() 762 data->pwm[CONTROL][index] |= (val & 7) << 5; in hw_set_pwm() 765 data->pwm[CONTROL][index]); in hw_set_pwm() 1453 data->pwm[CONTROL][index] = adt7475_read(PWM_CONFIG_REG(index)); in adt7475_read_pwm() 1459 v = (data->pwm[CONTROL][index] >> 5) & 7; in adt7475_read_pwm() 1472 data->pwm[CONTROL][index] &= ~0xE0; in adt7475_read_pwm() 1473 data->pwm[CONTROL][index] |= (7 << 5); in adt7475_read_pwm() [all …]
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lm3556.txt | 19 CONTROL REGISTER(0x09).Flash mode is activated by the ENABLE REGISTER(0x0A), 32 In Torch Mode, the current source(LED) is programmed via the CURRENT CONTROL
|
/linux-4.4.14/drivers/scsi/ |
D | aha1542.h | 28 #define CONTROL(base) STATUS(base) macro
|
D | aha1542.c | 67 outb(IRST, CONTROL(base)); in aha1542_intr_reset() 199 outb(SRST | IRST /*|SCRST */ , CONTROL(sh->io_port)); in aha1542_test_port() 231 outb(IRST, CONTROL(sh->io_port)); in aha1542_test_port() 863 outb(reset_cmd, CONTROL(cmd->device->host->io_port)); in aha1542_reset()
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc9194.h | 104 #define CONTROL 12 macro
|
D | smc9194.c | 338 outw( inw( ioaddr + CONTROL ) | CTL_AUTO_RELEASE , ioaddr + CONTROL ); in smc_reset() 398 outw( inw( ioaddr + CONTROL ), CTL_POWERDOWN, ioaddr + CONTROL ); in smc_shutdown()
|
D | smc91c92_cs.c | 190 #define CONTROL 12 macro 550 outw((CTL_RELOAD | CTL_EE_SELECT), ioaddr + CONTROL); in mot_setup() 554 wait = ((CTL_RELOAD | CTL_STORE) & inw(ioaddr + CONTROL)); in mot_setup() 772 outw(0, ioaddr + CONTROL); in check_sig() 1102 outw(CTL_POWERDOWN, ioaddr + CONTROL ); in smc_close() 1333 outw(CTL_AUTO_RELEASE | 0x0000, ioaddr + CONTROL); in smc_eph_irq() 1335 ioaddr + CONTROL); in smc_eph_irq() 1660 ioaddr + CONTROL); in smc_reset()
|
/linux-4.4.14/Documentation/backlight/ |
D | lp855x-driver.txt | 36 * device_control : Value of DEVICE CONTROL register.
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/ |
D | lp855x.txt | 7 - dev-ctrl: Value of DEVICE CONTROL register (u8). It depends on the device.
|
/linux-4.4.14/drivers/hid/ |
D | hid-roccat-lua.c | 98 LUA_BIN_ATTRIBUTE_RW(control, CONTROL) in LUA_BIN_ATTRIBUTE_RW() argument
|
D | hid-roccat-isku.c | 223 ISKU_BIN_ATTR_W(control, CONTROL);
|
D | hid-roccat-koneplus.c | 182 KONEPLUS_BIN_ATTRIBUTE_W(control, CONTROL);
|
D | hid-roccat-pyra.c | 185 PYRA_BIN_ATTRIBUTE_W(control, CONTROL);
|
D | hid-roccat-kovaplus.c | 215 KOVAPLUS_BIN_ATTRIBUTE_W(control, CONTROL);
|
/linux-4.4.14/sound/pci/asihpi/ |
D | hpi_internal.h | 502 HPI_CONTROL_GET_INFO = HPI_FUNC_ID(CONTROL, 1), 503 HPI_CONTROL_GET_STATE = HPI_FUNC_ID(CONTROL, 2), 504 HPI_CONTROL_SET_STATE = HPI_FUNC_ID(CONTROL, 3),
|
D | hpi6000.c | 123 #define CONTROL 0x0000 macro 491 phw->dw2040_HPIDSP + (CONTROL + in create_adapter_obj()
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | ti-phy.txt | 3 OMAP CONTROL PHY
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 163 __CAN(CONTROL, control); in bfin_debug_mmrs_can() 261 __EPPI(CONTROL, control); in bfin_debug_mmrs_eppi() 319 __HMDMA(CONTROL, control); in bfin_debug_mmrs_hmdma() 402 __PPI(CONTROL, control); in bfin_debug_mmrs_ppi() 520 __TWI(CONTROL, control); in bfin_debug_mmrs_twi()
|
/linux-4.4.14/Documentation/networking/ |
D | nfc.txt | 72 CONTROL OPERATIONS:
|
D | rxrpc.txt | 312 CONTROL MESSAGES
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dss.c | 142 SR(CONTROL); in dss_save_context() 162 RR(CONTROL); in dss_restore_context()
|
D | dispc.c | 295 SR(CONTROL); in dispc_save_context() 497 RR(CONTROL); in dispc_restore_context()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | pxa27x_udc.h | 264 #define USB_EP_CTRL USB_EP_DEF(0, "ep0", 0, CONTROL, EP0_FIFO_SIZE, \
|
D | atmel_usba_udc.c | 399 usba_dma_writel(ep, CONTROL, req->ctrl); in submit_request() 659 usba_dma_writel(ep, CONTROL, 0); in usba_ep_disable() 810 usba_dma_writel(ep, CONTROL, 0); in stop_dma() 1592 control = usba_dma_readl(ep, CONTROL); in usba_dma_irq()
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | main.c | 125 MT76_FILTER(CONTROL, MT_RX_FILTR_CFG_ACK | in mt76_configure_filter()
|
/linux-4.4.14/Documentation/video4linux/ |
D | radiotrack.txt | 1 NOTES ON RADIOTRACK CARD CONTROL
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_reg_def.h | 696 #define CONTROL 0x48 macro 737 CONTROL) 798 CONTROL)
|
D | aic94xx_dump.c | 523 PRINT_LREG_32bit(asd_ha, lseq, CONTROL); in asd_dump_lseq_state()
|
/linux-4.4.14/Documentation/gpio/ |
D | sysfs.txt | 23 DO NOT ABUSE SYSFS TO CONTROL HARDWARE THAT HAS PROPER KERNEL DRIVERS.
|
/linux-4.4.14/sound/pci/ice1712/ |
D | ice1724.c | 2396 outb(VT1724_RESET , ICEREG1724(ice, CONTROL)); in snd_vt1724_chip_reset() 2397 inb(ICEREG1724(ice, CONTROL)); /* pci posting flush */ in snd_vt1724_chip_reset() 2399 outb(0, ICEREG1724(ice, CONTROL)); in snd_vt1724_chip_reset() 2400 inb(ICEREG1724(ice, CONTROL)); /* pci posting flush */ in snd_vt1724_chip_reset()
|
D | ice1712.c | 2365 outb(ICE1712_RESET | ICE1712_NATIVE, ICEREG(ice, CONTROL)); in snd_ice1712_chip_init() 2367 outb(ICE1712_NATIVE, ICEREG(ice, CONTROL)); in snd_ice1712_chip_init()
|
/linux-4.4.14/Documentation/hid/ |
D | hiddev.txt | 24 --> hiddev.c ----> POWER / MONITOR CONTROL
|
/linux-4.4.14/drivers/phy/ |
D | Kconfig | 122 tristate "OMAP CONTROL PHY Driver"
|
/linux-4.4.14/net/mac80211/ |
D | iface.c | 369 ADJUST(CONTROL, control); in ieee80211_adjust_monitor_flags() 370 ADJUST(CONTROL, pspoll); in ieee80211_adjust_monitor_flags()
|
/linux-4.4.14/Documentation/laptops/ |
D | laptop-mode.txt | 321 --------------------CONTROL SCRIPT BEGIN---------------------------------------- 693 --------------------CONTROL SCRIPT END------------------------------------------
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu_dereference.txt | 179 Please see the "CONTROL DEPENDENCIES" section of
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 93 CONTROL AND STATISTICS PRESENTATION
|
/linux-4.4.14/Documentation/vm/ |
D | unevictable-lru.txt | 121 MEMORY CONTROL GROUP INTERACTION
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 5184 rocker_write32(rocker, CONTROL, ROCKER_CONTROL_RESET); in rocker_probe() 5263 rocker_write32(rocker, CONTROL, ROCKER_CONTROL_RESET); in rocker_remove()
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 2913 SHOW_REG(CONTROL); in prism2_registers_proc_show()
|
/linux-4.4.14/Documentation/ |
D | pinctrl.txt | 1 PINCTRL (PIN CONTROL) subsystem
|
D | memory-barriers.txt | 592 CONTROL DEPENDENCIES
|
/linux-4.4.14/ |
D | MAINTAINERS | 2953 CONTROL GROUP (CGROUP) 2964 CONTROL GROUP - CPUSET 2975 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) 8343 PIN CONTROL SUBSYSTEM 9408 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers 9974 SONY VAIO CONTROL DEVICE DRIVER 10166 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 516 fictitious file /coda/.CONTROL. The pioctl call opens this file, gets
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 1725 * seagate.c: Switch around DATA/CONTROL lines.
|