Home
last modified time | relevance | path

Searched refs:upto (Results 1 – 9 of 9) sorted by relevance

/linux/scripts/dtc/
H A 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/Documentation/devicetree/bindings/hwmon/
H A 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
H A Dnpcm750-pwm-fan.txt29 Under fan subnode can be upto 8 child nodes, each child node representing a fan.
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A 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/Documentation/ABI/testing/
H A Dsysfs-class-fc18 <appid> is user provided string upto 128 characters
H A Drtc-cdev17 RTCs that support alarms. Can be set upto 24 hours in the
/linux/Documentation/arch/arm/keystone/
H A Dknav-qmss.rst42 k2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin firmware supports upto 48 accumulator
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dti,keystone-rproc.txt4 The TI Keystone 2 family of SoCs usually have one or more (upto 8) TI DSP Core
/linux/drivers/tty/serial/8250/
H A DKconfig311 will ensure to support baud rates upto 1.5Mpbs.