/linux-6.12.1/net/devlink/ |
D | trap.c | 987 DEVLINK_TRAP(STP, CONTROL), 988 DEVLINK_TRAP(LACP, CONTROL), 989 DEVLINK_TRAP(LLDP, CONTROL), 990 DEVLINK_TRAP(IGMP_QUERY, CONTROL), 991 DEVLINK_TRAP(IGMP_V1_REPORT, CONTROL), 992 DEVLINK_TRAP(IGMP_V2_REPORT, CONTROL), 993 DEVLINK_TRAP(IGMP_V3_REPORT, CONTROL), 994 DEVLINK_TRAP(IGMP_V2_LEAVE, CONTROL), 995 DEVLINK_TRAP(MLD_QUERY, CONTROL), 996 DEVLINK_TRAP(MLD_V1_REPORT, CONTROL), [all …]
|
/linux-6.12.1/drivers/parport/ |
D | parport_gsc.c | 83 s->u.pc.ctr = parport_readb (CONTROL (p)); in parport_gsc_save_state() 88 parport_writeb (s->u.pc.ctr, CONTROL (p)); in parport_gsc_restore_state() 147 parport_writeb (w, CONTROL (pb)); in parport_SPP_supported() 154 r = parport_readb (CONTROL (pb)); in parport_SPP_supported() 157 parport_writeb (w, CONTROL (pb)); in parport_SPP_supported() 158 r = parport_readb (CONTROL (pb)); in parport_SPP_supported() 159 parport_writeb (0xc, CONTROL (pb)); in parport_SPP_supported()
|
D | parport_gsc.h | 47 #define CONTROL(p) ((p)->base + 0x2) macro 101 parport_writeb (ctr, CONTROL (p)); in __parport_gsc_frob_control()
|
D | parport_pc.c | 259 outb(c, CONTROL(p)); in parport_pc_restore_state() 1430 outb(w, CONTROL(pb)); in parport_SPP_supported() 1437 r = inb(CONTROL(pb)); in parport_SPP_supported() 1440 outb(w, CONTROL(pb)); in parport_SPP_supported() 1441 r = inb(CONTROL(pb)); in parport_SPP_supported() 1442 outb(0xc, CONTROL(pb)); in parport_SPP_supported() 1502 outb(r, CONTROL(pb)); in parport_ECR_present() 1504 outb(r ^ 0x2, CONTROL(pb)); /* Toggle bit 1 */ in parport_ECR_present() 1506 r = inb(CONTROL(pb)); in parport_ECR_present() 1521 outb(0xc, CONTROL(pb)); in parport_ECR_present() [all …]
|
/linux-6.12.1/drivers/clocksource/ |
D | timer-digicolor.c | 48 #define CONTROL(t) ((t)*8) macro 72 writeb(CONTROL_DISABLE, dt->base + CONTROL(dt->timer_id)); in dc_timer_disable() 78 writeb(CONTROL_ENABLE | mode, dt->base + CONTROL(dt->timer_id)); in dc_timer_enable() 180 writeb(CONTROL_DISABLE, dc_timer_dev.base + CONTROL(TIMER_B)); in digicolor_timer_init() 182 writeb(CONTROL_ENABLE, dc_timer_dev.base + CONTROL(TIMER_B)); in digicolor_timer_init()
|
/linux-6.12.1/include/linux/ |
D | parport_pc.h | 15 #define CONTROL(p) ((p)->base + 0x2) macro 89 unsigned char dcr = inb (CONTROL (p)); in dump_parport_state() 103 dcr = i ? priv->ctr : inb (CONTROL (p)); in dump_parport_state() 144 outb (ctr, CONTROL (p)); in __parport_pc_frob_control()
|
/linux-6.12.1/sound/pci/ |
D | ens1370.c | 679 inl(ES_REG(ensoniq, CONTROL)); in snd_es1371_codec_read() 838 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_trigger() 873 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_playback1_prepare() 892 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_playback1_prepare() 914 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_playback2_prepare() 932 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_playback2_prepare() 954 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_capture_prepare() 970 outl(ensoniq->ctrl, ES_REG(ensoniq, CONTROL)); in snd_ensoniq_capture_prepare() 984 if (inl(ES_REG(ensoniq, CONTROL)) & ES_DAC1_EN) { in snd_ensoniq_playback1_pointer() 1001 if (inl(ES_REG(ensoniq, CONTROL)) & ES_DAC2_EN) { in snd_ensoniq_playback2_pointer() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn31/ |
D | dcn31_optc.c | 104 REG_UPDATE(CONTROL, in optc31_enable_crtc() 141 REG_UPDATE(CONTROL, in optc31_disable_crtc() 163 REG_UPDATE(CONTROL, in optc31_immediate_disable_crtc()
|
/linux-6.12.1/drivers/watchdog/ |
D | machzwd.c | 52 #define CONTROL 0x10 /* 16 */ macro 155 return zf_readw(CONTROL); in zf_get_control() 160 zf_writew(CONTROL, new); in zf_set_control()
|
/linux-6.12.1/drivers/bluetooth/ |
D | bt3c_cs.c | 113 #define CONTROL 4 macro 349 iir = inb(iobase + CONTROL); in bt3c_interrupt() 370 outb(iir, iobase + CONTROL); in bt3c_interrupt() 524 outb(inb(iobase + CONTROL) | 0x40, iobase + CONTROL); in bt3c_load_firmware()
|
/linux-6.12.1/drivers/hwmon/ |
D | adt7475.c | 31 CONTROL = 3, enumerator 801 data->pwm[CONTROL][sattr->index] = in pwm_store() 808 if (((data->pwm[CONTROL][sattr->index] >> 5) & 7) != 7) { in pwm_store() 919 data->pwm[CONTROL][index] &= ~0xE0; in hw_set_pwm() 920 data->pwm[CONTROL][index] |= (val & 7) << 5; in hw_set_pwm() 923 data->pwm[CONTROL][index]); in hw_set_pwm() 1756 data->pwm[CONTROL][cfg.index] = ret; in adt7475_fan_pwm_config() 1758 data->pwm[CONTROL][cfg.index] |= BIT(4); in adt7475_fan_pwm_config() 1760 data->pwm[CONTROL][cfg.index] &= ~BIT(4); in adt7475_fan_pwm_config() 1763 data->pwm[CONTROL][cfg.index] &= ~0xE0; in adt7475_fan_pwm_config() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn314/ |
D | dcn314_optc.c | 114 REG_UPDATE(CONTROL, in optc314_enable_crtc() 141 REG_UPDATE(CONTROL, in optc314_disable_crtc()
|
/linux-6.12.1/Documentation/devicetree/bindings/timer/ |
D | marvell,orion-timer.txt | 5 - reg: base address of the timer register starting with TIMERS CONTROL register
|
/linux-6.12.1/Documentation/leds/ |
D | leds-lm3556.rst | 23 CONTROL REGISTER(0x09).Flash mode is activated by the ENABLE REGISTER(0x0A), 50 In Torch Mode, the current source(LED) is programmed via the CURRENT CONTROL
|
/linux-6.12.1/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 1000 uvc_dbg(chain->dev, CONTROL, "Control 0x%08x not found\n", in uvc_find_control() 2162 uvc_dbg(dev, CONTROL, in uvc_ctrl_fill_xu_info() 2175 uvc_dbg(dev, CONTROL, in uvc_ctrl_fill_xu_info() 2183 uvc_dbg(dev, CONTROL, in uvc_ctrl_fill_xu_info() 2213 uvc_dbg(dev, CONTROL, in uvc_ctrl_init_xu_ctrl() 2244 uvc_dbg(chain->dev, CONTROL, "Extension unit %u not found\n", in uvc_xu_ctrl_query() 2260 uvc_dbg(chain->dev, CONTROL, "Control %pUl/%u not found\n", in uvc_xu_ctrl_query() 2409 uvc_dbg(dev, CONTROL, "Added control %pUl/%u to device %s entity %u\n", in uvc_ctrl_add_info() 2479 uvc_dbg(chain->dev, CONTROL, "Adding mapping '%s' to control %pUl/%u\n", in __uvc_ctrl_add_mapping() 2504 uvc_dbg(dev, CONTROL, in uvc_ctrl_add_mapping() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_opp.h | 78 SRI(CONTROL, FMT_MEMORY, id) 82 SRI(CONTROL, FMT_MEMORY, id) 296 uint32_t CONTROL; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn32/ |
D | dcn32_optc.c | 154 REG_UPDATE(CONTROL, in optc32_enable_crtc() 191 REG_UPDATE(CONTROL, in optc32_disable_crtc()
|
/linux-6.12.1/drivers/scsi/ |
D | aha1542.h | 29 #define CONTROL(base) STATUS(base) macro
|
/linux-6.12.1/drivers/net/ethernet/smsc/ |
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 | smc9194.h | 104 #define CONTROL 12 macro
|
D | smc91c92_cs.c | 191 #define CONTROL 12 macro 553 outw((CTL_RELOAD | CTL_EE_SELECT), ioaddr + CONTROL); in mot_setup() 557 wait = ((CTL_RELOAD | CTL_STORE) & inw(ioaddr + CONTROL)); in mot_setup() 775 outw(0, ioaddr + CONTROL); in check_sig() 1105 outw(CTL_POWERDOWN, ioaddr + CONTROL ); in smc_close() 1336 outw(CTL_AUTO_RELEASE | 0x0000, ioaddr + CONTROL); in smc_eph_irq() 1338 ioaddr + CONTROL); in smc_eph_irq() 1664 ioaddr + CONTROL); in smc_reset()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn10/ |
D | dcn10_optc.c | 278 REG_UPDATE(CONTROL, in optc1_program_timing() 384 REG_UPDATE_2(CONTROL, in optc1_set_vtg_params() 388 REG_UPDATE(CONTROL, VTG0_VCOUNT_INIT, v_init); in optc1_set_vtg_params() 539 REG_UPDATE(CONTROL, in optc1_enable_crtc() 567 REG_UPDATE(CONTROL, in optc1_disable_crtc()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn35/ |
D | dcn35_optc.c | 121 REG_UPDATE(CONTROL, in optc35_enable_crtc() 158 REG_UPDATE(CONTROL, in optc35_disable_crtc()
|
/linux-6.12.1/Documentation/driver-api/backlight/ |
D | lp855x-driver.rst | 44 Value of DEVICE CONTROL register.
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/optc/dcn401/ |
D | dcn401_optc.c | 189 REG_UPDATE(CONTROL, in optc401_enable_crtc() 226 REG_UPDATE(CONTROL, in optc401_disable_crtc()
|