• Home
  • Raw
  • Download

Lines Matching +full:parameter +full:- +full:less

1 /* SPDX-License-Identifier: GPL-2.0 */
3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
4 * Copyright (C) 2018-2020 Linaro Ltd.
18 * IPA registers are located within the "ipa-reg" address space defined by
28 * computed by a function-like macro that takes a parameter used in the
32 * parameter is supplied to the offset macro. The "ee" value is a member of
36 * that is supplied a parameter "ep", "txep", or "rxep". A register with an
37 * "ep" parameter is valid for any endpoint; a register with a "txep" or
38 * "rxep" parameter is valid only for TX or RX endpoints, respectively. The
39 * "*ep" value is assumed to be less than the maximum valid endpoint ID
43 * by a macro that is supplied a parameter "er". The "er" represents an
45 * endpoint ID must be less than IPA_ENDPOINT_MAX, but is further restricted
47 * must be less than IPA_ROUTE_MAX.
50 * that is supplied a parameter "rt". The "rt" represents a resource type,
152 /* ipa->available defines the valid bits in the STATE_AGGR_ACTIVE register */
198 /* ipa->available defines the valid bits in the AGGR_FORCE_CLOSE register */
206 * given number of microseconds. The value is one less than the number of
211 return DIV_ROUND_CLOSEST(usec * TIMER_FREQUENCY, USEC_PER_SEC) - 1; in ipa_aggr_granularity_val()
407 /* ipa->available defines the valid bits in the SUSPEND_INFO register */
413 /* ipa->available defines the valid bits in the SUSPEND_IRQ_EN register */
419 /* ipa->available defines the valid bits in the SUSPEND_IRQ_CLR register */
421 /** enum ipa_cs_offload_en - checksum offload field in ENDP_INIT_CFG_N */
429 /** enum ipa_aggr_en - aggregation enable field in ENDP_INIT_AGGR_N */
436 /** enum ipa_aggr_type - aggregation type field in in_ENDP_INIT_AGGR_N */
447 /** enum ipa_mode - mode field in ENDP_INIT_MODE_N */
456 * enum ipa_seq_type - HPS and DPS sequencer type fields in in ENDP_INIT_SEQ_N
468 * The values defined here are broken into 4-bit nibbles that are written