Home
last modified time | relevance | path

Searched full:upto (Results 1 – 25 of 147) sorted by relevance

123456

/Linux-v6.1/Documentation/devicetree/bindings/hwmon/
Daspeed-pwm-tacho.txt3 The ASPEED PWM controller can support upto 8 PWM outputs. The ASPEED Fan Tacho
4 controller can support upto 16 Fan tachometer inputs.
6 There can be upto 8 fans supported. Each fan can have one PWM output and
31 Under fan subnode there can upto 8 child nodes, with each child node
Dnpcm750-pwm-fan.txt25 Under fan subnode can be upto 8 child nodes, each child node representing a fan.
/Linux-v6.1/scripts/dtc/
Dfdtput.c64 int upto; /* the number of bytes we have written to buf */ in encode_value() local
67 upto = 0; in encode_value()
75 for (; arg_count > 0; arg++, arg_count--, upto += len) { in encode_value()
83 if (upto + len > value_size) { in encode_value()
84 value_size = (upto + len) + 500; in encode_value()
93 ptr = value + upto; in encode_value()
113 *value_len = upto; in encode_value()
116 fprintf(stderr, "Value size %d\n", upto); in encode_value()
/Linux-v6.1/include/linux/
Dprime_numbers.h11 * for_each_prime_number - iterate over each prime upto a value
25 * for_each_prime_number_from - iterate over each prime upto a value
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadow.c39 shadow_fetch(struct nvkm_bios *bios, struct shadow *mthd, u32 upto) in shadow_fetch() argument
41 const u32 limit = (upto + 3) & ~3; in shadow_fetch()
48 return bios->size >= upto; in shadow_fetch()
/Linux-v6.1/arch/powerpc/platforms/pseries/
Dfirmware.c36 * entry ends in a '*', only upto the '*' is matched. Otherwise the entire
92 * upto there in fw_hypertas_feature_init()
/Linux-v6.1/arch/arc/include/asm/
Dshmparam.h9 /* Handle upto 2 cache bins */
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-class-fc18 <appid> is user provided string upto 128 characters
Drtc-cdev17 RTCs that support alarms. Can be set upto 24 hours in the
/Linux-v6.1/include/linux/platform_data/
Ds3c-hsudc.h8 * The S3C24XX USB 2.0 high-speed USB controller supports upto 9 endpoints.
/Linux-v6.1/drivers/net/wwan/iosm/
Diosm_ipc_chnl_cfg.h54 * @index: Channel index (upto MAX_CHANNELS)
/Linux-v6.1/Documentation/hwmon/
Daspeed-pwm-tacho.rst13 controller. The PWM controller supports upto 8 PWM outputs. The Fan tacho
/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-catu.c48 * Each 4K table pages have upto 256 data page pointers, taking upto 2K
206 * upto 1MB data buffer. The last table may have fewer in catu_populate_table()
267 * Each table can address upto 1MB and we can have in catu_init_sg_table()
/Linux-v6.1/sound/soc/tegra/
DKconfig147 upto 2 channels (stereo).
174 audio streams. It supports mixing of upto 10 input streams,
/Linux-v6.1/arch/powerpc/include/asm/
Dtask_size_64.h61 * with 128TB and conditionally enable upto 512TB
/Linux-v6.1/sound/soc/rockchip/
DKconfig16 Rockchip I2S device. The device supports upto maximum of
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dnvidia,tegra186-asrc.yaml17 supports 6 streams upto 12 total channels. The input data size can be
/Linux-v6.1/drivers/staging/media/atomisp/pci/
Disp2400_input_system_global.h22 //MIPI allows upto 4 channels.
/Linux-v6.1/Documentation/devicetree/bindings/display/bridge/
Dti,dlpc3433.yaml21 It supports upto 720p resolution with 60 and 120 Hz refresh
/Linux-v6.1/arch/x86/include/asm/
Damd_nb.h107 /* GART present only on Fam15h, upto model 0fh */ in amd_gart_present()
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dintel,pinctrl-keembay.yaml36 Each interrupt line is shared by upto 4 GPIO lines.
/Linux-v6.1/Documentation/arm/keystone/
Dknav-qmss.rst42 k2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin firmware supports upto 48 accumulator
/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/
Dqcom,geni-se.yaml15 like UART, SPI, I2C, I3C, etc. A single QUP module can provide upto 8 Serial
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h82 /* Don't modify Ltypes upto SCTP, otherwise it will
137 /* Don't modify Ltypes upto SCTP, otherwise it will
/Linux-v6.1/Documentation/networking/device_drivers/wwan/
Diosm.rst72 upto 8 IP sessions for simultaneous IP communication.

123456