Home
last modified time | relevance | path

Searched full:ad (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/Linux-v6.1/drivers/clk/ti/
Dapll.c36 struct dpll_data *ad; in dra7_apll_enable() local
41 ad = clk->dpll_data; in dra7_apll_enable()
42 if (!ad) in dra7_apll_enable()
47 state <<= __ffs(ad->idlest_mask); in dra7_apll_enable()
50 v = ti_clk_ll_ops->clk_readl(&ad->idlest_reg); in dra7_apll_enable()
52 if ((v & ad->idlest_mask) == state) in dra7_apll_enable()
55 v = ti_clk_ll_ops->clk_readl(&ad->control_reg); in dra7_apll_enable()
56 v &= ~ad->enable_mask; in dra7_apll_enable()
57 v |= APLL_FORCE_LOCK << __ffs(ad->enable_mask); in dra7_apll_enable()
58 ti_clk_ll_ops->clk_writel(v, &ad->control_reg); in dra7_apll_enable()
[all …]
/Linux-v6.1/drivers/dma/
Dapple-admac.c121 static void admac_modify(struct admac_data *ad, int reg, u32 mask, u32 val) in admac_modify() argument
123 void __iomem *addr = ad->base + reg; in admac_modify()
202 static void admac_cyclic_write_one_desc(struct admac_data *ad, int channo, in admac_cyclic_write_one_desc() argument
212 dev_dbg(ad->dev, "ch%d descriptor: addr=0x%pad len=0x%zx flags=0x%lx\n", in admac_cyclic_write_one_desc()
215 writel_relaxed(lower_32_bits(addr), ad->base + REG_DESC_WRITE(channo)); in admac_cyclic_write_one_desc()
216 writel_relaxed(upper_32_bits(addr), ad->base + REG_DESC_WRITE(channo)); in admac_cyclic_write_one_desc()
217 writel_relaxed(tx->period_len, ad->base + REG_DESC_WRITE(channo)); in admac_cyclic_write_one_desc()
218 writel_relaxed(FLAG_DESC_NOTIFY, ad->base + REG_DESC_WRITE(channo)); in admac_cyclic_write_one_desc()
228 static void admac_cyclic_write_desc(struct admac_data *ad, int channo, in admac_cyclic_write_desc() argument
234 if (readl_relaxed(ad->base + REG_DESC_RING(channo)) & RING_FULL) in admac_cyclic_write_desc()
[all …]
/Linux-v6.1/sound/soc/ti/
Domap-hdmi.c50 struct hdmi_audio_data *ad = dev_get_drvdata(dev); in hdmi_dai_abort() local
52 mutex_lock(&ad->current_stream_lock); in hdmi_dai_abort()
53 if (ad->current_stream && ad->current_stream->runtime && in hdmi_dai_abort()
54 snd_pcm_running(ad->current_stream)) { in hdmi_dai_abort()
56 snd_pcm_stream_lock_irq(ad->current_stream); in hdmi_dai_abort()
57 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort()
58 snd_pcm_stream_unlock_irq(ad->current_stream); in hdmi_dai_abort()
60 mutex_unlock(&ad->current_stream_lock); in hdmi_dai_abort()
66 struct hdmi_audio_data *ad = card_drvdata_substream(substream); in hdmi_dai_startup() local
87 snd_soc_dai_set_dma_data(dai, substream, &ad->dma_data); in hdmi_dai_startup()
[all …]
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/
Dq_in_q_veto.sh74 protocol 802.1ad id 100 2>/dev/null
75 check_fail $? "802.1ad vlan upper creation on top of a front panel not rejected"
78 protocol 802.1ad id 100 2>&1 >/dev/null \
80 check_err $? "802.1ad vlan upper creation on top of a front panel rejected without extack"
82 log_test "create 802.1ad vlan upper on top of a front panel"
96 protocol 802.1ad id 100 2>/dev/null
97 check_fail $? "802.1ad vlan upper creation on top of a bridge port not rejected"
100 protocol 802.1ad id 100 2>&1 >/dev/null \
102 check_err $? "802.1ad vlan upper creation on top of a bridge port rejected without extack"
104 log_test "create 802.1ad vlan upper on top of a bridge port"
[all …]
Dvxlan.sh494 bridge fdb add de:ad:be:ef:13:37 dev vxlan0 self master static \
498 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
501 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
510 bridge fdb del de:ad:be:ef:13:37 dev vxlan0 master
512 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
521 bridge fdb add de:ad:be:ef:13:37 dev vxlan0 master static
523 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
526 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
535 bridge fdb del de:ad:be:ef:13:37 dev vxlan0 self
537 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0
[all …]
/Linux-v6.1/drivers/crypto/
Dsa2ul.c502 static int sa_set_sc_enc(struct algo_data *ad, const u8 *key, u16 key_sz, in sa_set_sc_enc() argument
511 mci = ad->mci_enc; in sa_set_sc_enc()
513 mci = ad->mci_dec; in sa_set_sc_enc()
519 if (ad->inv_key && !enc) { in sa_set_sc_enc()
531 static void sa_set_sc_auth(struct algo_data *ad, const u8 *key, u16 key_sz, in sa_set_sc_auth() argument
541 sc_buf[1] |= ad->auth_ctrl; in sa_set_sc_auth()
544 if (ad->keyed_mac) in sa_set_sc_auth()
545 ad->prep_iopad(ad, key, key_sz, ipad, opad); in sa_set_sc_auth()
718 struct algo_data *ad, u8 enc, u32 *swinfo) in sa_init_sc() argument
728 if (ad->auth_eng.eng_id) { in sa_init_sc()
[all …]
/Linux-v6.1/security/
Dlsm_audit.c35 * @ad : the audit data to fill
41 struct common_audit_data *ad, u8 *proto) in ipv4_skb_to_auditdata() argument
47 ad->u.net->v4info.saddr = ih->saddr; in ipv4_skb_to_auditdata()
48 ad->u.net->v4info.daddr = ih->daddr; in ipv4_skb_to_auditdata()
60 ad->u.net->sport = th->source; in ipv4_skb_to_auditdata()
61 ad->u.net->dport = th->dest; in ipv4_skb_to_auditdata()
67 ad->u.net->sport = uh->source; in ipv4_skb_to_auditdata()
68 ad->u.net->dport = uh->dest; in ipv4_skb_to_auditdata()
74 ad->u.net->sport = dh->dccph_sport; in ipv4_skb_to_auditdata()
75 ad->u.net->dport = dh->dccph_dport; in ipv4_skb_to_auditdata()
[all …]
/Linux-v6.1/security/selinux/
Dhooks.c1579 struct common_audit_data ad; in cred_has_capability() local
1586 ad.type = LSM_AUDIT_DATA_CAP; in cred_has_capability()
1587 ad.u.cap = cap; in cred_has_capability()
1606 sid, sid, sclass, av, &avd, rc, &ad); in cred_has_capability()
1644 struct common_audit_data ad; in dentry_has_perm() local
1646 ad.type = LSM_AUDIT_DATA_DENTRY; in dentry_has_perm()
1647 ad.u.dentry = dentry; in dentry_has_perm()
1649 return inode_has_perm(cred, inode, av, &ad); in dentry_has_perm()
1660 struct common_audit_data ad; in path_has_perm() local
1662 ad.type = LSM_AUDIT_DATA_PATH; in path_has_perm()
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/broadwellx/
Duncore-other.json450 "BriefDescription": "No AD Egress Credit Stalls",
534 "BriefDescription": "R2 AD Ring in Use; Clockwise and Even",
543 "BriefDescription": "R2 AD Ring in Use; Clockwise and Odd",
552 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Even",
561 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Odd",
570 "BriefDescription": "R2 AD Ring in Use; Clockwise",
579 "BriefDescription": "R2 AD Ring in Use; Counterclockwise",
785 "BriefDescription": "SBo0 Credits Acquired; For AD Ring",
788 "EventName": "UNC_R2_SBO0_CREDITS_ACQUIRED.AD",
803 "BriefDescription": "Stall on No Sbo Credits; For SBo0, AD Ring",
[all …]
/Linux-v6.1/security/smack/
Dsmack_lsm.c423 struct smk_audit_info ad, *saip = NULL; in smk_ptrace_rule_check() local
429 smk_ad_init(&ad, func, LSM_AUDIT_DATA_TASK); in smk_ptrace_rule_check()
430 smk_ad_setfield_u_tsk(&ad, tracer); in smk_ptrace_rule_check()
431 saip = &ad; in smk_ptrace_rule_check()
853 struct smk_audit_info ad; in smack_sb_statfs() local
855 smk_ad_init(&ad, __func__, LSM_AUDIT_DATA_DENTRY); in smack_sb_statfs()
856 smk_ad_setfield_u_fs_path_dentry(&ad, dentry); in smack_sb_statfs()
858 rc = smk_curacc(sbp->smk_floor, MAY_READ, &ad); in smack_sb_statfs()
1001 struct smk_audit_info ad; in smack_inode_link() local
1004 smk_ad_init(&ad, __func__, LSM_AUDIT_DATA_DENTRY); in smack_inode_link()
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/haswellx/
Duncore-other.json441 "BriefDescription": "No AD Egress Credit Stalls",
588 "BriefDescription": "R2 AD Ring in Use; Clockwise and Even",
597 "BriefDescription": "R2 AD Ring in Use; Clockwise and Odd",
606 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Even",
615 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Odd",
624 "BriefDescription": "R2 AD Ring in Use; Clockwise",
633 "BriefDescription": "R2 AD Ring in Use; Counterclockwise",
839 "BriefDescription": "SBo0 Credits Acquired; For AD Ring",
842 "EventName": "UNC_R2_SBO0_CREDITS_ACQUIRED.AD",
857 "BriefDescription": "SBo0 Credits Occupancy; For AD Ring",
[all …]
/Linux-v6.1/drivers/video/fbdev/
Dfsl-diu-fb.c336 struct diu_ad *ad; member
355 * @ad[]: Area Descriptors for each real AOI
377 struct diu_ad ad[NUM_AOIS] __aligned(8); member
503 struct diu_ad *ad = mfbi->ad; in fsl_diu_enable_panel() local
509 wr_reg_wa(&hw->desc[0], ad->paddr); in fsl_diu_enable_panel()
513 if (hw->desc[1] != ad->paddr) { /* AOI0 closed */ in fsl_diu_enable_panel()
515 ad->next_ad = in fsl_diu_enable_panel()
516 cpu_to_le32(cmfbi->ad->paddr); in fsl_diu_enable_panel()
518 ad->next_ad = 0; in fsl_diu_enable_panel()
519 wr_reg_wa(&hw->desc[1], ad->paddr); in fsl_diu_enable_panel()
[all …]
/Linux-v6.1/lib/crypto/
Dchacha20poly1305.c58 const u8 *ad, const size_t ad_len, u32 *chacha_state) in __chacha20poly1305_encrypt() argument
70 poly1305_update(&poly1305_state, ad, ad_len); in __chacha20poly1305_encrypt()
91 const u8 *ad, const size_t ad_len, in chacha20poly1305_encrypt() argument
105 __chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len, chacha_state); in chacha20poly1305_encrypt()
113 const u8 *ad, const size_t ad_len, in xchacha20poly1305_encrypt() argument
120 __chacha20poly1305_encrypt(dst, src, src_len, ad, ad_len, chacha_state); in xchacha20poly1305_encrypt()
126 const u8 *ad, const size_t ad_len, u32 *chacha_state) in __chacha20poly1305_decrypt() argument
144 poly1305_update(&poly1305_state, ad, ad_len); in __chacha20poly1305_decrypt()
169 const u8 *ad, const size_t ad_len, in chacha20poly1305_decrypt() argument
184 ret = __chacha20poly1305_decrypt(dst, src, src_len, ad, ad_len, in chacha20poly1305_decrypt()
[all …]
/Linux-v6.1/include/net/
Dbond_3ad.h31 /* rx machine states(43.4.11 in the 802.3ad standard) */
42 /* periodic machine states(43.4.12 in the 802.3ad standard) */
51 /* mux machine states(43.4.13 in the 802.3ad standard) */
60 /* tx machine states(43.4.15 in the 802.3ad standard) */
66 /* churn machine states(43.4.17 in the 802.3ad standard) */
85 /* timers types(43.4.9 in the 802.3ad standard) */
96 /* Link Aggregation Control Protocol(LACP) data unit structure(43.4.2.2 in the 802.3ad standard) */
132 /* Marker Protocol Data Unit(PDU) structure(43.5.3.2 in the 802.3ad standard) */
177 /* aggregator structure(43.4.5 in the 802.3ad standard) */
205 /* port structure(43.4.6 in the 802.3ad standard) */
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/knightslanding/
Duncore-other.json143 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 0",
152 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 1",
161 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 2",
170 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 3",
179 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 4",
188 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 5",
197 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 6",
206 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 7",
215 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 0-7",
224 "BriefDescription": "CMS Agent0 AD Credits Acquired For Transgress 8",
[all …]
/Linux-v6.1/include/crypto/
Dchacha20poly1305.h19 const u8 *ad, const size_t ad_len,
25 const u8 *ad, const size_t ad_len, const u64 nonce,
29 const u8 *ad, const size_t ad_len,
34 u8 *dst, const u8 *src, const size_t src_len, const u8 *ad,
39 const u8 *ad, const size_t ad_len,
44 const u8 *ad, const size_t ad_len,
/Linux-v6.1/tools/perf/pmu-events/arch/x86/ivytown/
Duncore-other.json291 "BriefDescription": "No AD Egress Credit Stalls",
296 …n it is not possible to issue a request to the R2PCIe because there are no AD Egress Credits avail…
424 "BriefDescription": "R2 AD Ring in Use; Counterclockwise",
429 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop…
434 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Even on VRing 0",
439 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop…
444 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Odd on VRing 0",
449 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop…
454 "BriefDescription": "R2 AD Ring in Use; Counterclockwise and Even on VRing 1",
459 …"PublicDescription": "Counts the number of cycles that the AD ring is being used at this ring stop…
[all …]
Duncore-cache.json219 "BriefDescription": "AD Ring In Use; Counterclockwise",
224AD ring is being used at this ring stop. This includes when packets are passing by and when packe…
229 "BriefDescription": "AD Ring In Use; Clockwise",
234AD ring is being used at this ring stop. This includes when packets are passing by and when packe…
239 "BriefDescription": "AD Ring In Use; Down",
244AD ring is being used at this ring stop. This includes when packets are passing by and when packe…
249 "BriefDescription": "AD Ring In Use; Down and Even on Vring 0",
254AD ring is being used at this ring stop. This includes when packets are passing by and when packe…
259 "BriefDescription": "AD Ring In Use; Down and Odd on Vring 0",
264AD ring is being used at this ring stop. This includes when packets are passing by and when packe…
[all …]
/Linux-v6.1/tools/testing/selftests/drivers/net/dsa/
Dbridge_vlan_aware.sh115 local mac=de:ad:be:ef:13:37
121 bridge fdb add de:ad:be:ef:13:37 dev $swp1 master extern_learn vlan 1
123 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
131 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
136 bridge fdb show brport $swp2 | grep -q de:ad:be:ef:13:37
141 bridge fdb del de:ad:be:ef:13:37 dev $swp2 master vlan 1 &> /dev/null
142 bridge fdb del de:ad:be:ef:13:37 dev $swp1 master vlan 1 &> /dev/null
/Linux-v6.1/tools/testing/selftests/net/forwarding/
Dbridge_vlan_aware.sh115 local mac=de:ad:be:ef:13:37
121 bridge fdb add de:ad:be:ef:13:37 dev $swp1 master extern_learn vlan 1
123 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
131 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
136 bridge fdb show brport $swp2 | grep -q de:ad:be:ef:13:37
141 bridge fdb del de:ad:be:ef:13:37 dev $swp2 master vlan 1 &> /dev/null
142 bridge fdb del de:ad:be:ef:13:37 dev $swp1 master vlan 1 &> /dev/null
/Linux-v6.1/arch/arm/crypto/
Dghash-ce-core.S107 * 'rq' to overlap with 'ad' or 'bd'.
109 .macro __pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l
110 vext.8 t0l, \ad, \ad, #1 @ A1
115 vext.8 t1l, \ad, \ad, #2 @ A2
116 vmull.p8 t4q, \ad, \b1 @ E = A*B1
121 vext.8 t2l, \ad, \ad, #3 @ A3
122 vmull.p8 t3q, \ad, \b2 @ G = A*B2
133 vmull.p8 t4q, \ad, \b3 @ I = A*B3
135 vmull.p8 t3q, \ad, \b4 @ K = A*B4
148 vmull.p8 \rq, \ad, \bd @ D = A*B
/Linux-v6.1/arch/arm64/crypto/
Dcrct10dif-ce-core.S78 ad .req v14
136 ext t4.8b, ad.8b, ad.8b, #1 // A1
137 ext t5.8b, ad.8b, ad.8b, #2 // A2
138 ext t6.8b, ad.8b, ad.8b, #3 // A3
141 pmull t8.8h, ad.8b, bd1.8b // E = A*B1
143 pmull t7.8h, ad.8b, bd2.8b // G = A*B2
145 pmull t9.8h, ad.8b, bd3.8b // I = A*B3
146 pmull t3.8h, ad.8b, bd4.8b // K = A*B4
150 tbl t4.16b, {ad.16b}, perm1.16b // A1
151 tbl t5.16b, {ad.16b}, perm2.16b // A2
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/skylakex/
Duncore-other.json2190 "BriefDescription": "AD Ingress (from CMS) Queue Inserts",
2198 "BriefDescription": "AD Ingress (from CMS) Occupancy",
2222 "BriefDescription": "AD Egress (to CMS) Allocations",
2230 "BriefDescription": "AD Egress (to CMS) Occupancy",
3276 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 0",
3285 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 1",
3294 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 2",
3303 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 3",
3312 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 4",
3321 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 5",
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/cascadelakex/
Duncore-other.json196 "BriefDescription": "AD Ingress (from CMS) Queue Inserts",
204 "BriefDescription": "AD Ingress (from CMS) Occupancy",
228 "BriefDescription": "AD Egress (to CMS) Allocations",
236 "BriefDescription": "AD Egress (to CMS) Occupancy",
2680 "BriefDescription": "Number AD Ingress Credits",
2950 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 0",
2959 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 1",
2968 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 2",
2977 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 3",
2986 "BriefDescription": "CMS Agent0 AD Credits Acquired; For Transgress 4",
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/jaketown/
Duncore-cache.json149 "BriefDescription": "AD Ring In Use; Down and Even",
154AD ring is being used at this ring stop. This includes when packets are passing by and when packe…
159 "BriefDescription": "AD Ring In Use; Down and Odd",
164AD ring is being used at this ring stop. This includes when packets are passing by and when packe…
169 "BriefDescription": "AD Ring In Use; Up and Even",
174AD ring is being used at this ring stop. This includes when packets are passing by and when packe…
179 "BriefDescription": "AD Ring In Use; Up and Odd",
184AD ring is being used at this ring stop. This includes when packets are passing by and when packe…
194 …g. In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD be…
204 …g. In other words (for example), in a 4c part, Cbo 0 UP AD is NOT the same ring as CBo 2 UP AD be…
[all …]

12345678910>>...21