Home
last modified time | relevance | path

Searched refs:CONTROL (Results 1 – 56 of 56) sorted by relevance

/linux-4.4.14/drivers/clocksource/
Dtimer-digicolor.c50 #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/
Dparport_gsc.c90 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()
Dparport_gsc.h61 #define CONTROL(p) ((p)->base + 0x2) macro
118 parport_writeb (ctr, CONTROL (p)); in __parport_gsc_frob_control()
Dparport_pc.c258 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/
Dparport_pc.h14 #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/
Dens1370.c700 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 …]
Dsonicvibes.c1344 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/
Dmachzwd.c58 #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/
Dbt3c_cs.c113 #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/
Dmarvell,orion-timer.txt5 - reg: base address of the timer register starting with TIMERS CONTROL register
Drockchip,rk3288-timer.txt5 - reg: base address of the timer register starting with TIMERS CONTROL register
/linux-4.4.14/drivers/hwmon/
Dadt7475.c30 #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/
Dleds-lm3556.txt19 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/
Daha1542.h28 #define CONTROL(base) STATUS(base) macro
Daha1542.c67 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/
Dsmc9194.h104 #define CONTROL 12 macro
Dsmc9194.c338 outw( inw( ioaddr + CONTROL ) | CTL_AUTO_RELEASE , ioaddr + CONTROL ); in smc_reset()
398 outw( inw( ioaddr + CONTROL ), CTL_POWERDOWN, ioaddr + CONTROL ); in smc_shutdown()
Dsmc91c92_cs.c190 #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/
Dlp855x-driver.txt36 * device_control : Value of DEVICE CONTROL register.
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/
Dlp855x.txt7 - dev-ctrl: Value of DEVICE CONTROL register (u8). It depends on the device.
/linux-4.4.14/drivers/hid/
Dhid-roccat-lua.c98 LUA_BIN_ATTRIBUTE_RW(control, CONTROL) in LUA_BIN_ATTRIBUTE_RW() argument
Dhid-roccat-isku.c223 ISKU_BIN_ATTR_W(control, CONTROL);
Dhid-roccat-koneplus.c182 KONEPLUS_BIN_ATTRIBUTE_W(control, CONTROL);
Dhid-roccat-pyra.c185 PYRA_BIN_ATTRIBUTE_W(control, CONTROL);
Dhid-roccat-kovaplus.c215 KOVAPLUS_BIN_ATTRIBUTE_W(control, CONTROL);
/linux-4.4.14/sound/pci/asihpi/
Dhpi_internal.h502 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),
Dhpi6000.c123 #define CONTROL 0x0000 macro
491 phw->dw2040_HPIDSP + (CONTROL + in create_adapter_obj()
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dti-phy.txt3 OMAP CONTROL PHY
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c163 __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/
Dnfc.txt72 CONTROL OPERATIONS:
Drxrpc.txt312 CONTROL MESSAGES
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddss.c142 SR(CONTROL); in dss_save_context()
162 RR(CONTROL); in dss_restore_context()
Ddispc.c295 SR(CONTROL); in dispc_save_context()
497 RR(CONTROL); in dispc_restore_context()
/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa27x_udc.h264 #define USB_EP_CTRL USB_EP_DEF(0, "ep0", 0, CONTROL, EP0_FIFO_SIZE, \
Datmel_usba_udc.c399 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/
Dmain.c125 MT76_FILTER(CONTROL, MT_RX_FILTR_CFG_ACK | in mt76_configure_filter()
/linux-4.4.14/Documentation/video4linux/
Dradiotrack.txt1 NOTES ON RADIOTRACK CARD CONTROL
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_reg_def.h696 #define CONTROL 0x48 macro
737 CONTROL)
798 CONTROL)
Daic94xx_dump.c523 PRINT_LREG_32bit(asd_ha, lseq, CONTROL); in asd_dump_lseq_state()
/linux-4.4.14/Documentation/gpio/
Dsysfs.txt23 DO NOT ABUSE SYSFS TO CONTROL HARDWARE THAT HAS PROPER KERNEL DRIVERS.
/linux-4.4.14/sound/pci/ice1712/
Dice1724.c2396 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()
Dice1712.c2365 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/
Dhiddev.txt24 --> hiddev.c ----> POWER / MONITOR CONTROL
/linux-4.4.14/drivers/phy/
DKconfig122 tristate "OMAP CONTROL PHY Driver"
/linux-4.4.14/net/mac80211/
Diface.c369 ADJUST(CONTROL, control); in ieee80211_adjust_monitor_flags()
370 ADJUST(CONTROL, pspoll); in ieee80211_adjust_monitor_flags()
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt321 --------------------CONTROL SCRIPT BEGIN----------------------------------------
693 --------------------CONTROL SCRIPT END------------------------------------------
/linux-4.4.14/Documentation/RCU/
Drcu_dereference.txt179 Please see the "CONTROL DEPENDENCIES" section of
/linux-4.4.14/Documentation/filesystems/caching/
Dbackend-api.txt93 CONTROL AND STATISTICS PRESENTATION
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt121 MEMORY CONTROL GROUP INTERACTION
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c5184 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/
Dhostap_hw.c2913 SHOW_REG(CONTROL); in prism2_registers_proc_show()
/linux-4.4.14/Documentation/
Dpinctrl.txt1 PINCTRL (PIN CONTROL) subsystem
Dmemory-barriers.txt592 CONTROL DEPENDENCIES
/linux-4.4.14/
DMAINTAINERS2953 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/
Dcoda.txt516 fictitious file /coda/.CONTROL. The pioctl call opens this file, gets
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-19971725 * seagate.c: Switch around DATA/CONTROL lines.