/Linux-v6.1/Documentation/devicetree/bindings/arm/omap/ |
D | l4.txt | 6 - compatible : Should be "ti,omap2-l4" for OMAP2 family l4 core bus 7 Should be "ti,omap2-l4-wkup" for OMAP2 family l4 wkup bus 8 Should be "ti,omap3-l4-core" for OMAP3 family l4 core bus 9 Should be "ti,omap4-l4-cfg" for OMAP4 family l4 cfg bus 10 Should be "ti,omap4-l4-per" for OMAP4 family l4 per bus 11 Should be "ti,omap4-l4-wkup" for OMAP4 family l4 wkup bus 12 Should be "ti,omap5-l4-cfg" for OMAP5 family l4 cfg bus 13 Should be "ti,omap5-l4-wkup" for OMAP5 family l4 wkup bus 14 Should be "ti,dra7-l4-cfg" for DRA7 family l4 cfg bus 15 Should be "ti,dra7-l4-wkup" for DRA7 family l4 wkup bus [all …]
|
/Linux-v6.1/drivers/input/gameport/ |
D | lightning.c | 34 struct l4 { struct 39 static struct l4 l4_ports[8]; argument 59 struct l4 *l4 = gameport->port_data; in l4_cooked_read() local 64 outb(L4_SELECT_DIGITAL + (l4->port >> 2), L4_PORT); in l4_cooked_read() 67 outb(l4->port & 3, L4_PORT); in l4_cooked_read() 92 struct l4 *l4 = gameport->port_data; in l4_open() local 94 if (l4->port != 0 && mode != GAMEPORT_MODE_COOKED) in l4_open() 181 struct l4 *l4 = gameport->port_data; in l4_calibrate() local 183 if (l4_getcal(l4->port, cal)) in l4_calibrate() 194 if (l4_setcal(l4->port, cal)) in l4_calibrate() [all …]
|
/Linux-v6.1/drivers/infiniband/hw/hfi1/ |
D | trace_ibhdrs.h | 69 u8 l4, u32 dest_qpn, u32 src_qpn, 73 const char *hfi1_trace_get_packet_l4_str(u8 l4); 87 u8 *l4, u8 *rc, u8 *sc, 92 u8 age, bool becn, bool fecn, u8 l4, 97 const char *hfi1_trace_fmt_rest(struct trace_seq *p, bool bypass, u8 l4, 105 #define __parse_ib_ehdrs(op, l4, dest_qpn, src_qpn, ehdrs) \ argument 106 parse_everbs_hdrs(p, op, l4, dest_qpn, src_qpn, ehdrs) 127 __field(u8, l4) 163 &__entry->l4, 172 if (__entry->l4 == OPA_16B_L4_FM) { [all …]
|
D | trace.c | 28 u8 l4 = hfi1_16B_get_l4(hdr); in __get_16b_hdr_len() local 30 if (l4 == OPA_16B_L4_FM) { in __get_16b_hdr_len() 35 if (l4 == OPA_16B_L4_IB_LOCAL) in __get_16b_hdr_len() 61 const char *hfi1_trace_get_packet_l4_str(u8 l4) in hfi1_trace_get_packet_l4_str() argument 63 if (l4) in hfi1_trace_get_packet_l4_str() 170 u8 *l4, u8 *rc, u8 *sc, in hfi1_trace_parse_16b_hdr() argument 177 *l4 = hfi1_16B_get_l4(hdr); in hfi1_trace_parse_16b_hdr() 192 u8 age, bool becn, bool fecn, u8 l4, in hfi1_trace_fmt_lrh() argument 203 age, becn, fecn, l4, rc, sc, pkey, entropy); in hfi1_trace_fmt_lrh() 221 const char *hfi1_trace_fmt_rest(struct trace_seq *p, bool bypass, u8 l4, in hfi1_trace_fmt_rest() argument [all …]
|
D | ud.c | 344 u8 l4, sc5; in hfi1_make_ud_req_16B() local 390 l4 = OPA_16B_L4_IB_GLOBAL; in hfi1_make_ud_req_16B() 393 l4 = OPA_16B_L4_IB_LOCAL; in hfi1_make_ud_req_16B() 410 l4 = OPA_16B_L4_FM; in hfi1_make_ud_req_16B() 423 slid, dlid, len, pkey, 0, 0, l4, priv->s_sc); in hfi1_make_ud_req_16B() 598 u8 l4; in return_cnp_16B() local 620 l4 = OPA_16B_L4_IB_GLOBAL; in return_cnp_16B() 624 l4 = OPA_16B_L4_IB_LOCAL; in return_cnp_16B() 637 hfi1_make_16b_hdr(&hdr.opah, slid, dlid, len, pkey, 1, 0, l4, sc5); in return_cnp_16B() 827 u8 l4 = 0; in hfi1_ud_rcv() local [all …]
|
/Linux-v6.1/arch/sparc/kernel/ |
D | rtrap_64.S | 86 sethi %hi(0xf << 20), %l4 87 and %l1, %l4, %l4 88 andn %l1, %l4, %l1 90 srl %l4, 20, %l4 97 sethi %hi(0xf << 20), %l4 98 and %l1, %l4, %l4 99 andn %l1, %l4, %l1 100 srl %l4, 20, %l4 117 sethi %hi(0xf << 20), %l4 118 and %l1, %l4, %l4 [all …]
|
D | entry.S | 87 ld [%l5 + %lo(pdma_vaddr)], %l4 104 stb %l7, [%l4] 106 add %l4, 0x1, %l4 113 ldub [%l4], %l7 117 add %l4, 0x1, %l4 122 st %l4, [%l5 + %lo(pdma_vaddr)] 154 st %l4, [%l5 + %lo(pdma_vaddr)] 167 st %l4, [%l5 + %lo(pdma_vaddr)] 180 or %l0, PSR_PIL, %l4 181 wr %l4, 0x0, %psr [all …]
|
D | wuf.S | 28 #define twin_tmp1 l4 147 LOAD_CURRENT(l4, l5) 151 add %l4, %l5, %l5 158 mov %l4, %curptr 255 mov AC_M_SFSR, %l4 258 LEON_PI( lda [%l4] ASI_LEON_MMUREGS, %g0) ! clear fault status 259 SUN_PI_( lda [%l4] ASI_M_MMUREGS, %g0) ! clear fault status
|
D | etrap_64.S | 95 mov PRIMARY_CONTEXT, %l4 124 661: stxa %g3, [%l4] ASI_DMMU 127 stxa %g3, [%l4] ASI_MMU 130 sethi %hi(KERNBASE), %l4 131 flush %l4 133 2: mov %g4, %l4 198 add %l6, TI_FPSAVED + 1, %l4 205 stb %g0, [%l4 + %l3]
|
D | trampoline_64.S | 130 sethi %hi(kern_locked_tte_data), %l4 131 ldx [%l4 + %lo(kern_locked_tte_data)], %l4 163 add %l4, %g1, %g2 196 add %l4, %g1, %g2 222 sethi %hi(kern_locked_tte_data), %l4 223 ldx [%l4 + %lo(kern_locked_tte_data)], %l4 233 add %l4, %g2, %o2 241 add %l4, %g2, %o2
|
D | urtt_fill.S | 35 mov %g4, %l4 81 mov %l4, %o2 85 1: mov %l4, %o1 92 mov %l4, %o1
|
D | head_64.S | 183 ldx [%sp + 2047 + 128 + 0x20], %l4 ! prom root node 186 stw %l4, [%l1] 203 stx %l4, [%sp + 2047 + 128 + 0x18] ! arg1, prom_root_node 231 ldx [%sp + 2047 + 128 + 0x20], %l4 ! chosen device node 246 stx %l4, [%sp + 2047 + 128 + 0x18] ! arg1, chosen_node 281 mov (1b - prom_boot_mapping_mode), %l4 282 sub %l0, %l4, %l4 283 stw %l1, [%l4] 284 mov (1b - prom_boot_mapping_phys_high), %l4 285 sub %l0, %l4, %l4 [all …]
|
D | syscalls.S | 172 sll %g1, 2, %l4 174 lduw [%l7 + %l4], %l7 202 sll %g1, 2, %l4 204 lduw [%l7 + %l4], %l7 220 sll %g1, 2, %l4 ! IEU0 Group 222 lduw [%l7 + %l4], %l7 ! Load 244 sll %g1, 2, %l4 ! IEU0 Group 246 lduw [%l7 + %l4], %l7 ! Load
|
D | winfixup.S | 60 stx %l4, [%g3 + TI_REG_WINDOW + 0x20] 77 stw %l4, [%g3 + TI_REG_WINDOW + 0x10] 124 mov %l4, %o2 128 1: mov %l4, %o1 147 mov %l4, %o1
|
D | sun4v_tlb_miss.S | 219 mov %l4, %o1 246 mov %l4, %o1 269 mov %l4, %o1 285 mov %l4, %o1 301 mov %l4, %o1 317 mov %l4, %o1 351 mov %l4, %o1 376 mov %l4, %o1 392 mov %l4, %o1
|
D | spiterrs.S | 100 mov %l4, %o1 178 mov %l4, %o1 198 mov %l4, %o1 217 mov %l4, %o1 236 mov %l4, %o1
|
D | misctrap.S | 45 mov %l4, %o1 63 mov %l4, %o1 81 mov %l4, %o1
|
/Linux-v6.1/drivers/net/ethernet/huawei/hinic/ |
D | hinic_tx.c | 200 union hinic_l4 *l4, in get_inner_l3_l4_type() argument 216 if (exthdr != l4->hdr) { in get_inner_l3_l4_type() 228 static void get_inner_l4_info(struct sk_buff *skb, union hinic_l4 *l4, in get_inner_l4_info() argument 241 *l4_len = l4->tcp->doff * 4; in get_inner_l4_info() 242 *offset = *l4_len + TRANSPORT_OFFSET(l4->hdr, skb); in get_inner_l4_info() 248 *offset = TRANSPORT_OFFSET(l4->hdr, skb); in get_inner_l4_info() 258 *offset = TRANSPORT_OFFSET(l4->hdr, skb); in get_inner_l4_info() 280 union hinic_l4 l4; in offload_tso() local 295 l4.hdr = skb_transport_header(skb); in offload_tso() 311 l4.udp->check = ~csum_magic(&ip, IPPROTO_UDP); in offload_tso() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | ti-clkctrl.txt | 20 "ti,clkctrl-l4-cfg" 21 "ti,clkctrl-l4-per" 22 "ti,clkctrl-l4-secure" 23 "ti,clkctrl-l4-wkup"
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | asmmacro.h | 15 sethi %hi(trap_setup), %l4; \ 16 jmpl %l4 + %lo(trap_setup), %l6;
|
D | ttable.h | 21 clr %l4; clr %l5; clr %l6; clr %l7; \ 256 stx %l4, [%sp + STACK_BIAS + 0x20]; \ 277 stx %l4, [%sp + STACK_BIAS + 0x20]; \ 306 stxa %l4, [%g1 + %g0] ASI; \ 335 stxa %l4, [%sp + STACK_BIAS + 0x20] %asi; \ 369 stx %l4, [%g3 + TI_REG_WINDOW + 0x20]; \ 402 stwa %l4, [%g1 + %g0] ASI; \ 434 stwa %l4, [%sp + 0x10] %asi; \ 468 stw %l4, [%g3 + TI_REG_WINDOW + 0x10]; \ 512 ldx [%sp + STACK_BIAS + 0x20], %l4; \ [all …]
|
/Linux-v6.1/drivers/net/ethernet/intel/iavf/ |
D | iavf_txrx.c | 1872 } l4; in iavf_tso() local 1888 l4.hdr = skb_transport_header(skb); in iavf_tso() 1906 l4.udp->len = 0; in iavf_tso() 1909 l4_offset = l4.hdr - skb->data; in iavf_tso() 1913 csum_replace_by_diff(&l4.udp->check, in iavf_tso() 1919 l4.hdr = skb_inner_transport_header(skb); in iavf_tso() 1931 l4_offset = l4.hdr - skb->data; in iavf_tso() 1936 csum_replace_by_diff(&l4.udp->check, in iavf_tso() 1939 *hdr_len = (u8)sizeof(l4.udp) + l4_offset; in iavf_tso() 1941 csum_replace_by_diff(&l4.tcp->check, in iavf_tso() [all …]
|
/Linux-v6.1/arch/sparc/lib/ |
D | NGpage.S | 32 ldda [%i1 + 0x30] %asi, %l4 39 stxa %l4, [%i0 + 0x30] %asi 44 ldda [%i1 + 0x70] %asi, %l4 51 stxa %l4, [%i0 + 0x70] %asi
|
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_txrx.c | 1746 } l4; in ice_tx_csum() local 1759 l4.hdr = skb_checksum_start(skb); in ice_tx_csum() 1762 l4.hdr = skb_transport_header(skb); in ice_tx_csum() 1812 l4.hdr = skb_inner_network_header(skb); in ice_tx_csum() 1823 tunnel |= ((l4.hdr - ip.hdr) / 4) << in ice_tx_csum() 1830 tunnel |= ((ip.hdr - l4.hdr) / 2) << in ice_tx_csum() 1848 l4.hdr = skb_inner_transport_header(skb); in ice_tx_csum() 1874 if (l4.hdr != exthdr) in ice_tx_csum() 1882 l3_len = l4.hdr - ip.hdr; in ice_tx_csum() 1890 l4_len = l4.tcp->doff; in ice_tx_csum() [all …]
|
/Linux-v6.1/drivers/net/ethernet/mscc/ |
D | ocelot_ptp.c | 440 bool l2, bool l4) in ocelot_setup_ptp_traps() argument 451 if (l4) { in ocelot_setup_ptp_traps() 487 bool l2 = false, l4 = false; in ocelot_hwstamp_set() local 520 l4 = true; in ocelot_hwstamp_set() 531 l4 = true; in ocelot_hwstamp_set() 538 err = ocelot_setup_ptp_traps(ocelot, port, l2, l4); in ocelot_hwstamp_set() 544 if (l2 && l4) in ocelot_hwstamp_set() 548 else if (l4) in ocelot_hwstamp_set()
|