Searched refs:low (Results 101 - 125 of 166) sorted by relevance

1234567

/drivers/scsi/lpfc/
H A Dlpfc.h91 #define getPaddr(high, low) ((dma_addr_t)( \
92 (( (u64)(high)<<16 ) << 16)|( (u64)(low))))
140 /* Priority bit. Set value to exceed low water mark in lpfc_mem. */
H A Dlpfc_debugfs.c272 int i, j, found, posted, low; local
328 low = hbqs->hbqPutIdx - posted;
329 if (low >= 0) {
330 if ((j >= hbqs->hbqPutIdx) || (j < low)) {
337 (j < (hbqs->entry_count+low))) {
/drivers/scsi/qla4xxx/
H A Dql4_nx.h524 #define QLA8XXX_ADDR_IN_RANGE(addr, low, high) \
525 (((addr) <= (high)) && ((addr) >= (low)))
/drivers/video/fbdev/omap2/dss/
H A Ddispc.c151 u8 low; member in struct:dispc_reg_field
252 return REG_GET(rfld.reg, rfld.high, rfld.low);
258 REG_FLD_MOD(rfld.reg, val, rfld.high, rfld.low);
1177 void dispc_ovl_set_fifo_threshold(enum omap_plane plane, u32 low, u32 high) argument
1184 WARN_ON(low % unit != 0);
1187 low /= unit;
1199 low * unit, high * unit);
1203 FLD_VAL(low, lo_start, lo_end));
1252 * We use the same low threshold for both fifomerge and non-fifomerge
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c299 adr1b = ioread32(&hw->reg->mac_adr[0].low);
356 iowrite32(mar_low, &hw->reg->mac_adr[index].low);
412 iowrite32(0, &hw->reg->mac_adr[i].low);
452 iowrite32(0, &hw->reg->mac_adr[i].low);
2256 ioread32(&adapter->hw.reg->mac_adr[0].low));
/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c718 instance->instancet->fire_cmd(instance, req_desc.u.low,
1961 req_desc->u.low, req_desc->u.high,
2010 while ((d_val.u.low != UINT_MAX) && (d_val.u.high != UINT_MAX)) {
2340 instance->instancet->fire_cmd(instance, req_desc->u.low,
2830 u.low,
/drivers/iommu/
H A Damd_iommu_init.c1247 u32 range, misc, low, high; local
1270 low = readl(iommu->mmio_base + MMIO_EXT_FEATURES);
1273 iommu->features = ((u64)high << 32) | low;
/drivers/media/usb/dvb-usb/
H A Dcxusb.c119 static void cxusb_bluebird_gpio_pulse(struct dvb_usb_device *d, u8 pin, int low) argument
121 cxusb_bluebird_gpio_rw(d, pin, low ? 0 : pin);
123 cxusb_bluebird_gpio_rw(d, pin, low ? pin : 0);
/drivers/net/irda/
H A Dali-ircc.c489 int hi, low, reg; local
505 low = inb(cfg_base+1);
506 info->fir_base = (hi<<8) + low;
2243 outb(0x20, iobase+FIR_MCR); /* IRQ to low */
/drivers/scsi/libfc/
H A Dfc_exch.c289 * multiple is the low order 2-bits of the f_ctl.
1642 u16 low; local
1667 low = ntohs(ap->ba_low_seq_cnt);
1671 ap->ba_seq_id == ep->seq_id) && low != high) {
/drivers/char/
H A DKconfig295 signals from as low as 1Hz up to 8192Hz, and can also be used
321 signals from as low as 1Hz up to 8192Hz, and can also be used
/drivers/net/wireless/b43legacy/
H A Db43legacy.h125 #define B43legacy_SHM_SH_HOSTFLO 0x005E /* Hostflags ucode opts (low) */
392 s8 low; member in struct:b43legacy_lopair
/drivers/scsi/isci/
H A Dinit.c502 oem->phys[i].sas_address.low = 0x1 + ihost->id;
/drivers/target/sbp/
H A Dsbp_target.c74 __be32 high, low; local
86 &low, sizeof(low));
90 *guid = (u64)be32_to_cpu(high) << 32 | be32_to_cpu(low);
/drivers/vme/bridges/
H A Dvme_tsi148.c60 static void reg_join(unsigned int high, unsigned int low, argument
64 *variable |= (unsigned long long)low;
68 unsigned int *low)
70 *low = (unsigned int)variable & 0xFFFFFFFF;
67 reg_split(unsigned long long variable, unsigned int *high, unsigned int *low) argument
/drivers/edac/
H A DKconfig16 These are low-level errors that are reported in the CPU or
48 levels are 0-4 (from low to high) and by default it is set to 2.
/drivers/hwmon/
H A Dlm90.c65 * with ADT7461 except for local temperature low byte register and max
196 #define LM90_STATUS_RLOW (1 << 3) /* remote low temp limit tripped */
198 #define LM90_STATUS_LLOW (1 << 5) /* local low temp limit tripped */
203 #define MAX6696_STATUS2_R2LOW (1 << 3) /* remote2 low temp limit tripped */
449 * byte once, then the low byte, then the high byte again. If the new
451 * we have to read the low byte again, and now we believe we have a
854 u8 low; member in struct:__anon1336
894 i2c_smbus_write_byte_data(client, reg[nr].low,
1294 * low nibble, so the value will be those of the previous
1635 * low briefl
[all...]
/drivers/media/radio/
H A Dradio-si476x.c87 static inline bool si476x_radio_range_is_inside_of_the_band(u32 low, u32 high, argument
90 return low >= si476x_bands[band].rangelow &&
/drivers/net/fddi/
H A Ddefxx.h1691 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high))
/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c971 * transmitted is low the queues will be opened again.
1229 return hash.low | ((u64)hash.high << 32);
1241 .low = multicast,
/drivers/infiniband/core/
H A Dcma.c2329 int low, high, remaining; local
2332 inet_get_local_port_range(&init_net, &low, &high);
2333 remaining = (high - low) + 1;
2334 rover = prandom_u32() % remaining + low;
2350 if ((rover < low) || (rover > high))
2351 rover = low;
/drivers/net/ethernet/nvidia/
H A Dforcedeth.c740 * integer wraparound in the NIC stats registers, at low frequency
2077 u32 low; local
2081 get_random_bytes(&low, sizeof(low));
2082 reg |= low & NVREG_SLOTTIME_MASK;
3580 /* reached a period of low activity, switch
5356 u32 low; local
5422 get_random_bytes(&low, sizeof(low));
5423 low
[all...]
/drivers/gpu/drm/i915/
H A Di915_irq.c801 u32 high1, high2, low, pixel, vbl_start, hsync_start, htotal; local
841 * High & low register fields aren't synchronized, so make sure
842 * we get a low value that's stable across two reads of the high
847 low = I915_READ(low_frame);
852 pixel = low & PIPE_PIXEL_MASK;
853 low >>= PIPE_FRAME_LOW_SHIFT;
860 return (((high1 << 8) | low) + (pixel >= vbl_start)) & 0xffffff;
/drivers/scsi/qla2xxx/
H A Dqla_nx.c551 #define QLA82XX_ADDR_IN_RANGE(addr, low, high) \
552 (((addr) <= (high)) && ((addr) >= (low)))
1426 u32 high, low; local
1430 if ((qla82xx_rom_fast_read(ha, flashaddr, (int *)&low)) ||
1434 data = ((u64)high << 32) | low ;
/drivers/gpu/drm/radeon/
H A Dsumo_dpm.c1849 u32 sumo_dpm_get_sclk(struct radeon_device *rdev, bool low) argument
1854 if (low)
1860 u32 sumo_dpm_get_mclk(struct radeon_device *rdev, bool low) argument

Completed in 2309 milliseconds

1234567