Home
last modified time | relevance | path

Searched refs:dmax (Results 1 – 12 of 12) sorted by relevance

/linux/lib/zlib_inflate/
H A Dinffast.c76 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() local
103 dmax = state->dmax; in inflate_fast()
171 if (dist > dmax) { in inflate_fast()
H A Dinflate.h80 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
H A Dinflate.c45 state->dmax = 32768U; in zlib_inflateReset()
389 state->dmax = 1U << len; in zlib_inflate()
660 if (state->offset > state->dmax) { in zlib_inflate()
/linux/net/tipc/
H A Dmsg.c313 int pktno, nof_fragms, dsz, dmax, eat; in tipc_msg_fragment() local
324 dmax = pktmax - INT_H_SIZE; in tipc_msg_fragment()
325 if (dsz <= dmax || !dmax) in tipc_msg_fragment()
328 nof_fragms = dsz / dmax + 1; in tipc_msg_fragment()
331 eat = dmax; in tipc_msg_fragment()
333 eat = dsz % dmax; in tipc_msg_fragment()
/linux/Documentation/devicetree/bindings/dma/
H A Dk3dma.txt31 Use specific request line passing from dmax
/linux/drivers/clk/xilinx/
H A Dclk-xlnx-clock-wizard.c347 u32 mmin, mmax, dmin, dmax, omin, omax; in clk_wzrd_get_divisors_ver() local
352 dmax = VER_WZRD_D_MAX; in clk_wzrd_get_divisors_ver()
359 for (d = dmin; d <= dmax; d++) { in clk_wzrd_get_divisors_ver()
389 u64 mmin, mmax, dmin, dmax, omin, omax, mdmin, mdmax; in clk_wzrd_get_divisors() local
394 dmax = WZRD_D_MAX; in clk_wzrd_get_divisors()
402 mdmax = min(dmax, div64_u64(parent_rate * m + vcomin / 2, vcomin)); in clk_wzrd_get_divisors()
/linux/include/linux/
H A Drmi.h99 int dmax; member
/linux/drivers/input/rmi4/
H A Drmi_f11.c632 sensor->dmax); in rmi_f11_finger_handler()
1153 sensor->dmax = f11->sensor_pdata.dmax; in rmi_f11_initialize()
H A Drmi_f12.c215 sensor->dmax); in rmi_f12_process_objects()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.c237 .dmax = &wcn3990_dmax,
375 .dmax = &qcax_dmax,
H A Dhw.h294 const struct ath10k_hw_ce_regs_addr_map *dmax; member
H A Dce.c214 (ctrl1_addr & ~(ctrl_regs->dmax->mask)) | in ath10k_ce_src_ring_dmax_set()
215 ath10k_set_ring_byte(n, ctrl_regs->dmax)); in ath10k_ce_src_ring_dmax_set()