Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 111) sorted by relevance

12345

/drivers/net/sfc/
Dbitfield.h120 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \ argument
121 (((low > max) || (high < min)) ? 0 : \
130 #define EFX_EXTRACT64(element, min, max, low, high) \ argument
131 EFX_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high)
137 #define EFX_EXTRACT32(element, min, max, low, high) \ argument
138 EFX_EXTRACT_NATIVE(le32_to_cpu(element), min, max, low, high)
140 #define EFX_EXTRACT_OWORD64(oword, low, high) \ argument
141 ((EFX_EXTRACT64((oword).u64[0], 0, 63, low, high) | \
142 EFX_EXTRACT64((oword).u64[1], 64, 127, low, high)) & \
143 EFX_MASK64(high + 1 - low))
[all …]
/drivers/net/wireless/iwlwifi/
Diwl-3945-rs.c548 u8 high = IWL_RATE_INVALID; in iwl3945_get_adjacent_rate() local
570 high = i; in iwl3945_get_adjacent_rate()
575 return (high << 8) | low; in iwl3945_get_adjacent_rate()
591 high = index; in iwl3945_get_adjacent_rate()
592 while (high != IWL_RATE_INVALID) { in iwl3945_get_adjacent_rate()
594 high = iwl3945_rates[high].next_rs_tgg; in iwl3945_get_adjacent_rate()
596 high = iwl3945_rates[high].next_rs; in iwl3945_get_adjacent_rate()
597 if (high == IWL_RATE_INVALID) in iwl3945_get_adjacent_rate()
599 if (rate_mask & (1 << high)) in iwl3945_get_adjacent_rate()
601 IWL_DEBUG_RATE("Skipping masked higher rate: %d\n", high); in iwl3945_get_adjacent_rate()
[all …]
Diwl-agn-rs.c654 u8 high = IWL_RATE_INVALID; in rs_get_adjacent_rate() local
676 high = i; in rs_get_adjacent_rate()
681 return (high << 8) | low; in rs_get_adjacent_rate()
694 high = index; in rs_get_adjacent_rate()
695 while (high != IWL_RATE_INVALID) { in rs_get_adjacent_rate()
696 high = iwl_rates[high].next_rs; in rs_get_adjacent_rate()
697 if (high == IWL_RATE_INVALID) in rs_get_adjacent_rate()
699 if (rate_mask & (1 << high)) in rs_get_adjacent_rate()
701 IWL_DEBUG_RATE("Skipping masked higher rate: %d\n", high); in rs_get_adjacent_rate()
704 return (high << 8) | low; in rs_get_adjacent_rate()
[all …]
/drivers/staging/epl/
DEplObdMacro.h103 …_VAR_RG(ind,sub,typ,acc,dtyp,name,val,low,high) static dtyp xDef##ind##_##sub##_g[3] = {… argument
112 …SERDEF_RG(ind,sub,typ,acc,dtyp,name,val,low,high) static dtyp xDef##ind##_##sub##_g[3] = {va… argument
138 #define EPL_OBD_SUBINDEX_RAM_VAR_RG(ind,sub,typ,acc,dtyp,name,val,low,high) static dtyp … argument
144 #define EPL_OBD_SUBINDEX_RAM_USERDEF_RG(ind,sub,typ,acc,dtyp,name,val,low,high) static tEplObdVarEn… argument
179 #define EPL_OBD_SUBINDEX_RAM_VAR_RG(ind,sub,typ,acc,dtyp,name,val,low,high) {sub,typ, … argument
185 #define EPL_OBD_SUBINDEX_RAM_USERDEF_RG(ind,sub,typ,acc,dtyp,name,val,low,high) {sub,typ, … argument
211 #define EPL_OBD_SUBINDEX_RAM_VAR_RG(ind,sub,typ,acc,dtyp,name,val,low,high) argument
217 #define EPL_OBD_SUBINDEX_RAM_USERDEF_RG(ind,sub,typ,acc,dtyp,name,val,low,high) argument
243 #define EPL_OBD_SUBINDEX_RAM_VAR_RG(ind,sub,typ,acc,dtyp,name,val,low,high) argument
249 #define EPL_OBD_SUBINDEX_RAM_USERDEF_RG(ind,sub,typ,acc,dtyp,name,val,low,high) argument
[all …]
/drivers/net/irda/
Dvia-ircc.h288 __u16 low, high; in SetMaxRxPacketSize() local
291 high = (size & 0x1f00) >> 8; in SetMaxRxPacketSize()
293 WriteReg(iobase, I_CF_H_2, high); in SetMaxRxPacketSize()
422 __u32 low, high; in SetSendByte() local
426 high = (count & 0x0f00) >> 8; in SetSendByte()
428 WriteReg(iobase, TX_C_H, high); in SetSendByte()
442 __u8 low, high; in CkRxRecv() local
446 high = ReadReg(iobase, RX_C_H); in CkRxRecv()
447 wTmp1 = high; in CkRxRecv()
451 high = ReadReg(iobase, RX_C_H); in CkRxRecv()
[all …]
/drivers/telephony/
Dixj.c495 j->hsr.bytes.high = inb_p(j->DSPbase + 9); in ixj_read_HSR()
589 return j->ssr.high << 8 | j->ssr.low; in get_play_volume()
1383 j->proc_load = j->ssr.high << 8 | j->ssr.low; in ixj_timeout()
1450 bytes.high = (cmd & 0xFF00) >> 8; in ixj_WriteDSPCommand()
1468 outb(bytes.high, j->DSPbase + 7); in ixj_WriteDSPCommand()
1472 j->ssr.high = 0xFF; in ixj_WriteDSPCommand()
1484 j->ssr.high = inb_p(j->DSPbase + 3); in ixj_WriteDSPCommand()
1506 j->gpio.bytes.high = j->ssr.high; in ixj_gpio_read()
1585 j->gpio.bytes.high = 0x0B; in ixj_set_port()
1641 j->gpio.bytes.high = 0x0B; in ixj_set_port()
[all …]
/drivers/block/paride/
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-level driver for the type of device that you want to support.
[all …]
/drivers/net/wireless/b43legacy/
Dphy.c1293 value |= ((u8)(pair->high)) << 8; in b43legacy_lo_write()
1298 pair->high < -8 || pair->high > 8) { in b43legacy_lo_write()
1302 pair->low, pair->high); in b43legacy_lo_write()
1380 { .high = 1, .low = 1, }, in b43legacy_phy_lo_g_state()
1381 { .high = 1, .low = 0, }, in b43legacy_phy_lo_g_state()
1382 { .high = 1, .low = -1, }, in b43legacy_phy_lo_g_state()
1383 { .high = 0, .low = -1, }, in b43legacy_phy_lo_g_state()
1384 { .high = -1, .low = -1, }, in b43legacy_phy_lo_g_state()
1385 { .high = -1, .low = 0, }, in b43legacy_phy_lo_g_state()
1386 { .high = -1, .low = 1, }, in b43legacy_phy_lo_g_state()
[all …]
/drivers/video/console/
DKconfig158 This is the "high resolution" font for the VGA frame buffer (the one
172 This is the "high resolution" font for the VGA frame buffer (the one
182 Small console font with Macintosh-style high-half glyphs. Some Mac
198 Small console font with PC-style control-character and high-half
206 Small console font with PC-style control characters and high-half
217 This is the high resolution console font for Sun machines. Say Y.
223 This is the high resolution console font for Sun machines with very
231 This is a high resolution console font for machines with very
/drivers/media/common/
Dir-functions.c155 int ir_decode_pulsedistance(u32 *samples, int count, int low, int high) in ir_decode_pulsedistance() argument
205 if (len > (low + high) /2) in ir_decode_pulsedistance()
222 int ir_decode_biphase(u32 *samples, int count, int low, int high) in ir_decode_biphase() argument
239 if (len > high) in ir_decode_biphase()
/drivers/usb/musb/
DKconfig17 Say Y here if your system has a dual role high speed USB
46 comment "OMAP 243x high speed USB support"
49 comment "OMAP 343x high speed USB support"
52 comment "Blackfin high speed USB Support"
62 (a high speed serial link). It can use system-specific external
/drivers/ide/
Dide-lib.c294 u32 high, low; in ide_get_lba_addr() local
297 high = (tf->hob_lbah << 16) | (tf->hob_lbam << 8) | in ide_get_lba_addr()
300 high = tf->device & 0xf; in ide_get_lba_addr()
303 return ((u64)high << 24) | low; in ide_get_lba_addr()
/drivers/watchdog/
Dibmasr.c144 unsigned char low, high; in asr_get_base_address() local
158 high = inb(0x2f); in asr_get_base_address()
164 asr_base = (high << 16) | low; in asr_get_base_address()
/drivers/net/
Dhp.c297 int high = inb_p(nic_base + EN0_RSARHI); in hp_block_input() local
299 int addr = (high << 8) + low; in hp_block_input()
355 int high = inb_p(nic_base + EN0_RSARHI); in hp_block_output() local
357 int addr = (high << 8) + low; in hp_block_output()
Dne2.c621 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_input() local
623 addr = (high << 8) + low; in ne_block_input()
708 int high = inb_p(nic_base + EN0_RSARHI); in ne_block_output() local
710 addr = (high << 8) + low; in ne_block_output()
Dne-h8300.c491 int high = inb_p(NE_BASE + EN0_RSARHI); in ne_block_input() local
493 addr = (high << 8) + low; in ne_block_input()
583 int high = inb_p(NE_BASE + EN0_RSARHI); in ne_block_output() local
585 addr = (high << 8) + low; in ne_block_output()
/drivers/staging/otus/hal/
Dhpani.c246 u32_t high = param ? 1 : 0; in zfHpAniControl() local
250 | ((weakSigThrCck[high] << AR_PHY_CCK_DETECT_WEAK_SIG_THR_CCK_S) in zfHpAniControl()
253 if (high != aniState->cckWeakSigThreshold) in zfHpAniControl()
255 if (high) in zfHpAniControl()
259 aniState->cckWeakSigThreshold = (u8_t)high; in zfHpAniControl()
/drivers/media/video/ovcamchip/
Dovcamchip_core.c119 unsigned char high, low; in init_camchip() local
128 if (ov_read(c, GENERIC_REG_ID_HIGH, &high) >= 0) { in init_camchip()
130 if (high == 0x7F && low == 0xA2) { in init_camchip()
/drivers/rtc/
Drtc-vr41xx.c166 unsigned long low, mid, high; in vr41xx_rtc_read_alarm() local
173 high = rtc1_read(ECMPHREG); in vr41xx_rtc_read_alarm()
178 rtc_time_to_tm((high << 17) | (mid << 1) | (low >> 15), time); in vr41xx_rtc_read_alarm()
/drivers/firewire/
Dfw-sbp2.c245 __be32 high; member
492 orb->pointer.high = 0; in sbp2_send_orb()
569 orb->request.response.high = 0; in sbp2_send_management_orb()
579 orb->request.status_fifo.high = in sbp2_send_management_orb()
909 ((u64)(be32_to_cpu(response.command_block_agent.high) & 0xffff) in sbp2_login()
1407 orb->request.data_descriptor.high = in sbp2_map_scatterlist()
1417 orb->page_table[i].high = cpu_to_be32(sg_dma_len(sg) << 16); in sbp2_map_scatterlist()
1434 orb->request.data_descriptor.high = cpu_to_be32(lu->tgt->address_high); in sbp2_map_scatterlist()
1482 orb->request.next.high = cpu_to_be32(SBP2_ORB_NULL); in sbp2_scsi_queuecommand()
/drivers/i2c/busses/
Di2c-ibm_iic.c106 unsigned int high; member
114 .high = 4000,
122 .high = 600,
283 ndelay(t->high); in iic_smbus_quick()
295 ndelay(t->high); in iic_smbus_quick()
/drivers/media/video/gspca/
Dov519.c1150 int rc, high, low; in ov7xx0_configure() local
1166 high = i2c_r(sd, 0x0a); in ov7xx0_configure()
1169 if (high == 0x76 && low == 0x73) { in ov7xx0_configure()
1189 high = i2c_r(sd, 0x0a); in ov7xx0_configure()
1190 if (high < 0) { in ov7xx0_configure()
1192 return high; in ov7xx0_configure()
1199 if (high == 0x76) { in ov7xx0_configure()
/drivers/media/dvb/frontends/
Dcx24113.c234 static int cx24113_set_Fref(struct cx24113_state *state, u8 high) in cx24113_set_Fref() argument
238 high = 1; in cx24113_set_Fref()
241 if (high) in cx24113_set_Fref()
242 xtal |= high << 1; in cx24113_set_Fref()
/drivers/staging/otus/80211core/
Dctkip.c125 u16_t high; in zfTkipSbox() local
129 high = ((index >> 8) & 0xFF); in zfTkipSbox()
132 right = zgTkipSboxUpper[high] + (zgTkipSboxLower[high] << 8 ); in zfTkipSbox()
/drivers/mmc/card/
DKconfig22 SD/MMC is a high latency protocol where it is crucial to
23 send large requests in order to get high performance. Many

12345