Home
last modified time | relevance | path

Searched refs:tc2 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw.rst106 | |tc0 | |tc1 | |tc2 | |tc0 | | p
140 | |tc0 | |tc1 | |tc2 |t t|tc0 | | e
192 // 3pri -> tc0, 2pri -> tc1, (0,1,4-7)pri -> tc2
194 // tc0 -> txq0, tc1 -> txq1, tc2 -> (txq2, txq3)
337 | |tc0 | |tc1 | |tc2 | |tc2 | |tc1 | |tc0 | | p
371 | |tc0 | |tc1 | |tc2 |t t|tc0 | |tc1 | |tc2 | | e
429 // 3pri -> tc0, 2pri -> tc1, (0,1,4-7)pri -> tc2
431 // tc0 -> txq0, tc1 -> txq1, tc2 -> (txq4, txq5)
488 // 3pri -> tc0, 2pri -> tc1, (0,1,4-7)pri -> tc2
490 // tc0 -> txq2, tc1 -> txq3, tc2 -> (txq6, txq7)
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dthermal.c139 unsigned long tc2; member
365 tz->trips.passive.tc2 = tmp; in acpi_thermal_trips_update()
662 + (tz->trips.passive.tc2 in thermal_get_trend()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dk3dma.c217 u32 tc2 = readl_relaxed(d->base + INT_TC2); in k3_dma_int_handler() local
225 if (likely(tc1 & BIT(i)) || (tc2 & BIT(i))) { in k3_dma_int_handler()
239 if (c && (tc2 & BIT(i))) { in k3_dma_int_handler()