Searched refs:HIGH (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DCacheFilePriority.java25 public static final CacheFilePriority HIGH = field in class:CacheFilePriority
26 new CacheFilePriority("HIGH", DbConstants.DB_PRIORITY_HIGH);
50 return HIGH;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dlcd_h3.c45 r = tps65010_set_gpio_out_value(GPIO1, HIGH);
47 r = tps65010_set_gpio_out_value(GPIO2, HIGH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wl/
H A DMakefile42 VLIST += HIGH
44 # the other driver. HIGH driver is always called wl_high and loaded upon hotplut
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/i2c/
H A Dtps65010.h122 #define HIGH 1 macro
139 * value: LOW or HIGH
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfile-tree.h40 enum { LOW=(1<<0), NORMAL=(1<<1), HIGH=(1<<2) }; enumerator in enum:FileTreeItem::__anon7414
H A Dfile-tree.cc197 if( i == HIGH ) return tr( "High" );
209 case TR_PRI_HIGH: i |= HIGH; break;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/keyspan_pda/
H A Dkeyspan_pda.S3 #define HIGH(x) (((x) & 0xff00) / 256) define
187 #define BAUD_HIGH(rate) HIGH(BAUD_TIMEOUT(rate))
404 mov a, #HIGH(desc_device)
416 mov a, #HIGH(desc_config1)
534 mov a, #HIGH(baud_table)
625 mov dph1, #HIGH(tx_ring) ; load DPTR1 with target
749 mov dph, #HIGH(tx_ring)
805 mov dph, #HIGH(rx_ring)
836 mov dph, #HIGH(rx_ring) ; load DPTR0 with source
H A Dxircom_pgs.S3 #define HIGH(x) (((x) & 0xff00) / 256) define
225 #define BAUD_HIGH(rate) HIGH(BAUD_TIMEOUT(rate))
442 mov a, #HIGH(desc_device)
454 mov a, #HIGH(desc_config1)
572 mov a, #HIGH(baud_table)
682 mov dph1, #HIGH(tx_ring) ; load DPTR1 with target
810 mov dph, #HIGH(tx_ring)
866 mov dph, #HIGH(rx_ring)
901 mov dph, #HIGH(rx_ring) ; load DPTR0 with source
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-omap.c54 #define HIGH 1 macro
105 tps65010_set_gpio_out_value(GPIO1, HIGH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dboard-osk.c197 /* Set GPIO 1 HIGH to disable VBUS power supply;
204 tps65010_set_gpio_out_value(GPIO2, HIGH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dftdi_sio.c898 #define HIGH 1 macro
1017 (set & TIOCM_DTR) ? "HIGH" :
1019 (set & TIOCM_RTS) ? "HIGH" :
1023 (set & TIOCM_DTR) ? "HIGH" :
1025 (set & TIOCM_RTS) ? "HIGH" :
/netgear-R7000-V1.0.7.12_1.2.5/src/wl/config/
H A Dwl.mk653 # HIGH driver for BMAC ?? any ndis/xp/vista ?

Completed in 125 milliseconds