Searched refs:high (Results 1 - 25 of 119) sorted by relevance

12345

/drivers/net/ethernet/sfc/
H A Dbitfield.h108 * Extract bit field portion [low,high) from the native-endian element
111 * For example, suppose "element" represents the high 32 bits of a
120 * [0,high-low), with garbage in bits [high-low+1,...).
122 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \
123 (((low > max) || (high < min)) ? 0 : \
129 * Extract bit field portion [low,high) from the 64-bit little-endian
132 #define EFX_EXTRACT64(element, min, max, low, high) \
133 EFX_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high)
136 * Extract bit field portion [low,high) fro
[all...]
/drivers/rtc/
H A Drtc-max8925.c115 unsigned char high, low; local
120 high = (tm->tm_year + 1900) / 1000;
122 low = low - high * 10;
123 buf[RTC_YEAR2] = (high << 4) + low;
124 high = (tm->tm_year + 1900) / 10;
126 low = low - high * 10;
127 high = high - (high / 10) * 10;
128 buf[RTC_YEAR1] = (high <<
[all...]
H A Drtc-vr41xx.c166 unsigned long low, mid, high; local
173 high = rtc1_read(ECMPHREG);
178 rtc_time_to_tm((high << 17) | (mid << 1) | (low >> 15), time);
/drivers/net/wireless/bcmdhd/include/proto/
H A Dwpa.h63 uint8 high; member in struct:__anon3335::__anon3336
75 uint8 high; member in struct:__anon3337::__anon3338
95 uint8 high; member in struct:__anon3340::__anon3341
104 uint8 high; member in struct:__anon3342::__anon3343
/drivers/gpu/ion/
H A Dion_page_pool.c67 static struct page *ion_page_pool_remove(struct ion_page_pool *pool, bool high) argument
72 if (high) {
128 bool high; local
131 high = true;
134 return high ? (pool->high_count + pool->low_count) *
142 if (high && pool->high_count) {
157 return high ? (pool->high_count + pool->low_count) *
/drivers/net/wireless/iwlegacy/
H A D3945-rs.c547 u8 high = RATE_INVALID; local
570 high = i;
575 return (high << 8) | low;
591 high = idx;
592 while (high != RATE_INVALID) {
594 high = il3945_rates[high].next_rs_tgg;
596 high = il3945_rates[high].next_rs;
597 if (high
630 u8 high = RATE_INVALID; local
[all...]
H A D4965-rs.c676 u8 high = RATE_INVALID; local
698 high = i;
703 return (high << 8) | low;
716 high = idx;
717 while (high != RATE_INVALID) {
718 high = il_rates[high].next_rs;
719 if (high == RATE_INVALID)
721 if (rate_mask & (1 << high))
723 D_RATE("Skipping masked higher rate: %d\n", high);
1093 s32 new_rate, high, low, start_hi; local
1751 int high = RATE_INVALID; local
[all...]
/drivers/usb/renesas_usbhs/
H A DKconfig11 that supports both full and high speed USB 2.0 data transfers.
/drivers/ide/
H A Dide-lib.c38 u32 high, low; local
43 high = (tf->lbah << 16) | (tf->lbam << 8) | tf->lbal;
45 high = tf->device & 0xf;
47 return ((u64)high << 24) | low;
/drivers/mmc/card/
H A DKconfig40 SD/MMC is a high latency protocol where it is crucial to
41 send large requests in order to get high performance. Many
/drivers/cpufreq/
H A Dspeedstep-smi.c94 * @high: the high frequency value is placed here
100 static int speedstep_smi_get_freqs(unsigned int *low, unsigned int *high) argument
137 *high = high_mhz * 1000;
285 unsigned int *low, *high; local
297 /* detect low and high frequency */
299 high = &speedstep_freqs[SPEEDSTEP_HIGH].frequency;
301 result = speedstep_smi_get_freqs(low, high);
305 pr_debug("could not detect low and high frequencies "
308 low, high,
[all...]
/drivers/staging/telephony/
H A Dixj.c496 j->hsr.bytes.high = inb_p(j->DSPbase + 9);
590 return j->ssr.high << 8 | j->ssr.low;
1384 j->proc_load = j->ssr.high << 8 | j->ssr.low;
1451 bytes.high = (cmd & 0xFF00) >> 8;
1469 outb(bytes.high, j->DSPbase + 7);
1473 j->ssr.high = 0xFF;
1485 j->ssr.high = inb_p(j->DSPbase + 3);
1507 j->gpio.bytes.high = j->ssr.high;
1586 j->gpio.bytes.high
[all...]
/drivers/gpio/
H A Dgpio-lpc32xx.c191 unsigned pin, int high)
193 if (high)
202 unsigned pin, int high)
206 if (high)
213 unsigned pin, int high)
215 if (high)
190 __set_gpio_level_p012(struct lpc32xx_gpio_chip *group, unsigned pin, int high) argument
201 __set_gpio_level_p3(struct lpc32xx_gpio_chip *group, unsigned pin, int high) argument
212 __set_gpo_level_p3(struct lpc32xx_gpio_chip *group, unsigned pin, int high) argument
/drivers/block/paride/
H A DKconfig8 comment "Parallel IDE high-level drivers"
15 This option enables the high-level driver for IDE-type disk devices
29 This option enables the high-level driver for ATAPI CD-ROM devices
45 This option enables the high-level driver for ATAPI disk devices
59 This option enables the high-level driver for ATAPI tape devices
72 This option enables a special high-level driver for generic ATAPI
105 have a high-level driver for the type of device that you want to
123 called bpck. You must also have a high-level driver for the type
142 called bpck6. You must also have a high-level driver for the type
154 a high
[all...]
/drivers/net/irda/
H A Dvia-ircc.h288 __u16 low, high; local
291 high = (size & 0x1f00) >> 8;
293 WriteReg(iobase, I_CF_H_2, high);
359 #define SlowIRRXLowActive(BaseAddr,val) WriteRegBit(BaseAddr,I_CF_3,0,val) //0 show RX high=1 in SIR
422 __u32 low, high; local
426 high = (count & 0x0f00) >> 8;
428 WriteReg(iobase, TX_C_H, high);
442 __u8 low, high; local
446 high = ReadReg(iobase, RX_C_H);
447 wTmp1 = high;
463 __u8 low, high; local
479 __u8 low, high; local
[all...]
/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_lib.c231 unsigned int high, unsigned int low)
236 writel(data, ioaddr + high);
255 unsigned int high, unsigned int low)
260 hi_addr = readl(ioaddr + high);
263 /* Extract the MAC address from the high and low words */
230 stmmac_set_mac_addr(void __iomem *ioaddr, u8 addr[6], unsigned int high, unsigned int low) argument
254 stmmac_get_mac_addr(void __iomem *ioaddr, unsigned char *addr, unsigned int high, unsigned int low) argument
/drivers/hwmon/
H A Dntc_thermistor.c224 int low, high; local
227 ret = lookup_comp(data, ohm, &low, &high);
232 else if (high != -1)
233 *temp = data->comp[high].temp_C * 1000;
238 ((data->comp[high].temp_C - data->comp[low].temp_C) *
240 ((int)data->comp[high].ohm - (int)data->comp[low].ohm);
/drivers/pps/
H A DKconfig12 antennae. Userland can use it to get a high-precision time
/drivers/usb/musb/
H A DKconfig16 Say Y here if your system has a dual role high speed USB
/drivers/scsi/isci/
H A Dsas.h214 u32 high; member in struct:sci_sas_address
H A Dport_config.c90 if (address_one.high > address_two.high) {
92 } else if (address_one.high < address_two.high) {
253 sas_address.high = 0;
/drivers/watchdog/
H A Dibmasr.c143 unsigned char low, high; local
157 high = inb(0x2f);
163 asr_base = (high << 16) | low;
/drivers/net/wireless/b43legacy/
H A Dphy.c1295 value |= ((u8)(pair->high)) << 8;
1300 pair->high < -8 || pair->high > 8) {
1303 "(low: %d, high: %d)\n",
1304 pair->low, pair->high);
1382 { .high = 1, .low = 1, },
1383 { .high = 1, .low = 0, },
1384 { .high = 1, .low = -1, },
1385 { .high = 0, .low = -1, },
1386 { .high
[all...]
/drivers/video/console/
H A DKconfig150 This is the "high resolution" font for the VGA frame buffer (the one
164 This is the "high resolution" font for the VGA frame buffer (the one
174 Small console font with Macintosh-style high-half glyphs. Some Mac
190 Small console font with PC-style control-character and high-half
198 Small console font with PC-style control characters and high-half
209 This is the high resolution console font for Sun machines. Say Y.
215 This is the high resolution console font for Sun machines with very
223 This is a high resolution console font for machines with very
/drivers/net/dsa/
H A Dmv88e6xxx.c511 u32 high; local
515 mv88e6xxx_stats_read(ds, s->reg + 1, &high);
517 high = 0;
519 data[i] = (((u64)high) << 32) | low;

Completed in 718 milliseconds

12345