/drivers/net/plip/ |
D | plip.c | 128 #define ENABLE(irq) if (irq != -1) enable_irq(irq) macro 612 ENABLE(dev->irq); in plip_receive_packet() 686 ENABLE(dev->irq); in plip_receive_packet() 692 ENABLE(dev->irq); in plip_receive_packet() 790 ENABLE(dev->irq); in plip_send_packet() 854 ENABLE(dev->irq); in plip_send_packet() 892 ENABLE(dev->irq); in plip_error()
|
/drivers/net/wireless/wl1251/ |
D | reg.h | 62 #define ENABLE (REGISTERS_BASE + 0x5450) macro 291 #define REG_ENABLE_TX_RX (ENABLE)
|
D | boot.c | 64 wl1251_reg_write32(wl, ENABLE, 0x0); in wl1251_boot_soft_reset()
|
/drivers/char/ |
D | dsp56k.c | 60 #define handshake(count, maxio, timeout, ENABLE, f) \ argument 66 for (t = 0; t < timeout && !ENABLE; t++) \ 68 if(!ENABLE) \
|
/drivers/scsi/aic7xxx/ |
D | aic7770.c | 257 ahc_outb(ahc, BCTL, ENABLE); in aic7770_config() 267 ahc_outb(ahc, BCTL, ENABLE); in aic7770_chip_init()
|
D | aic7xxx_reg.h_shipped | 590 #define ENABLE 0x01
|
D | aic7xxx.reg | 740 field ENABLE 0x01
|
/drivers/net/wireless/bcmdhd/ |
D | dhd_pno.c | 210 (ENABLE << IMMEDIATE_SCAN_BIT) | (ENABLE << REPORT_SEPERATELY_BIT)); in _dhd_pno_set() 215 pfn_param.flags |= htod16(ENABLE << ENABLE_ADAPTSCAN_BIT); in _dhd_pno_set() 260 pfn_param.flags |= (ENABLE << ENABLE_BD_SCAN_BIT); in _dhd_pno_set() 268 pfn_param.flags |= (ENABLE << ENABLE_BD_SCAN_BIT); in _dhd_pno_set() 272 pfn_param.flags &= ~(htod16(ENABLE << ENABLE_ADAPTSCAN_BIT)); in _dhd_pno_set() 273 pfn_param.flags |= (ENABLE << ENABLE_BD_SCAN_BIT); in _dhd_pno_set() 363 pfn_element.flags = htod32(ENABLE << WL_PFN_HIDDEN_BIT); in _dhd_pno_add_ssid() 1326 pbestnetheader->reason = (ENABLE << reason); in _dhd_pno_get_for_batch() 1348 pbestnetheader->reason = (ENABLE << PNO_STATUS_ABORT); in _dhd_pno_get_for_batch()
|
/drivers/input/serio/ |
D | gscps2.c | 52 #define ENABLE 1 macro 308 gscps2_enable(ps2port, ENABLE); in gscps2_open()
|
/drivers/video/ |
D | stifb.c | 176 #define ENABLE 1 /* for enabling/disabling screen */ macro 764 case ENABLE: in hyperResetPlanes() 982 int enable = (blank_mode == 0) ? ENABLE : DISABLE; in stifb_blank() 1027 hyperResetPlanes(fb, ENABLE); in stifb_init_display()
|
/drivers/net/wireless/wl12xx/ |
D | reg.h | 213 #define ENABLE (REGISTERS_BASE + 0x5450) macro
|
D | boot.c | 380 wl1271_write32(wl, ENABLE, 0x0); in wl1271_boot_soft_reset()
|
/drivers/staging/tidspbridge/core/ |
D | _tiomap.h | 302 #define ENABLE true macro
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 354 #define ENABLE 0x01 macro
|
D | aic7xxx.reg | 585 bit ENABLE 0x01
|
/drivers/net/ethernet/broadcom/ |
D | sb1250-mac.c | 350 #define ENABLE 1 macro 1167 if (sc->rx_hw_checksum == ENABLE) { in sbdma_rx_process() 1762 sc->rx_hw_checksum = ENABLE; in sbmac_set_iphdr_offset() 2292 if (sc->rx_hw_checksum == ENABLE) in sbmac_init()
|
/drivers/i2c/busses/ |
D | i2c-intel-mid.c | 232 #define ENABLE (1 << 0) macro 688 writel(ENABLE, i2c->base + IC_ENABLE); in intel_mid_i2c_setup()
|
/drivers/scsi/isci/ |
D | registers.h | 561 (SCU_UFQGP_GEN_BIT(ENABLE) | value) 564 (~SCU_UFQGP_GEN_BIT(ENABLE) & value)
|
D | phy.c | 530 enable_spinup |= SCU_ENSPINUP_GEN_BIT(ENABLE); in sci_phy_consume_power_handler() 1134 enable_spinup_value &= ~SCU_ENSPINUP_GEN_BIT(ENABLE); in scu_link_layer_stop_protocol_engine()
|
D | port.c | 1444 pts_control_value |= SCU_PTSxCR_GEN_BIT(ENABLE) | SCU_PTSxCR_GEN_BIT(SUSPEND); in sci_port_enable_port_task_scheduler() 1454 ~(SCU_PTSxCR_GEN_BIT(ENABLE) | SCU_PTSxCR_GEN_BIT(SUSPEND)); in sci_port_disable_port_task_scheduler()
|
D | host.c | 557 SMU_CQGR_GEN_BIT(ENABLE) | in sci_controller_process_completions() 772 | (SMU_CQGR_GEN_BIT(ENABLE)) in sci_controller_initialize_completion_queue()
|
/drivers/pci/hotplug/ |
D | ibmphp_core.c | 583 case ENABLE: in validate() 1017 if ((rc = validate(slot_cur, ENABLE))) { in enable_slot()
|
D | ibmphp.h | 679 #define ENABLE 1 macro
|
/drivers/gpu/drm/nouveau/ |
D | nvc0_grgpc.fuc | 445 // Not sure how exactly this helps, perhaps "ENABLE" is not such a 459 iowr I[$r14] $r15 // GPC_RED_SWITCH = UNK11, ENABLE, POWER
|
D | nvc0_grhub.fuc | 566 // Not sure how exactly this helps, perhaps "ENABLE" is not such a
|