Searched refs:ts_1 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/smipcie/ |
H A D | smipcie-main.c | 472 if (dev->info->ts_1) in smi_irq_handler() 909 dmachs = (index == 0) ? dev->info->ts_0 : dev->info->ts_1; in smi_port_attach() 986 if (dev->info->ts_1) { in smi_probe() 1014 if (dev->info->ts_1) in smi_probe() 1040 if (dev->info->ts_1) in smi_remove() 1058 .ts_1 = SMI_TS_DMA_BOTH, 1068 .ts_1 = SMI_TS_DMA_BOTH, 1078 .ts_1 = SMI_TS_DMA_BOTH, 1088 .ts_1 = SMI_TS_DMA_BOTH,
|
H A D | smipcie.h | 219 int ts_1; member
|
/kernel/linux/linux-6.6/drivers/media/pci/smipcie/ |
H A D | smipcie-main.c | 476 if (dev->info->ts_1) in smi_irq_handler() 913 dmachs = (index == 0) ? dev->info->ts_0 : dev->info->ts_1; in smi_port_attach() 990 if (dev->info->ts_1) { in smi_probe() 1018 if (dev->info->ts_1) in smi_probe() 1044 if (dev->info->ts_1) in smi_remove() 1062 .ts_1 = SMI_TS_DMA_BOTH, 1072 .ts_1 = SMI_TS_DMA_BOTH, 1082 .ts_1 = SMI_TS_DMA_BOTH, 1092 .ts_1 = SMI_TS_DMA_BOTH,
|
H A D | smipcie.h | 219 int ts_1; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/ |
H A D | macb_ptp.c | 284 gem_hw_timestamp(bp, desc_ptp->ts_1, desc_ptp->ts_2, &ts); in gem_ptp_rxstamp() 296 gem_hw_timestamp(bp, desc_ptp->ts_1, desc_ptp->ts_2, &ts); in gem_tstamp_tx() 323 /* ensure ts_1/ts_2 is loaded after ctrl (TX_USED check) */ in gem_ptp_txstamp() 325 tx_timestamp->desc_ptp.ts_1 = desc_ptp->ts_1; in gem_ptp_txstamp()
|
H A D | macb.h | 756 u32 ts_1; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/ |
H A D | macb_ptp.c | 289 gem_hw_timestamp(bp, desc_ptp->ts_1, desc_ptp->ts_2, &ts); in gem_ptp_rxstamp() 316 /* ensure ts_1/ts_2 is loaded after ctrl (TX_USED check) */ in gem_ptp_txstamp() 318 gem_hw_timestamp(bp, desc_ptp->ts_1, desc_ptp->ts_2, &ts); in gem_ptp_txstamp()
|
H A D | macb.h | 832 u32 ts_1; member
|
Completed in 16 milliseconds