Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dtimestamp.c34 struct timestamp_entry *tse; in timestamp_add() local
39 tse = &ts_table->entries[ts_table->num_entries++]; in timestamp_add()
40 tse->entry_id = id; in timestamp_add()
41 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
57 struct timestamp_entry *tse = &ts_table->entries[i]; in timestamp_add_to_bootstage() local
60 switch (tse->entry_id) { in timestamp_add_to_bootstage()
79 tse->entry_stamp / in timestamp_add_to_bootstage()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Daltr,tse.yaml4 $id: http://devicetree.org/schemas/net/altr,tse.yaml#
15 - const: altr,tse-1.0
16 - const: ALTR,tse-1.0
18 - const: altr,tse-msgdma-1.0
56 const: altr,tse-mdio
75 - altr,tse-1.0
76 - ALTR,tse-1.0
93 - altr,tse-msgdma-1.0
115 compatible = "altr,tse-msgdma-1.0";
139 compatible = "altr,tse-msgdma-1.0";
[all …]
/openbmc/linux/tools/perf/util/
H A Dthread-stack.c311 tse = &ts->stack[idx]; in thread_stack__call_return()
312 cr.cp = tse->cp; 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()
325 if (tse->non_call) in thread_stack__call_return()
801 tse->ref = ref; in thread_stack__push_cp()
805 tse->cp = cp; in thread_stack__push_cp()
808 tse->non_call = false; in thread_stack__push_cp()
809 tse->db_id = 0; in thread_stack__push_cp()
[all …]
/openbmc/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";
/openbmc/linux/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";
/openbmc/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.dts107 compatible = "altr,tse-1.0";
123 compatible = "altr,tse-mdio";
/openbmc/qemu/hw/net/
H A De1000x_common.h139 bool tse; member
H A De1000x_common.c313 props->tse = (op & E1000_TXD_CMD_TSE) ? 1 : 0; in e1000x_read_tx_ctx_descr()
H A De1000e.c580 VMSTATE_BOOL(props.tse, struct e1000e_tx),
H A De1000e_core.c632 if (tx->props.tse && tx->cptse) { in e1000e_setup_tx_offloads()
/openbmc/linux/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()
/openbmc/linux/drivers/media/i2c/cx25840/
H A Dcx25840-ir.c498 int tsr, rsr, rto, ror, tse, rse, rte, roe, kror; in cx25840_ir_irq_handler() local
522 tse = irqen & IRQEN_TSE; /* Tx FIFO Service Request IRQ Enable */ in cx25840_ir_irq_handler()
534 tse ? "tse" : " ", rse ? "rse" : " ", in cx25840_ir_irq_handler()
540 if (tse && tsr) { in cx25840_ir_irq_handler()
/openbmc/linux/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()
/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.h409 __u8 tse:1; member