/openbmc/u-boot/arch/x86/cpu/coreboot/ |
H A D | timestamp.c | 34 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/tools/perf/util/ |
H A D | thread-stack.c | 303 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 …]
|
/openbmc/u-boot/doc/device-tree-bindings/net/ |
H A D | altera_tse.txt | 4 - 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 D | 10m50_devboard.dts | 86 compatible = "altr,tse-msgdma-1.0", "altr,tse-1.0"; 109 compatible = "altr,tse-mdio";
|
H A D | 3c120_devboard.dts | 98 compatible = "altr,tse-1.0"; 114 compatible = "altr,tse-mdio";
|
/openbmc/u-boot/arch/nios2/dts/ |
H A D | 10m50_devboard.dts | 102 compatible = "altr,tse-msgdma-1.0", "altr,tse-1.0"; 126 compatible = "altr,tse-mdio";
|
H A D | 3c120_devboard.dts | 107 compatible = "altr,tse-1.0"; 123 compatible = "altr,tse-mdio";
|
/openbmc/qemu/hw/net/ |
H A D | e1000x_common.h | 139 bool tse; member
|
H A D | e1000x_common.c | 313 props->tse = (op & E1000_TXD_CMD_TSE) ? 1 : 0; in e1000x_read_tx_ctx_descr()
|
H A D | e1000e.c | 579 VMSTATE_BOOL(props.tse, struct e1000e_tx),
|
H A D | e1000e_core.c | 605 if (tx->props.tse && tx->cptse) { in e1000e_setup_tx_offloads()
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | cx23888-ir.c | 514 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 D | cx25840-ir.c | 498 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 D | intel_ips.c | 1445 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 D | dasd_eckd.h | 409 __u8 tse:1; member
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |