Searched refs:range (Results 1 - 25 of 876) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dround.S609 | Shift value is out of range. Set d1 for inex2 flag and
H A Dscale.S82 | Source is within 2^14 range. To perform the int operation,
351 | Source is outside of 2^14 range. Test the sign and branch
H A Dsgetem.S13 | range of the result is [1.0 - 2.0).
H A Dsint.S31 | 2. (X is in range) set rsc = 63 - exp(X). Unnormalize the
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S7503 # an exponent of $3fff and is returned in fp0. The range of #
9236 # Source is within 2^14 range.
9312 # Source is outside of 2^14 range. Test the sign and branch
H A Dfpsp.S7609 # an exponent of $3fff and is returned in fp0. The range of #
9337 # check range of offset
9341 cmpi.b %d1,&0x0a # check range $01 - $0a
9342 ble.b z_val # if in this range, return zero
9343 cmpi.b %d1,&0x0e # check range $0b - $0e
9344 ble.b sm_tbl # valid constants in this range
9345 cmpi.b %d1,&0x2f # check range $10 - $2f
9346 ble.b z_val # if in this range, return zero
9347 cmpi.b %d1,&0x3f # check range $30 - $3f
9348 ble.b bg_tbl # valid constants in this range
[all...]
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dmpc8544si-post.dtsi47 bus-range = <0 0xff>;
59 bus-range = <0 255>;
88 bus-range = <0 255>;
116 bus-range = <0 255>;
H A Dmpc8548si-post.dtsi47 bus-range = <0 0xff>;
58 bus-range = <0 0xff>;
70 bus-range = <0 255>;
H A Dmpc8568si-post.dtsi48 bus-range = <0 0xff>;
61 bus-range = <0 255>;
H A Dmpc8569si-post.dtsi49 bus-range = <0 255>;
H A Dp1020si-post.dtsi49 bus-range = <0 255>;
77 bus-range = <0 255>;
H A Dp1021si-post.dtsi49 bus-range = <0 255>;
77 bus-range = <0 255>;
H A Dp1023si-post.dtsi64 bus-range = <0x0 0xff>;
83 bus-range = <0 0xff>;
102 bus-range = <0x0 0xff>;
/linux-master/arch/powerpc/boot/dts/
H A DkuroboxHD.dts124 bus-range = <0 255>;
H A DkuroboxHG.dts124 bus-range = <0 255>;
/linux-master/arch/sparc/kernel/
H A Dof_device_common.h17 int of_bus_default_map(u32 *addr, const u32 *range, int na, int ns, int pna);
32 int (*map)(u32 *addr, const u32 *range,
/linux-master/drivers/media/dvb-frontends/
H A Dstb0899_algo.c137 int range = 0; local
144 range = bandwidth - stb0899_carr_width(state) / 2;
147 if (range > 0)
148 internal->sub_range = min(internal->srch_range, range);
434 * check if the found frequency is in the correct range
487 * given frequency in a given range
660 /* if locked and range ok, set Kdiv */
971 u32 range, reg; local
990 range = internal->srch_range / 1000000;
991 steps = (10 * range * (
[all...]
H A Dstv0900_sw.c1176 enum fe_stv0900_signal_type range = STV0900_OUTOFRANGE; local
1249 range = STV0900_RANGEOK;
1253 range = STV0900_RANGEOK;
1256 range = STV0900_RANGEOK;
1258 dprintk("%s: range %d\n", __func__, range);
1260 return range;
/linux-master/drivers/misc/mei/
H A Dhw-txe.h62 int mei_txe_setup_satt2(struct mei_device *dev, phys_addr_t addr, u32 range);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.h55 /* range param for dma_getnexttxp() and dma_txreclaim */
97 void dma_txreclaim(struct dma_pub *pub, enum txd_range range);
101 struct sk_buff *dma_getnexttxp(struct dma_pub *pub, enum txd_range range);
/linux-master/drivers/of/
H A Dfdt_address.c42 u64 (*map)(__be32 *addr, const __be32 *range,
70 static u64 __init fdt_bus_default_map(__be32 *addr, const __be32 *range, argument
75 cp = of_read_number(range, na);
76 s = of_read_number(range + na + pna, ns);
/linux-master/fs/jfs/
H A Djfs_discard.c20 * FUNCTION: TRIM the specified block range on device, if supported
59 * range - the range, given by user space
65 int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range) argument
80 start = range->start >> sb->s_blocksize_bits;
81 end = start + (range->len >> sb->s_blocksize_bits) - 1;
82 minlen = range->minlen >> sb->s_blocksize_bits;
88 range->len < sb->s_blocksize)
95 * we trim all ag's within the range
103 range
[all...]
H A Djfs_discard.h11 extern int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range);
/linux-master/include/linux/clk/
H A Danalogbits-wrpll-cln28hpc.h42 * @range: PLL loop filter range. See below for more information
48 * @divr, @divq, @divq, @range represent what the PLL expects to see
61 u8 range; member in struct:wrpll_cfg
/linux-master/include/misc/
H A Dcxl-base.h15 irq_hw_number_t range[CXL_IRQ_RANGES]; member in struct:cxl_irq_ranges

Completed in 657 milliseconds

1234567891011>>