Home
last modified time | relevance | path

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

12345

/Linux-v5.10/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-v5.10/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-v5.10/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
Dslimbus.h101 * @num_bytes: upto 16. This ensures that the message will fit the slicesize
/Linux-v5.10/arch/mips/netlogic/
DKconfig71 Support boards with upto two XLPs connected over ICI.
76 Support boards with upto four XLPs connected over ICI.
/Linux-v5.10/arch/powerpc/net/
Dbpf_jit64.h15 * Ensure the top half (upto local_tmp_var) stays consistent
22 * fp (r31) --> [ ebpf stack space ] upto 512 |
/Linux-v5.10/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-v5.10/arch/arc/include/asm/
Dshmparam.h9 /* Handle upto 2 cache bins */
/Linux-v5.10/arch/powerpc/platforms/pseries/
Dfirmware.c36 * entry ends in a '*', only upto the '*' is matched. Otherwise the entire
90 * upto there in fw_hypertas_feature_init()
/Linux-v5.10/include/linux/platform_data/
Ds3c-hsudc.h8 * The S3C24XX USB 2.0 high-speed USB controller supports upto 9 endpoints.
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h72 /* Don't modify Ltypes upto SCTP, otherwise it will
127 /* Don't modify Ltypes upto SCTP, otherwise it will
/Linux-v5.10/Documentation/hwmon/
Daspeed-pwm-tacho.rst13 controller. The PWM controller supports upto 8 PWM outputs. The Fan tacho
/Linux-v5.10/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-v5.10/Documentation/ABI/testing/
Drtc-cdev17 RTCs that support alarms. Can be set upto 24 hours in the
/Linux-v5.10/arch/powerpc/include/asm/
Dtask_size_64.h65 * with 128TB and conditionally enable upto 512TB
/Linux-v5.10/sound/soc/rockchip/
DKconfig16 Rockchip I2S device. The device supports upto maximum of
/Linux-v5.10/drivers/staging/media/atomisp/pci/
Disp2400_input_system_global.h22 //MIPI allows upto 4 channels.
/Linux-v5.10/arch/x86/include/asm/
Damd_nb.h109 /* GART present only on Fam15h, upto model 0fh */ in amd_gart_present()
/Linux-v5.10/Documentation/arm/keystone/
Dknav-qmss.rst42 k2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin firmware supports upto 48 accumulator
/Linux-v5.10/drivers/extcon/
Dextcon-intel-cht-wc.c132 /* Charger detection can take upto 600ms, wait 800ms max. */ in cht_wc_extcon_get_charger()
175 case CHT_WC_USBSRC_TYPE_MHL: /* MHL2+ delivers upto 2A, treat as DCP */ in cht_wc_extcon_get_charger()
/Linux-v5.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom,geni-se.yaml16 like UART, SPI, I2C, I3C, etc. A single QUP module can provide upto 8 Serial
/Linux-v5.10/arch/arc/kernel/
Dintc-arcv2.c59 * ARCv2 core intc provides multiple interrupt priorities (upto 16). in arc_init_IRQ()
/Linux-v5.10/arch/mips/netlogic/xlr/
Dplatform-flash.c134 * XLR/XLS supports upto 8 devices on its FLASH interface. The value in
/Linux-v5.10/Documentation/devicetree/bindings/remoteproc/
Dti,keystone-rproc.txt4 The TI Keystone 2 family of SoCs usually have one or more (upto 8) TI DSP Core

12345