Searched refs:la (Results 1 - 25 of 91) sorted by last modified time

1234

/linux-master/drivers/slimbus/
H A Dqcom-ngd-ctrl.c797 u8 la = txn->la; local
841 wbuf[i++] = txn->la;
842 la = SLIM_LA_MGR;
868 la);
872 la);
1007 txn.la = SLIM_LA_MGR;
1100 txn.la = SLIM_LA_MGR;
1259 txn.la = SLIM_LA_MGR;
/linux-master/net/bluetooth/
H A Dl2cap_sock.c87 struct sockaddr_l2 la; local
96 memset(&la, 0, sizeof(la));
97 len = min_t(unsigned int, sizeof(la), alen);
98 memcpy(&la, addr, len);
100 if (la.l2_cid && la.l2_psm)
103 if (!bdaddr_type_is_valid(la.l2_bdaddr_type))
106 if (bdaddr_type_is_le(la.l2_bdaddr_type)) {
108 if (la
186 struct sockaddr_l2 la; local
388 struct sockaddr_l2 *la = (struct sockaddr_l2 *) addr; local
[all...]
/linux-master/arch/s390/kernel/
H A Dentry.S280 la %r2,STACK_FRAME_OVERHEAD(%r15) # pointer to pt_regs
335 4: la %r11,STACK_FRAME_OVERHEAD(%r15)
410 la %r11,STACK_FRAME_OVERHEAD(%r15)
481 la %r14,__LC_SYS_ENTER_TIMER
484 la %r14,__LC_EXIT_TIMER
487 la %r14,__LC_LAST_UPDATE_TIMER
514 la %r11,STACK_FRAME_OVERHEAD(%r15)
617 la %r11,STACK_FRAME_OVERHEAD(%r15)
/linux-master/arch/mips/kernel/
H A Dscall32-o32.S102 la t1, sys_call_table
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c5425 struct lpfc_mbx_read_top *la; local
5512 la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop;
5513 la->eventTag = acqe_link->event_tag;
5514 bf_set(lpfc_mbx_read_top_att_type, la, att_type);
5515 bf_set(lpfc_mbx_read_top_link_spd, la,
5519 bf_set(lpfc_mbx_read_top_topology, la, LPFC_TOPOLOGY_PT_PT);
5520 bf_set(lpfc_mbx_read_top_alpa_granted, la, 0);
5521 bf_set(lpfc_mbx_read_top_il, la, 0);
5522 bf_set(lpfc_mbx_read_top_pb, la, 0);
5523 bf_set(lpfc_mbx_read_top_fa, la,
6230 struct lpfc_mbx_read_top *la; local
[all...]
H A Dlpfc_hbadisc.c3486 lpfc_mbx_process_link_up(struct lpfc_hba *phba, struct lpfc_mbx_read_top *la) argument
3496 phba->fc_linkspeed = bf_get(lpfc_mbx_read_top_link_spd, la);
3499 switch (bf_get(lpfc_mbx_read_top_link_spd, la)) {
3518 phba->fc_topology != bf_get(lpfc_mbx_read_top_topology, la)) {
3522 bf_get(lpfc_mbx_read_top_topology, la));
3526 phba->fc_topology = bf_get(lpfc_mbx_read_top_topology, la);
3540 if (bf_get(lpfc_mbx_read_top_il, la))
3543 vport->fc_myDID = bf_get(lpfc_mbx_read_top_alpa_granted, la);
3544 i = la->lilpBde64.tus.f.bdeSize;
3736 struct lpfc_mbx_read_top *la; local
[all...]
/linux-master/include/soc/tegra/
H A Dmc.h58 } la; member in struct:tegra_mc_client::__anon464
/linux-master/drivers/memory/tegra/
H A Dtegra30.c41 .la = {
58 .la = {
75 .la = {
92 .la = {
109 .la = {
126 .la = {
143 .la = {
160 .la = {
177 .la = {
194 .la
[all...]
H A Dtegra124.c20 .la = {
36 .la = {
52 .la = {
68 .la = {
84 .la = {
100 .la = {
116 .la = {
132 .la = {
148 .la = {
164 .la
[all...]
H A Dmc.c406 value = mc_readl(mc, client->regs.la.reg);
407 value &= ~(client->regs.la.mask << client->regs.la.shift);
408 value |= (client->regs.la.def & client->regs.la.mask) << client->regs.la.shift;
409 mc_writel(mc, value, client->regs.la.reg);
/linux-master/arch/riscv/kernel/
H A Dentry.S91 la ra, ret_from_exception
104 la t1, excp_vect_table
105 la t2, excp_vect_table_end
235 la ra, ret_from_exception
/linux-master/arch/riscv/include/asm/
H A Dasm.h95 la \dst, __per_cpu_offset
98 la \dst, \sym
103 la \dst, \sym
121 la gp, __global_pointer$
/linux-master/arch/riscv/crypto/
H A Dsha256-riscv64-zvknha_or_zvknhb-zvkb.S115 la t0, K256
H A Dsha512-riscv64-zvknhb-zvkb.S118 la K, K512
H A Dsm4-riscv64-zvksed-zvkb.S61 la t0, FAMILY_KEY
/linux-master/arch/loongarch/kernel/
H A Dmcount_dyn.S79 la.pcrel t1, function_trace_op
H A Dentry.S25 la.pcrel t1, kernelsp
H A Dlbt.S130 la.pcrel a0, 1f
/linux-master/arch/loongarch/include/asm/
H A Dstackframe.h103 la.pcrel \temp, kernelsp
/linux-master/drivers/media/i2c/
H A Dtc358743.c888 unsigned int la = 0; local
891 la = i2c_rd32(sd, CECADD);
892 la |= 1 << log_addr;
894 i2c_wr32(sd, CECADD, la);
/linux-master/arch/x86/kvm/
H A Dx86.h213 static inline bool is_noncanonical_address(u64 la, struct kvm_vcpu *vcpu) argument
215 return !__is_canonical_address(la, vcpu_virt_addr_bits(vcpu));
H A Demulate.c653 static inline bool emul_is_noncanonical_address(u64 la, argument
656 return !__is_canonical_address(la, ctxt_virt_addr_bits(ctxt));
695 ulong la; local
700 la = seg_base(ctxt, addr.seg) + addr.ea;
704 *linear = la = ctxt->ops->get_untagged_addr(ctxt, la, flags);
706 if (!__is_canonical_address(la, va_bits))
709 *max_size = min_t(u64, ~0u, (1ull << va_bits) - la);
714 *linear = la = (u32)la;
[all...]
/linux-master/tools/perf/
H A Dbuiltin-trace.c4317 const struct list_head *la,
4320 struct thread_list *a = list_entry(la, struct thread_list, list);
4316 trace_nr_events_cmp(void *priv __maybe_unused, const struct list_head *la, const struct list_head *lb) argument
H A Dbuiltin-report.c918 static int task_list_cmp(void *priv, const struct list_head *la, const struct list_head *lb) argument
921 struct thread_list *task_a = list_entry(la, struct thread_list, list);
/linux-master/sound/pci/ctxfi/
H A Dctsrc.c144 static int src_set_la(struct src *src, unsigned int la) argument
149 hw->src_set_la(src->rsc.ctrl_blk, la);

Completed in 276 milliseconds

1234