Home
last modified time | relevance | path

Searched refs:l1 (Results 1 – 157 of 157) sorted by relevance

/linux-4.1.27/drivers/isdn/mISDN/
Dlayer1.c103 struct layer1 *l1 = fi->userdata; in l1m_debug() local
112 printk(KERN_DEBUG "%s: %pV\n", dev_name(&l1->dch->dev.dev), &vaf); in l1m_debug()
126 struct layer1 *l1 = fi->userdata; in l1_deact_cnf() local
129 if (test_bit(FLG_L1_ACTIVATING, &l1->Flags)) in l1_deact_cnf()
130 l1->dcb(l1->dch, HW_POWERUP_REQ); in l1_deact_cnf()
136 struct layer1 *l1 = fi->userdata; in l1_deact_req_s() local
139 mISDN_FsmRestartTimer(&l1->timerX, 550, EV_TIMER_DEACT, NULL, 2); in l1_deact_req_s()
140 test_and_set_bit(FLG_L1_DEACTTIMER, &l1->Flags); in l1_deact_req_s()
146 struct layer1 *l1 = fi->userdata; in l1_power_up_s() local
148 if (test_bit(FLG_L1_ACTIVATING, &l1->Flags)) { in l1_power_up_s()
[all …]
/linux-4.1.27/drivers/isdn/hisax/
Dhfc4s8s_l1.c182 struct hfc4s8s_l1 l1[HFC_MAX_ST]; member
304 struct hfc4s8s_l1 *l1 = iface->ifc.priv; in dch_l2l1() local
311 if (!l1->enabled) { in dch_l2l1()
315 spin_lock_irqsave(&l1->lock, flags); in dch_l2l1()
316 skb_queue_tail(&l1->d_tx_queue, skb); in dch_l2l1()
317 if ((skb_queue_len(&l1->d_tx_queue) == 1) && in dch_l2l1()
318 (l1->tx_cnt <= 0)) { in dch_l2l1()
319 l1->hw->mr.r_irq_fifo_blx[l1->st_num] |= in dch_l2l1()
321 spin_unlock_irqrestore(&l1->lock, flags); in dch_l2l1()
322 schedule_work(&l1->hw->tqueue); in dch_l2l1()
[all …]
Disdnl1.c146 struct IsdnCardState *cs = st->l1.hardware; in l1m_debug()
162 if (test_and_clear_bit(FLG_L1_ACTIVATING, &st->l1.Flags)) in L1activated()
163 st->l1.l1l2(st, PH_ACTIVATE | CONFIRM, NULL); in L1activated()
165 st->l1.l1l2(st, PH_ACTIVATE | INDICATION, NULL); in L1activated()
178 st->l1.l1l2(st, PH_PAUSE | CONFIRM, NULL); in L1deactivated()
179 st->l1.l1l2(st, PH_DEACTIVATE | INDICATION, NULL); in L1deactivated()
195 if (test_and_clear_bit(FLG_L1_PULL_REQ, &stptr->l1.Flags)) { in DChannel_proc_xmt()
196 stptr->l1.l1l2(stptr, PH_PULL | CONFIRM, NULL); in DChannel_proc_xmt()
211 if (test_bit(FLG_L1_ACTTIMER, &stptr->l1.Flags)) in DChannel_proc_rcv()
212 FsmEvent(&stptr->l1.l1m, EV_TIMER_ACT, NULL); in DChannel_proc_rcv()
[all …]
Dhscx.c98 struct BCState *bcs = st->l1.bcs; in hscx_l2l1()
129 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hscx_l2l1()
130 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hscx_l2l1()
132 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hscx_l2l1()
137 modehscx(bcs, st->l1.mode, st->l1.bc); in hscx_l2l1()
148 modehscx(bcs, 0, st->l1.bc); in hscx_l2l1()
150 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in hscx_l2l1()
206 bcs->channel = st->l1.bc; in setstack_hscx()
207 if (open_hscxstate(st->l1.hardware, bcs)) in setstack_hscx()
209 st->l1.bcs = bcs; in setstack_hscx()
Djade.c133 struct BCState *bcs = st->l1.bcs; in jade_l2l1()
164 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in jade_l2l1()
165 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in jade_l2l1()
167 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in jade_l2l1()
172 modejade(bcs, st->l1.mode, st->l1.bc); in jade_l2l1()
183 modejade(bcs, 0, st->l1.bc); in jade_l2l1()
185 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in jade_l2l1()
242 bcs->channel = st->l1.bc; in setstack_jade()
243 if (open_jadestate(st->l1.hardware, bcs)) in setstack_jade()
245 st->l1.bcs = bcs; in setstack_jade()
Dipacx.c97 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in dch_l2l1()
142 clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in dch_l2l1()
143 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in dch_l2l1()
145 set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in dch_l2l1()
214 st->l1.l1l2(st, PH_PAUSE | INDICATION, NULL); // flow control on in dbusy_timer_handler()
415 st->l1.l1hw = dch_l2l1; in dch_setstack()
448 struct BCState *bcs = st->l1.bcs; in bch_l2l1()
479 clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in bch_l2l1()
480 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in bch_l2l1()
482 set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in bch_l2l1()
[all …]
Dw6692.c114 stptr->l1.l1l2(stptr, PH_PAUSE | CONFIRM, NULL); in W6692_bh()
561 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in W6692_l1hw()
618 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in W6692_l1hw()
619 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in W6692_l1hw()
621 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in W6692_l1hw()
675 st->l1.l1hw = W6692_l1hw; in setstack_W6692()
701 stptr->l1.l1l2(stptr, PH_PAUSE | INDICATION, NULL); in dbusy_timer_handler()
759 struct BCState *bcs = st->l1.bcs; in W6692_l2l1()
789 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in W6692_l2l1()
790 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in W6692_l2l1()
[all …]
Dtei.c90 struct PStack *ptr = *(st->l1.stlistp); in findtei()
170 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_assign()
244 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_remove()
280 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_req_tout()
303 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_ver_tout()
376 cs = (struct IsdnCardState *) st->l1.hardware; in tei_l2tei()
400 VHiSax_putstatus(st->l1.hardware, "tei ", fmt, args); in tei_debug()
409 st->l1.l1tei = tei_l1l2; in setstack_tei()
Dhfc_2bs0.c455 struct BCState *bcs = st->l1.bcs; in hfc_l2l1()
484 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hfc_l2l1()
485 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hfc_l2l1()
487 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hfc_l2l1()
492 mode_hfc(bcs, st->l1.mode, st->l1.bc); in hfc_l2l1()
503 mode_hfc(bcs, 0, st->l1.bc); in hfc_l2l1()
505 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in hfc_l2l1()
544 bcs->channel = st->l1.bc; in setstack_hfc()
545 if (open_hfcstate(st->l1.hardware, bcs)) in setstack_hfc()
547 st->l1.bcs = bcs; in setstack_hfc()
Dhfc_2bds0.c455 struct BCState *bcs = st->l1.bcs; in hfc_l2l1()
484 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hfc_l2l1()
485 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hfc_l2l1()
487 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hfc_l2l1()
492 mode_2bs0(bcs, st->l1.mode, st->l1.bc); in hfc_l2l1()
503 mode_2bs0(bcs, 0, st->l1.bc); in hfc_l2l1()
505 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in hfc_l2l1()
542 bcs->channel = st->l1.bc; in setstack_2b()
543 if (open_hfcstate(st->l1.hardware, bcs)) in setstack_2b()
545 st->l1.bcs = bcs; in setstack_2b()
[all …]
Dhfc_sx.c562 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in dch_nt_l2l1()
568 st->l1.l1hw(st, pr, arg); in dch_nt_l2l1()
571 st->l1.l1l2(st, PH_ACTIVATE | CONFIRM, NULL); in dch_nt_l2l1()
580 st->l1.l1hw(st, HW_TESTLOOP | REQUEST, arg); in dch_nt_l2l1()
873 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in HFCSX_l1hw()
938 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in HFCSX_l1hw()
939 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in HFCSX_l1hw()
941 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in HFCSX_l1hw()
1009 st->l1.l1hw = HFCSX_l1hw; in setstack_hfcsx()
1143 struct BCState *bcs = st->l1.bcs; in hfcsx_l2l1()
[all …]
Dconfig.c1668 st->l1.l1l2(st, pr, NULL); in hisax_bh()
1719 if (test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags)) { in hisax_d_l1l2()
1720 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hisax_d_l1l2()
1745 st->l1.l1l2(st, pr, NULL); in hisax_b_l1l2()
1748 st->l1.l1l2(st, pr, NULL); in hisax_b_l1l2()
1772 if (test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags)) { in hisax_b_l1l2()
1773 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hisax_b_l1l2()
1784 struct IsdnCardState *cs = st->l1.hardware; in hisax_d_l2l1()
1804 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hisax_d_l2l1()
1806 set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hisax_d_l2l1()
[all …]
Dcallc.c878 struct IsdnCardState *cs = st->l1.hardware; in selectfreechannel()
927 struct IsdnCardState *cs = st->l1.hardware; in dchan_l3l4()
1019 (*stp)->l1.l1l2 = dummy_pstack; in init_PStack()
1020 (*stp)->l1.l1hw = dummy_pstack; in init_PStack()
1021 (*stp)->l1.l1tei = dummy_pstack; in init_PStack()
1100 chanp->b_st->l1.delay = DEFAULT_B_DELAY; in init_chan()
1155 HiSax_rmlist(st->l1.hardware, st); in release_d_st()
1269 st->l1.hardware = cs; in init_b_st()
1271 st->l1.bc = chanp->chan & 1; in init_b_st()
1273 st->l1.bc = chanp->proc->para.bchannel - 1; in init_b_st()
[all …]
Delsa_ser.c550 struct BCState *bcs = st->l1.bcs; in modem_l2l1()
567 st->l1.l1l2(st, PH_ACTIVATE | CONFIRM, NULL); in modem_l2l1()
568 set_arcofi(bcs->cs, st->l1.bc); in modem_l2l1()
574 bcs->cs->dc.isac.arcofi_bc = st->l1.bc; in modem_l2l1()
588 bcs->channel = st->l1.bc; in setstack_elsa()
589 switch (st->l1.mode) { in setstack_elsa()
592 if (open_hscxstate(st->l1.hardware, bcs)) in setstack_elsa()
612 st->l1.bcs = bcs; in setstack_elsa()
Dnetjet.c795 struct BCState *bcs = st->l1.bcs; in tiger_l2l1()
822 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in tiger_l2l1()
823 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in tiger_l2l1()
825 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in tiger_l2l1()
830 mode_tiger(bcs, st->l1.mode, st->l1.bc); in tiger_l2l1()
833 bcs->cs->cardmsg(bcs->cs, MDL_BC_ASSIGN, (void *)(&st->l1.bc)); in tiger_l2l1()
838 bcs->cs->cardmsg(bcs->cs, MDL_BC_RELEASE, (void *)(&st->l1.bc)); in tiger_l2l1()
845 mode_tiger(bcs, 0, st->l1.bc); in tiger_l2l1()
847 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in tiger_l2l1()
900 bcs->channel = st->l1.bc; in setstack_tiger()
[all …]
Davm_pci.c484 struct BCState *bcs = st->l1.bcs; in hdlc_l2l1()
515 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hdlc_l2l1()
516 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in hdlc_l2l1()
518 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in hdlc_l2l1()
523 modehdlc(bcs, st->l1.mode, st->l1.bc); in hdlc_l2l1()
534 modehdlc(bcs, 0, st->l1.bc); in hdlc_l2l1()
536 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in hdlc_l2l1()
591 bcs->channel = st->l1.bc; in setstack_hdlc()
592 if (open_hdlcstate(st->l1.hardware, bcs)) in setstack_hdlc()
594 st->l1.bcs = bcs; in setstack_hdlc()
Damd7930_fn.c247 stptr->l1.l1l2(stptr, PH_PAUSE | CONFIRM, NULL); in Amd7930_bh()
560 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in Amd7930_l1hw()
621 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in Amd7930_l1hw()
622 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in Amd7930_l1hw()
624 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in Amd7930_l1hw()
676 st->l1.l1hw = Amd7930_l1hw; in setstack_Amd7930()
716 stptr->l1.l1l2(stptr, PH_PAUSE | INDICATION, NULL); in dbusy_timer_handler()
Dhfc_pci.c736 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in dch_nt_l2l1()
742 st->l1.l1hw(st, pr, arg); in dch_nt_l2l1()
745 st->l1.l1l2(st, PH_ACTIVATE | CONFIRM, NULL); in dch_nt_l2l1()
754 st->l1.l1hw(st, HW_TESTLOOP | REQUEST, arg); in dch_nt_l2l1()
1109 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in HFCPCI_l1hw()
1173 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in HFCPCI_l1hw()
1174 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in HFCPCI_l1hw()
1176 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in HFCPCI_l1hw()
1246 st->l1.l1hw = HFCPCI_l1hw; in setstack_hfcpci()
1391 struct BCState *bcs = st->l1.bcs; in hfcpci_l2l1()
[all …]
Dlmgr.c36 HiSax_putstatus(st->l1.hardware, "manager: MDL_ERROR", in hisax_manager()
Disac.c95 stptr->l1.l1l2(stptr, PH_PAUSE | CONFIRM, NULL); in isac_bh()
440 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in ISAC_l1hw()
496 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in ISAC_l1hw()
497 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in ISAC_l1hw()
499 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in ISAC_l1hw()
569 st->l1.l1hw = ISAC_l1hw; in setstack_isac()
597 stptr->l1.l1l2(stptr, PH_PAUSE | INDICATION, NULL); in dbusy_timer_handler()
Dicc.c92 stptr->l1.l1l2(stptr, PH_PAUSE | CONFIRM, NULL); in icc_bh()
437 struct IsdnCardState *cs = (struct IsdnCardState *) st->l1.hardware; in ICC_l1hw()
494 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in ICC_l1hw()
495 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in ICC_l1hw()
497 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in ICC_l1hw()
571 st->l1.l1hw = ICC_l1hw; in setstack_icc()
598 stptr->l1.l1l2(stptr, PH_PAUSE | INDICATION, NULL); in dbusy_timer_handler()
Disdnl3.h26 #define l3_debug(st, fmt, args...) HiSax_putstatus(st->l1.hardware, "l3 ", fmt, ## args)
Disar.c1593 struct BCState *bcs = st->l1.bcs; in isar_l2l1()
1629 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in isar_l2l1()
1630 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in isar_l2l1()
1632 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in isar_l2l1()
1642 switch (st->l1.mode) { in isar_l2l1()
1645 ret = modeisar(bcs, st->l1.mode, st->l1.bc); in isar_l2l1()
1654 ret = modeisar(bcs, st->l1.mode, st->l1.bc); in isar_l2l1()
1669 switch (st->l1.mode) { in isar_l2l1()
1682 modeisar(bcs, 0, st->l1.bc); in isar_l2l1()
1684 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in isar_l2l1()
[all …]
Disdnl2.c222 st->l1.bcs->tx_cnt += skb->len; in enqueue_super()
953 st->l1.bcs->tx_cnt += l2->windowar[p1]->len + l2headersize(l2, 0); in invoke_retransmission()
1032 st->l1.bcs->tx_cnt += skb->len + l2headersize(&st->l2, 0); in l2_feed_i_if_reest()
1046 st->l1.bcs->tx_cnt += skb->len + l2headersize(&st->l2, 0); in l2_feed_i_pull()
1058 st->l1.bcs->tx_cnt += skb->len + l2headersize(&st->l2, 0); in l2_feed_iqueue()
1770 VHiSax_putstatus(st->l1.hardware, st->l2.debug_id, fmt, args); in l2m_debug()
1778 st->l1.l1l2 = isdnl2_l1l2; in setstack_isdnl2()
Disdnl3.c76 VHiSax_putstatus(st->l1.hardware, st->l3.debug_id, fmt, args); in l3m_debug()
222 HiSax_putstatus(st->l1.hardware, "L3", "no D protocol"); in no_l3_proto()
Dl3ni1.c138 cs = pc->st->l1.hardware; in l3ni1_dummy_return_result()
171 cs = pc->st->l1.hardware; in l3ni1_dummy_error_return()
205 cs = st->l1.hardware; in l3ni1_dummy_invoke()
1797 cs = pc->st->l1.hardware; in l3ni1_deliver_display()
2112 struct IsdnCardState *cs = pc->st->l1.hardware; in l3ni1_io_timer()
Dl3dss1.c139 cs = pc->st->l1.hardware; in l3dss1_dummy_return_result()
172 cs = pc->st->l1.hardware; in l3dss1_dummy_error_return()
206 cs = st->l1.hardware; in l3dss1_dummy_invoke()
1941 cs = pc->st->l1.hardware; in l3dss1_deliver_display()
2252 struct IsdnCardState *cs = pc->st->l1.hardware; in l3dss1_io_timer()
Dhisax.h321 struct Layer1 l1; member
/linux-4.1.27/security/selinux/ss/
Dmls_types.h29 static inline int mls_level_eq(struct mls_level *l1, struct mls_level *l2) in mls_level_eq() argument
31 return ((l1->sens == l2->sens) && in mls_level_eq()
32 ebitmap_cmp(&l1->cat, &l2->cat)); in mls_level_eq()
35 static inline int mls_level_dom(struct mls_level *l1, struct mls_level *l2) in mls_level_dom() argument
37 return ((l1->sens >= l2->sens) && in mls_level_dom()
38 ebitmap_contains(&l1->cat, &l2->cat, 0)); in mls_level_dom()
41 #define mls_level_incomp(l1, l2) \ argument
42 (!mls_level_dom((l1), (l2)) && !mls_level_dom((l2), (l1)))
44 #define mls_level_between(l1, l2, l3) \ argument
45 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
Dservices.c279 struct mls_level *l1, *l2; in constraint_expr_eval() local
337 l1 = &(scontext->range.level[0]); in constraint_expr_eval()
341 l1 = &(scontext->range.level[0]); in constraint_expr_eval()
345 l1 = &(scontext->range.level[1]); in constraint_expr_eval()
349 l1 = &(scontext->range.level[1]); in constraint_expr_eval()
353 l1 = &(scontext->range.level[0]); in constraint_expr_eval()
357 l1 = &(tcontext->range.level[0]); in constraint_expr_eval()
363 s[++sp] = mls_level_eq(l1, l2); in constraint_expr_eval()
366 s[++sp] = !mls_level_eq(l1, l2); in constraint_expr_eval()
369 s[++sp] = mls_level_dom(l1, l2); in constraint_expr_eval()
[all …]
/linux-4.1.27/scripts/rt-tester/
Dcheck-all.sh9 testit t2-l1-2rt-sameprio.tst
10 testit t2-l1-pi.tst
11 testit t2-l1-signal.tst
13 testit t3-l1-pi-1rt.tst
14 testit t3-l1-pi-2rt.tst
15 testit t3-l1-pi-3rt.tst
16 testit t3-l1-pi-signal.tst
17 testit t3-l1-pi-steal.tst
/linux-4.1.27/arch/sparc/kernel/
Drtrap_64.S46 andn %l1, %o0, %l1
60 ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1
62 and %l1, %l4, %l4
64 andn %l1, %l4, %l1
70 rtrap_nmi: ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1
72 and %l1, %l4, %l4
73 andn %l1, %l4, %l1
83 ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1
86 and %l1, %l4, %l4
87 andn %l1, %l4, %l1
[all …]
Dhead_64.S164 mov (1b - prom_peer_name), %l1
165 sub %l0, %l1, %l1
169 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "peer"
179 mov (1b - prom_root_node), %l1
180 sub %l0, %l1, %l1
181 stw %l4, [%l1]
183 mov (1b - prom_getprop_name), %l1
186 sub %l0, %l1, %l1
193 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
207 mov (1b - prom_finddev_name), %l1
[all …]
Dhead_32.S123 mov %o1, %l1 ! stash away debug_vec too
314 sll %g1, 0x8, %g1 ! make phys addr for l1 tbl
338 sll %g1, 0x8, %g1 ! make phys addr for l1 tbl
361 mov %l1, %o1 ! and debug_vec
372 add %g7, 0x1c, %l1
373 ld [%l1], %l0
383 ld [%l1], %l0 ! 'compatible' tells
404 ldub [%o2], %l1
405 cmp %l1, 'l'
410 ldub [%o2 + 0x4], %l1
[all …]
Dentry.S160 jmp %l1
435 ld [%l1], %l5
446 mov %l1, %o1
466 mov %l1, %o1
486 ld [%l1], %o1
498 ld [%l1], %o1
514 mov %l1, %o1
526 cmp %l1, %l5
530 cmp %l1, %l5
553 mov %l1, %o1
[all …]
Dhvtramp.S55 mov 0, %l1
69 add %l1, 1, %l1
70 cmp %l1, %l2
Dsyscalls.S120 ldx [%sp + PTREGS_OFF + PT_V9_G1], %l1
121 call %l1
237 ldx [%sp + PTREGS_OFF + PT_V9_TNPC], %l1 ! pc = npc
245 add %l1, 0x4, %l2 ! npc = npc+4
246 stx %l1, [%sp + PTREGS_OFF + PT_V9_TPC]
256 ldx [%sp + PTREGS_OFF + PT_V9_TNPC], %l1 ! pc = npc
268 stx %l1, [%sp + PTREGS_OFF + PT_V9_TPC]
Dwinfixup.S57 stx %l1, [%g3 + TI_REG_WINDOW + 0x08]
74 stw %l1, [%g3 + TI_REG_WINDOW + 0x04]
Dwuf.S21 #define t_pc l1
Drtrap_32.S18 #define t_pc l1
Detrap_32.S20 #define t_pc l1 /* Set by caller */
Dwof.S34 #define t_pc l1 /* PC for trap return T */
Detrap_64.S148 LOAD_PER_CPU_BASE(%g5, %g6, %g4, %g3, %l1)
/linux-4.1.27/arch/blackfin/kernel/
Dvmlinux.lds.S49 *(.l1.text)
73 *(.l1.bss)
76 *(.l1.bss.B)
95 *(.l1.data)
98 *(.l1.data.B)
174 *(.l1.text.head)
175 *(.l1.text)
190 *(.l1.data)
198 *(.l1.bss)
210 *(.l1.data.B)
[all …]
Dentry.S16 .section .l1.text
Dsignal.c67 RESTORE(l0); RESTORE(l1); RESTORE(l2); RESTORE(l3); in rt_restore_sigcontext()
128 SETUP(l0); SETUP(l1); SETUP(l2); SETUP(l3); in rt_setup_sigcontext()
Dkgdb.c45 gdb_regs[BFIN_L1] = regs->l1; in pt_regs_to_gdb_regs()
121 regs->l1 = gdb_regs[BFIN_L1]; in gdb_regs_to_pt_regs()
Dasm-offsets.c82 DEFINE(PT_L1, offsetof(struct pt_regs, l1)); in main()
Dtrace.c974 fp->b1, fp->l1, fp->m1, fp->i1); in show_regs()
/linux-4.1.27/arch/hexagon/include/asm/
Dmmu_context.h69 int l1; in switch_mm() local
76 for (l1 = MIN_KERNEL_SEG; l1 <= max_kernel_seg; l1++) in switch_mm()
77 next->pgd[l1] = init_mm.pgd[l1]; in switch_mm()
/linux-4.1.27/drivers/scsi/arm/
Deesox.c238 unsigned long l1, l2; in eesoxscsi_buffer_in() local
240 l1 = readl(reg_dmadata) & mask; in eesoxscsi_buffer_in()
241 l1 |= readl(reg_dmadata) << 16; in eesoxscsi_buffer_in()
244 *(u32 *)buf = l1; in eesoxscsi_buffer_in()
253 unsigned long l1; in eesoxscsi_buffer_in() local
255 l1 = readl(reg_dmadata) & mask; in eesoxscsi_buffer_in()
256 l1 |= readl(reg_dmadata) << 16; in eesoxscsi_buffer_in()
258 *(u32 *)buf = l1; in eesoxscsi_buffer_in()
317 unsigned long l1, l2; in eesoxscsi_buffer_out() local
319 l1 = *(u32 *)buf; in eesoxscsi_buffer_out()
[all …]
/linux-4.1.27/arch/sparc/lib/
Dxor.S384 xor %l3, %l1, %l3
424 xor %l1, %i5, %l1
426 xor %o3, %l1, %o3
442 xor %l1, %i5, %l1
444 xor %o3, %l1, %o3
482 xor %l1, %g3, %l1
484 stxa %l1, [%i0 + 0x08] %asi
495 xor %l1, %g3, %l1
497 stxa %l1, [%i0 + 0x18] %asi
508 xor %l1, %g3, %l1
[all …]
Dmcount.S59 mov %g3, %l1
85 mov %g3, %l1
111 mov %l1, %o2
Dudivdi3.S121 mov %o1,%l1
253 mov %o1,%l1
257 mov %l1,%i1
Ddivdi3.S139 mov %o1,%l1
265 mov %o1,%l1
269 mov %l1,%i1
/linux-4.1.27/arch/sparc/prom/
Dcif.S19 mov %g5, %l1
24 mov %l1, %g5
42 mov %o0, %l1
46 restore %l1, 0, %o0
/linux-4.1.27/fs/hpfs/
Dname.c75 const unsigned char *n1, unsigned l1, in hpfs_compare_names() argument
78 unsigned l = l1 < l2 ? l1 : l2; in hpfs_compare_names()
87 if (l1 < l2) return -1; in hpfs_compare_names()
88 if (l1 > l2) return 1; in hpfs_compare_names()
/linux-4.1.27/drivers/media/platform/davinci/
Dvpif.c60 .l1 = 1,
77 .l1 = 1,
94 .l1 = 1,
111 .l1 = 1,
128 .l1 = 1,
148 .l1 = 1,
168 .l1 = 1,
187 .l1 = 1,
207 .l1 = 1,
289 value = (config->l1 & vpifregs[config_channel_id].len_mask); in vpif_set_mode_info()
Dvpif.h629 u16 l1, l3, l5, l7, l9, l11; /* Other parameter configurations */ member
Dvpif_display.c966 std_info->l1 = 1; in vpif_s_dv_timings()
Dvpif_capture.c1167 std_info->l1 = 1; in vpif_s_dv_timings()
/linux-4.1.27/arch/x86/boot/
Dstring.c144 size_t l1, l2; in strstr() local
149 l1 = strlen(s1); in strstr()
150 while (l1 >= l2) { in strstr()
151 l1--; in strstr()
/linux-4.1.27/arch/c6x/lib/
Dnegll.S25 mvk .l1 0,A0
26 subu .l1 A0,A4,A3:A2
27 sub .l1 A0,A5,A0
29 add .l1 A5,A0,A5
Ddivremi.S23 || cmpgt .l1 0, A4, A1
28 [A1] neg .l1 A4, A4
37 neg .l1 A4, A4
44 sub .l1 A5, A6, A5
Dllshru.S28 cmplt .l1 0,A0,A2
31 [!A2] neg .l1 A0,A4
35 || [!A2] mvk .l1 0,A5
Dllshl.S28 cmplt .l1 0,A0,A2
30 [!A2] neg .l1 A0,A5
34 || [!A2] mvk .l1 0,A4
Dremi.S41 || cmpgt .l1 0, A4, A1
46 [A1] neg .l1 A4, A4
55 neg .l1 A4, A4
62 sub .l1 A5, A6, A4
Ddivi.S41 || cmpgt .l1 0, A4, A1
44 [A1] neg .l1 A4, A4
49 neg .l1 A4, A4
Dllshr.S28 cmplt .l1 0,A0,A2
31 [!A2] neg .l1 A0,A4
Ddivremu.S79 sub .l1 A1, A6, A6
83 || sub .l1 A6, 1, A6
84 or .l1 A2, A4, A4
Ddivu.S91 sub .l1 A1, A6, A6
94 || sub .l1 A6, 1, A6
95 or .l1 A2, A4, A4
/linux-4.1.27/tools/vm/
Dpage_owner_sort.c46 const struct block_list *l1 = p1, *l2 = p2; in compare_txt() local
48 return strcmp(l1->txt, l2->txt); in compare_txt()
53 const struct block_list *l1 = p1, *l2 = p2; in compare_num() local
55 return l2->num - l1->num; in compare_num()
/linux-4.1.27/arch/blackfin/include/asm/
Dcontext.S38 [--sp] = l1;
85 l1 = r0; define
110 [--sp] = l1;
145 l1 = r0; define
169 [--sp] = l1;
220 l1 = r0; define
258 l1 = [sp++]; define
328 l1 = [sp++]; define
Ddpmc.h87 [--sp] = l1;
155 l1 = [sp++];
/linux-4.1.27/arch/sparc/power/
Dhibernate_asm.S74 ldxa [%l0 ] %asi, %l1 /* address */
78 sub %l1, %g7, %l1
83 ldxa [%l1 + %l3] ASI_PHYS_USE_EC, %g2
/linux-4.1.27/drivers/iommu/
Dshmobile-iommu.c41 struct shmobile_iommu_domain_pgtable l1, l2[L1_LEN]; member
102 ret = pgtable_alloc(&sh_domain->l1, l1cache, L1_SIZE); in shmobile_iommu_domain_alloc()
124 pgtable_free(&sh_domain->l1, l1cache, L1_SIZE); in shmobile_iommu_domain_free()
142 ipmmu_tlb_set(archdata->ipmmu, sh_domain->l1.handle, L1_SIZE, in shmobile_iommu_attach_device()
198 pgtable_write(&sh_domain->l1, l1index, 1, in l2alloc()
213 pgtable_write(&sh_domain->l1, l1index, 1, 0); in l2free()
251 pgtable_write(&sh_domain->l1, l1index, 1, paddr | 0xc02); in shmobile_iommu_map()
318 l1entry = pgtable_read(&sh_domain->l1, l1index); in shmobile_iommu_iova_to_phys()
Damd_iommu_init.c250 static u32 iommu_read_l1(struct amd_iommu *iommu, u16 l1, u8 address) in iommu_read_l1() argument
254 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16)); in iommu_read_l1()
259 static void iommu_write_l1(struct amd_iommu *iommu, u16 l1, u8 address, u32 val) in iommu_write_l1() argument
261 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16 | 1 << 31)); in iommu_write_l1()
263 pci_write_config_dword(iommu->dev, 0xf8, (address | l1 << 16)); in iommu_write_l1()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap_btree.c102 __uint64_t l1, in __xfs_bmbt_get_all() argument
112 (((xfs_fsblock_t)l1) >> 21); in __xfs_bmbt_get_all()
113 s->br_blockcount = (xfs_filblks_t)(l1 & xfs_mask64lo(21)); in __xfs_bmbt_get_all()
128 __xfs_bmbt_get_all(r->l0, r->l1, s); in xfs_bmbt_get_all()
138 return (xfs_filblks_t)(r->l1 & xfs_mask64lo(21)); in xfs_bmbt_get_blockcount()
149 (((xfs_fsblock_t)r->l1) >> 21); in xfs_bmbt_get_startblock()
181 return (xfs_filblks_t)(be64_to_cpu(r->l1) & xfs_mask64lo(21)); in xfs_bmbt_disk_get_blockcount()
218 r->l1 = ((xfs_bmbt_rec_base_t)startblock << 21) | in xfs_bmbt_set_allf()
258 r->l1 = cpu_to_be64( in xfs_bmbt_disk_set_allf()
285 r->l1 = (r->l1 & (xfs_bmbt_rec_base_t)xfs_mask64hi(43)) | in xfs_bmbt_set_blockcount()
[all …]
Dxfs_inode_fork.c59 rec.l1 = get_unaligned(&ep->l1); in xfs_validate_extents()
339 ep->l1 = get_unaligned_be64(&dp->l1); in xfs_iformat_extents()
772 put_unaligned_be64(ep->l1, &dp->l1); in xfs_iextents_copy()
Dxfs_format.h1298 __be64 l0, l1; member
1305 __uint64_t l0, l1; member
Dxfs_bmap.c832 arp->l1 = cpu_to_be64(ep->l1); in xfs_bmap_extents_to_btree()
1335 trp->l1 = be64_to_cpu(frp->l1); in xfs_bmap_read_extents()
/linux-4.1.27/arch/sparc/include/asm/
Dttable.h19 clr %l0; clr %l1; clr %l2; clr %l3; \
177 ldx [%sp + PTREGS_OFF + PT_V9_TNPC], %l1; \
178 add %l1, 4, %l2; \
179 stx %l1, [%sp + PTREGS_OFF + PT_V9_TPC]; \
236 stx %l1, [%sp + STACK_BIAS + 0x08]; \
257 stx %l1, [%sp + STACK_BIAS + 0x08]; \
284 stxa %l1, [%g1 + %g3] ASI; \
315 stxa %l1, [%sp + STACK_BIAS + 0x08] %asi; \
349 stx %l1, [%g3 + TI_REG_WINDOW + 0x08]; \
380 stwa %l1, [%sp + %g3] ASI; \
[all …]
/linux-4.1.27/drivers/dma/
Dste_dma40_ll.c30 u32 l1 = 0; /* src */ in d40_log_cfg() local
35 l1 |= BIT(D40_MEM_LCSP1_SCFG_INCR_POS); in d40_log_cfg()
45 l1 |= BIT(D40_MEM_LCSP1_SCFG_MST_POS); in d40_log_cfg()
57 l1 |= BIT(D40_MEM_LCSP1_SCFG_EIM_POS); in d40_log_cfg()
58 l1 |= cfg->src_info.psize << D40_MEM_LCSP1_SCFG_PSIZE_POS; in d40_log_cfg()
59 l1 |= d40_width_to_bits(cfg->src_info.data_width) in d40_log_cfg()
62 *lcsp1 = l1; in d40_log_cfg()
/linux-4.1.27/arch/microblaze/lib/
Dmulsi3.S26 bri l1
29 l1: label
/linux-4.1.27/arch/blackfin/mach-common/
Dcache.S66 .section .l1.text
97 .section .l1.text
Dinterrupt.S25 .section .l1.text
52 [--sp] = l1;
102 l1 = r1; define
Ddpmc_modes.S12 .section .l1.text
Dentry.S30 .section .l1.text
1173 .section .l1.data.B
1227 .section .l1.data
/linux-4.1.27/arch/s390/lib/
Dstring.c246 int l1, l2; in strstr() local
251 l1 = __strend(s1) - s1; in strstr()
252 while (l1-- >= l2) { in strstr()
/linux-4.1.27/kernel/sched/
Dsched.h1564 static inline void double_lock(spinlock_t *l1, spinlock_t *l2) in double_lock() argument
1566 if (l1 > l2) in double_lock()
1567 swap(l1, l2); in double_lock()
1569 spin_lock(l1); in double_lock()
1573 static inline void double_lock_irq(spinlock_t *l1, spinlock_t *l2) in double_lock_irq() argument
1575 if (l1 > l2) in double_lock_irq()
1576 swap(l1, l2); in double_lock_irq()
1578 spin_lock_irq(l1); in double_lock_irq()
1582 static inline void double_raw_lock(raw_spinlock_t *l1, raw_spinlock_t *l2) in double_raw_lock() argument
1584 if (l1 > l2) in double_raw_lock()
[all …]
/linux-4.1.27/scripts/coccinelle/api/
Dmemdup_user.cocci19 identifier l1,l2;
28 <+... when != goto l1;
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_minidump.c594 struct __cache *l1 = &entry->region.cache; in qlcnic_dump_l1_cache() local
596 val = l1->init_tag_val; in qlcnic_dump_l1_cache()
598 for (i = 0; i < l1->no_ops; i++) { in qlcnic_dump_l1_cache()
599 qlcnic_ind_wr(adapter, l1->addr, val); in qlcnic_dump_l1_cache()
600 qlcnic_ind_wr(adapter, l1->ctrl_addr, LSW(l1->ctrl_val)); in qlcnic_dump_l1_cache()
601 addr = l1->read_addr; in qlcnic_dump_l1_cache()
602 cnt = l1->read_addr_num; in qlcnic_dump_l1_cache()
606 addr += l1->read_addr_stride; in qlcnic_dump_l1_cache()
609 val += l1->stride; in qlcnic_dump_l1_cache()
611 return l1->no_ops * l1->read_addr_num * sizeof(u32); in qlcnic_dump_l1_cache()
/linux-4.1.27/drivers/pci/pcie/
Daspm.c38 u32 l1; /* L1 latency (nsec) */ member
334 latency = max_t(u32, link->latency_up.l1, link->latency_dw.l1); in pcie_aspm_check_latency()
336 (latency + l1_switch_latency > acceptable->l1)) in pcie_aspm_check_latency()
386 link->latency_up.l1 = calc_l1_latency(upreg.latency_encoding_l1); in pcie_aspm_cap_init()
387 link->latency_dw.l1 = calc_l1_latency(dwreg.latency_encoding_l1); in pcie_aspm_cap_init()
421 acceptable->l1 = calc_l1_acceptable(encoding); in pcie_aspm_cap_init()
/linux-4.1.27/arch/x86/kernel/cpu/
Dintel_cacheinfo.c233 union l1_cache *l1 = &l1d; in amd_cpuid4() local
244 l1 = &l1i; in amd_cpuid4()
246 if (!l1->val) in amd_cpuid4()
248 assoc = assocs[l1->assoc]; in amd_cpuid4()
249 line_size = l1->line_size; in amd_cpuid4()
250 lines_per_tag = l1->lines_per_tag; in amd_cpuid4()
251 size_in_kb = l1->size_in_kb; in amd_cpuid4()
Dintel.c418 unsigned int l1; in init_intel() local
419 rdmsr(MSR_IA32_MISC_ENABLE, l1, l2); in init_intel()
420 if (!(l1 & (1<<11))) in init_intel()
422 if (!(l1 & (1<<12))) in init_intel()
/linux-4.1.27/lib/
Dstring.c722 size_t l1, l2; in strstr() local
727 l1 = strlen(s1); in strstr()
728 while (l1 >= l2) { in strstr()
729 l1--; in strstr()
Dbch.c563 int n = 0, i, l0, l1, l2; in find_poly_deg2_roots() local
569 l1 = bch->a_log_tab[poly->c[1]]; in find_poly_deg2_roots()
573 u = a_pow(bch, l0+l2+2*(GF_N(bch)-l1)); in find_poly_deg2_roots()
590 roots[n++] = modulo(bch, 2*GF_N(bch)-l1- in find_poly_deg2_roots()
592 roots[n++] = modulo(bch, 2*GF_N(bch)-l1- in find_poly_deg2_roots()
Dbtree.c103 static int longcmp(const unsigned long *l1, const unsigned long *l2, size_t n) in longcmp() argument
108 if (l1[i] < l2[i]) in longcmp()
110 if (l1[i] > l2[i]) in longcmp()
/linux-4.1.27/arch/sh/boot/compressed/
Dhead_32.S69 l1: label
72 bf l1
/linux-4.1.27/arch/blackfin/lib/
Dstrcpy.S17 .section .l1.text
Dstrcmp.S19 .section .l1.text
Dstrncmp.S17 .section .l1.text
Dumulsi3_highpart.S12 .section .l1.text
Dsmulsi3_highpart.S12 .section .l1.text
Dmodsi3.S18 .section .l1.text
Dumodsi3.S10 .section .l1.text
Dstrncpy.S19 .section .l1.text
Dmuldi3.S12 .section .l1.text
Dmemset.S12 .section .l1.text
Dmemcpy.S24 .section .l1.text
Ddivsi3.S30 .section .l1.text
Dudivsi3.S12 .section .l1.text
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm7038-l1-intc.txt25 - compatible: should be "brcm,bcm7038-l1-intc"
44 compatible = "brcm,bcm7038-l1-intc";
/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dw6692.c214 l1_event(dch->l1, HW_RESET_IND); in W6692_ph_bh()
218 l1_event(dch->l1, HW_DEACT_CNF); in W6692_ph_bh()
222 l1_event(dch->l1, HW_DEACT_IND); in W6692_ph_bh()
226 l1_event(dch->l1, HW_POWERUP_IND); in W6692_ph_bh()
231 l1_event(dch->l1, ANYSIGNAL); in W6692_ph_bh()
234 l1_event(dch->l1, LOSTFRAMING); in W6692_ph_bh()
239 l1_event(dch->l1, INFO2); in W6692_ph_bh()
243 l1_event(dch->l1, INFO4_P8); in W6692_ph_bh()
247 l1_event(dch->l1, INFO4_P10); in W6692_ph_bh()
1034 ret = l1_event(card->dch.l1, HW_TIMER3_VALUE | (cq->p1 & 0xff)); in channel_ctrl()
[all …]
DmISDNipac.c76 l1_event(dch->l1, HW_RESET_IND); in isac_ph_state_bh()
80 l1_event(dch->l1, HW_DEACT_CNF); in isac_ph_state_bh()
84 l1_event(dch->l1, HW_DEACT_IND); in isac_ph_state_bh()
88 l1_event(dch->l1, HW_POWERUP_IND); in isac_ph_state_bh()
93 l1_event(dch->l1, ANYSIGNAL); in isac_ph_state_bh()
96 l1_event(dch->l1, LOSTFRAMING); in isac_ph_state_bh()
101 l1_event(dch->l1, INFO2); in isac_ph_state_bh()
105 l1_event(dch->l1, INFO4_P8); in isac_ph_state_bh()
109 l1_event(dch->l1, INFO4_P10); in isac_ph_state_bh()
592 ret = l1_event(dch->l1, hh->prim); in isac_l1hw()
[all …]
Dhfcpci.c929 l1_event(dch->l1, HW_RESET_IND); in ph_state_te()
932 l1_event(dch->l1, HW_DEACT_IND); in ph_state_te()
936 l1_event(dch->l1, ANYSIGNAL); in ph_state_te()
939 l1_event(dch->l1, INFO2); in ph_state_te()
942 l1_event(dch->l1, INFO4_P8); in ph_state_te()
1085 l1_event(dch->l1, HW_POWERUP_IND); in hfc_l1callback()
1627 ret = l1_event(dch->l1, hh->prim); in hfcpci_l2l1D()
1657 ret = l1_event(dch->l1, hh->prim); in hfcpci_l2l1D()
1877 ret = l1_event(hc->dch.l1, HW_TIMER3_VALUE | (cq->p1 & 0xff)); in channel_ctrl()
1917 l1_event(hc->dch.l1, CLOSE_CHANNEL); in open_dchannel()
[all …]
Dhfcsusb.c329 ret = l1_event(dch->l1, hh->prim); in hfcusb_l2l1D()
360 ret = l1_event(dch->l1, hh->prim); in hfcusb_l2l1D()
598 l1_event(dch->l1, HW_RESET_IND); in ph_state_te()
601 l1_event(dch->l1, HW_DEACT_IND); in ph_state_te()
605 l1_event(dch->l1, ANYSIGNAL); in ph_state_te()
608 l1_event(dch->l1, INFO2); in ph_state_te()
611 l1_event(dch->l1, INFO4_P8); in ph_state_te()
1757 l1_event(hw->dch.l1, CLOSE_CHANNEL); in release_hw()
Dhfcmulti.c3262 l1_event(dch->l1, HW_POWERUP_IND); in hfcm_l1callback()
3399 ret = l1_event(dch->l1, hh->prim); in handle_dmsg()
3445 ret = l1_event(dch->l1, hh->prim); in handle_dmsg()
3791 l1_event(dch->l1, HW_RESET_IND); in ph_state_change()
3794 l1_event(dch->l1, HW_DEACT_IND); in ph_state_change()
3798 l1_event(dch->l1, ANYSIGNAL); in ph_state_change()
3801 l1_event(dch->l1, INFO2); in ph_state_change()
3804 l1_event(dch->l1, INFO4_P8); in ph_state_change()
4079 l1_event(dch->l1, CLOSE_CHANNEL); in open_dchannel()
4174 ret = l1_event(dch->l1, HW_TIMER3_VALUE | (cq->p1 & 0xff)); in channel_dctrl()
[all …]
/linux-4.1.27/arch/powerpc/platforms/52xx/
Dmpc52xx_pic.c295 static int mpc52xx_is_extirq(int l1, int l2) in mpc52xx_is_extirq() argument
297 return ((l1 == 0) && (l2 == 0)) || in mpc52xx_is_extirq()
298 ((l1 == 1) && (l2 >= 1) && (l2 <= 3)); in mpc52xx_is_extirq()
/linux-4.1.27/fs/cifs/
Ddir.c877 int i, l1, l2; in cifs_ci_compare() local
888 for (i = 0; i < len; i += l1) { in cifs_ci_compare()
890 l1 = codepage->char2uni(&str[i], len - i, &c1); in cifs_ci_compare()
897 if (unlikely(l1 < 0 && l2 < 0)) { in cifs_ci_compare()
900 l1 = 1; in cifs_ci_compare()
908 if (l1 != l2) in cifs_ci_compare()
/linux-4.1.27/tools/perf/util/
Dhelp.c253 int l1 = (*c1)->len; in levenshtein_compare() local
255 return l1 != l2 ? l1 - l2 : strcmp(s1, s2); in levenshtein_compare()
Dparse-events.l210 L1-dcache|l1-d|l1d|L1-data |
211 L1-icache|l1-i|l1i|L1-instruction |
/linux-4.1.27/Documentation/video4linux/
Dextract_xc3028.pl77 my $l1 = ($val >> 8) & 0xff;
80 syswrite(OUTFILE, chr($l0).chr($l1).chr($l2).chr($l3));
94 my $l1 = ($lsb_val >> 8) & 0xff;
98 chr($l0).chr($l1).chr($l2).chr($l3).
/linux-4.1.27/arch/blackfin/include/uapi/asm/
Dptrace.h59 long l1; member
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dqcom-rpm.txt145 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15,
150 l0, l1, l2, l3, l4, l5, l6, s0, s1, s2, s3, s4, lvs0, lvs1, lvs2, lvs3,
154 s1, s2, s3, s4, s7, s8, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
/linux-4.1.27/fs/nfs/
Dpnfs.c477 pnfs_lseg_range_contained(const struct pnfs_layout_range *l1, in pnfs_lseg_range_contained() argument
480 u64 start1 = l1->offset; in pnfs_lseg_range_contained()
481 u64 end1 = end_offset(start1, l1->length); in pnfs_lseg_range_contained()
496 pnfs_lseg_range_intersecting(const struct pnfs_layout_range *l1, in pnfs_lseg_range_intersecting() argument
499 u64 start1 = l1->offset; in pnfs_lseg_range_intersecting()
500 u64 end1 = end_offset(start1, l1->length); in pnfs_lseg_range_intersecting()
1189 pnfs_lseg_range_cmp(const struct pnfs_layout_range *l1, in pnfs_lseg_range_cmp() argument
1195 d = l1->offset - l2->offset; in pnfs_lseg_range_cmp()
1200 d = l2->length - l1->length; in pnfs_lseg_range_cmp()
1205 return (int)(l1->iomode == IOMODE_READ) - (int)(l2->iomode == IOMODE_READ); in pnfs_lseg_range_cmp()
Dpagelist.c913 static bool nfs_match_lock_context(const struct nfs_lock_context *l1, in nfs_match_lock_context() argument
916 return l1->lockowner.l_owner == l2->lockowner.l_owner in nfs_match_lock_context()
917 && l1->lockowner.l_pid == l2->lockowner.l_pid; in nfs_match_lock_context()
/linux-4.1.27/Documentation/misc-devices/
Disl2900354 2: difference between diodes (l1 - l2, signed 15bit)
/linux-4.1.27/include/linux/
DmISDNhw.h93 void *l1; member
/linux-4.1.27/arch/blackfin/mach-bf609/
Ddpm.S9 .section .l1.text
/linux-4.1.27/arch/mips/boot/dts/brcm/
Dbcm7125.dtsi53 compatible = "brcm,bcm7038-l1-intc";
Dbcm7360.dtsi47 compatible = "brcm,bcm7038-l1-intc";
Dbcm7358.dtsi47 compatible = "brcm,bcm7038-l1-intc";
Dbcm7362.dtsi53 compatible = "brcm,bcm7038-l1-intc";
Dbcm7420.dtsi53 compatible = "brcm,bcm7038-l1-intc";
Dbcm7425.dtsi53 compatible = "brcm,bcm7038-l1-intc";
Dbcm7346.dtsi53 compatible = "brcm,bcm7038-l1-intc";
/linux-4.1.27/arch/blackfin/mach-bf561/
Dsecondary.S20 .section .l1.text.head
/linux-4.1.27/drivers/irqchip/
DMakefile43 obj-$(CONFIG_BCM7038_L1_IRQ) += irq-bcm7038-l1.o
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Ddwc3.txt38 - snps,is-utmi-l1-suspend: true when DWC3 asserts output signal
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dtps65090.txt48 vsys-l1-supply = <&some_reg>;
/linux-4.1.27/arch/x86/crypto/
Dcamellia-aesni-avx-asm_64.S297 #define fls16(l, l0, l1, l2, l3, l4, l5, l6, l7, r, t0, t1, t2, t3, tt0, \ argument
315 vpand l1, t1, t1; \
411 vpxor l1, t1, l1; \
412 vmovdqu l1, 1 * 16(l); \
Dcamellia-aesni-avx2-asm_64.S336 #define fls32(l, l0, l1, l2, l3, l4, l5, l6, l7, r, t0, t1, t2, t3, tt0, \ argument
354 vpand l1, t1, t1; \
450 vpxor l1, t1, l1; \
451 vmovdqu l1, 1 * 32(l); \
/linux-4.1.27/drivers/scsi/
Dgdth_ioctl.h162 u32 l1, l2, l3, l4; member
/linux-4.1.27/drivers/gpio/
Dgpio-omap.c1245 u32 l1 = 0, l2 = 0; in omap_gpio_runtime_suspend() local
1285 l1 = bank->context.fallingdetect; in omap_gpio_runtime_suspend()
1288 l1 &= ~bank->enabled_non_wakeup_gpios; in omap_gpio_runtime_suspend()
1291 writel_relaxed(l1, bank->base + bank->regs->fallingdetect); in omap_gpio_runtime_suspend()
/linux-4.1.27/kernel/
Dcgroup.c596 struct list_head *l1, *l2; in compare_css_sets() local
612 l1 = &cset->cgrp_links; in compare_css_sets()
618 l1 = l1->next; in compare_css_sets()
621 if (l1 == &cset->cgrp_links) { in compare_css_sets()
628 link1 = list_entry(l1, struct cgrp_cset_link, cgrp_link); in compare_css_sets()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dnetdev.c1387 int l1 = le16_to_cpu(rx_desc->wb.upper.length[0]); in e1000_clean_rx_irq_ps() local
1394 if (l1 && (l1 <= copybreak) && in e1000_clean_rx_irq_ps()
1395 ((length + l1) <= adapter->rx_ps_bsize0)) { in e1000_clean_rx_irq_ps()
1409 memcpy(skb_tail_pointer(skb), vaddr, l1); in e1000_clean_rx_irq_ps()
1419 l1 -= 4; in e1000_clean_rx_irq_ps()
1422 skb_put(skb, l1); in e1000_clean_rx_irq_ps()
/linux-4.1.27/arch/arm/boot/dts/
Dexynos5250-snow.dts122 vsys-l1-supply = <&vbat>;
Dexynos5420-peach-pit.dts982 vsys-l1-supply = <&vbat>;
Dexynos5800-peach-pi.dts945 vsys-l1-supply = <&vbat>;
Dtegra114-dalmore.dts826 vsys-l1-supply = <&vdd_ac_bat_reg>;
/linux-4.1.27/Documentation/isdn/
DREADME.HiSax380 0x1000 D-Channel l1 state debugging
381 0x2000 B-Channel l1 state debugging
/linux-4.1.27/arch/sparc/mm/
Dultra.S548 ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1
/linux-4.1.27/drivers/usb/host/
Dxhci.c4123 int l1; in xhci_calculate_usb2_hw_lpm_params() local
4130 l1 = udev->l1_params.timeout / 256; in xhci_calculate_usb2_hw_lpm_params()
4138 return PORT_BESLD(besld) | PORT_L1_TIMEOUT(l1) | PORT_HIRDM(hirdm); in xhci_calculate_usb2_hw_lpm_params()
/linux-4.1.27/Documentation/networking/
Dfilter.txt399 l1: jeq #0x800, l2, l5
419 breakpoint at: l1: jeq #0x800, l2, l5
/linux-4.1.27/drivers/block/drbd/
Ddrbd_receiver.c2032 static inline int overlaps(sector_t s1, int l1, sector_t s2, int l2) in overlaps() argument
2034 return !((s1 + (l1>>9) <= s2) || (s1 >= s2 + (l2>>9))); in overlaps()
/linux-4.1.27/drivers/md/
Dmd.c2826 static int overlaps(sector_t s1, sector_t l1, sector_t s2, sector_t l2) in overlaps() argument
2829 if (s1+l1 <= s2) in overlaps()