Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/dtc/
Dfdtput.c78 int upto; /* the number of bytes we have written to buf */ in encode_value() local
81 upto = 0; in encode_value()
89 for (; arg_count > 0; arg++, arg_count--, upto += len) { in encode_value()
97 if (upto + len > value_size) { in encode_value()
98 value_size = (upto + len) + 500; in encode_value()
107 ptr = value + upto; in encode_value()
127 *value_len = upto; in encode_value()
130 fprintf(stderr, "Value size %d\n", upto); in encode_value()
/linux-4.4.14/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-4.4.14/Documentation/devicetree/bindings/arm/
Dspear-misc.txt9 - reg: Address range of misc space upto 8K
/linux-4.4.14/sound/soc/dwc/
DKconfig7 Synopsys desigwnware I2S device. The device supports upto
/linux-4.4.14/Documentation/devicetree/bindings/arc/
Darchs-pct.txt5 are 100+ hardware conditions dynamically mapped to upto 32 counters.
Dpct.txt5 are 100+ hardware conditions dynamically mapped to upto 32 counters
/linux-4.4.14/arch/mips/netlogic/
DKconfig70 Support boards with upto two XLPs connected over ICI.
75 Support boards with upto four XLPs connected over ICI.
/linux-4.4.14/sound/soc/rockchip/
DKconfig15 Rockchip I2S device. The device supports upto maximum of
/linux-4.4.14/Documentation/devicetree/bindings/dma/xilinx/
Dxilinx_dma.txt10 - dma-channel child node: Should have atleast one channel and can have upto
/linux-4.4.14/Documentation/arm/keystone/
Dknav-qmss.txt39 k2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin firmware supports upto 48 accumulator
/linux-4.4.14/Documentation/networking/
Dipvlan.txt45 In this mode TX processing upto L3 happens on the stack instance attached
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/
Dkeystone-navigator-qmss.txt83 monitor upto 32 queues starting at the base queue #.
/linux-4.4.14/arch/arc/
DKconfig147 - SMP configurations of upto 4 core with coherency
/linux-4.4.14/drivers/input/keyboard/
DKconfig502 to support upto 18x8 matrix based keypad design.
/linux-4.4.14/arch/arm64/
DKconfig586 We make sure that we can allocate upto a HugePage size for each configuration.