Home
last modified time | relevance | path

Searched refs:tse (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/cpu/coreboot/
H A Dtimestamp.c35 struct timestamp_entry *tse; in timestamp_add() local
40 tse = &ts_table->entries[ts_table->num_entries++]; in timestamp_add()
41 tse->entry_id = id; in timestamp_add()
42 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
58 struct timestamp_entry *tse = &ts_table->entries[i]; in timestamp_add_to_bootstage() local
61 switch (tse->entry_id) { in timestamp_add_to_bootstage()
80 tse->entry_stamp / in timestamp_add_to_bootstage()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dthread-stack.c303 struct thread_stack_entry *tse; in thread_stack__call_return() local
311 tse = &ts->stack[idx]; in thread_stack__call_return()
312 cr.cp = tse->cp; in thread_stack__call_return()
313 cr.call_time = tse->timestamp; in thread_stack__call_return()
315 cr.branch_count = ts->branch_count - tse->branch_count; in thread_stack__call_return()
316 cr.insn_count = ts->insn_count - tse->insn_count; in thread_stack__call_return()
317 cr.cyc_count = ts->cyc_count - tse->cyc_count; in thread_stack__call_return()
318 cr.db_id = tse->db_id; in thread_stack__call_return()
319 cr.call_ref = tse->ref; in thread_stack__call_return()
321 if (tse->no_call) in thread_stack__call_return()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Daltera_tse.txt4 - compatible: Should be "altr,tse-1.0" for legacy SGDMA based TSE, and should
5 be "altr,tse-msgdma-1.0" for the preferred MSGDMA based TSE.
39 - compatible: Must be "altr,tse-mdio".
55 compatible = "altr,tse-msgdma-1.0";
76 compatible = "altr,tse-mdio";
93 compatible = "altr,tse-msgdma-1.0";
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/
H A Daltera_tse.txt4 - compatible: Should be "altr,tse-1.0" for legacy SGDMA based TSE, and should
5 be "altr,tse-msgdma-1.0" for the preferred MSGDMA based TSE.
37 - compatible: Must be "altr,tse-mdio".
54 compatible = "altr,tse-msgdma-1.0";
75 compatible = "altr,tse-mdio";
92 compatible = "altr,tse-msgdma-1.0";
/OK3568_Linux_fs/kernel/arch/nios2/boot/dts/
H A D10m50_devboard.dts86 compatible = "altr,tse-msgdma-1.0", "altr,tse-1.0";
109 compatible = "altr,tse-mdio";
H A D3c120_devboard.dts98 compatible = "altr,tse-1.0";
114 compatible = "altr,tse-mdio";
/OK3568_Linux_fs/u-boot/arch/nios2/dts/
H A D10m50_devboard.dts102 compatible = "altr,tse-msgdma-1.0", "altr,tse-1.0";
126 compatible = "altr,tse-mdio";
H A D3c120_devboard.dts108 compatible = "altr,tse-1.0";
124 compatible = "altr,tse-mdio";
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Dcx23888-ir.c514 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx23888_ir_irq_handler() local
521 tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ in cx23888_ir_irq_handler()
534 tse ? "tse" : " ", rse ? "rse" : " ", in cx23888_ir_irq_handler()
540 if (tse && tsr) { in cx23888_ir_irq_handler()
/OK3568_Linux_fs/kernel/drivers/media/i2c/cx25840/
H A Dcx25840-ir.c518 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx25840_ir_irq_handler() local
542 tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ in cx25840_ir_irq_handler()
554 tse ? "tse" : " ", rse ? "rse" : " ", in cx25840_ir_irq_handler()
560 if (tse && tsr) { in cx25840_ir_irq_handler()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_ips.c1445 u8 tse; in ips_probe() local
1478 tse = thm_readb(THM_TSE); in ips_probe()
1479 if (tse != TSE_EN) { in ips_probe()
1480 dev_err(&dev->dev, "thermal device not enabled (0x%02x), aborting\n", tse); in ips_probe()
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_eckd.h400 __u8 tse:1; member