Searched refs:QTD_STS_HALT (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fotg210.h | 331 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro 340 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT)
|
H A D | ehci.h | 299 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro 308 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT)
|
H A D | ehci-mem.c | 30 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
|
H A D | ehci-q.c | 209 if (token & QTD_STS_HALT) { in qtd_copy_status() 366 if ((token & QTD_STS_HALT) != 0) { in qh_completions() 384 token &= ~QTD_STS_HALT; in qh_completions() 1368 else if (qh->hw->hw_token & cpu_to_hc32(ehci, QTD_STS_HALT)) in end_unlink_async()
|
H A D | oxu210hp-hcd.c | 245 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro 979 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_init() 1015 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_alloc() 1312 if (token & QTD_STS_HALT) { in qtd_copy_status() 1400 #define HALT_BIT cpu_to_le32(QTD_STS_HALT) 1471 if ((token & QTD_STS_HALT) != 0) { in qh_completions() 3049 oxu->async->hw_token = cpu_to_le32(QTD_STS_HALT); in oxu_hcd_init()
|
H A D | fotg210-hcd.c | 346 if (v & QTD_STS_HALT) in token_mark() 1809 qtd->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in fotg210_qtd_init() 2150 if (token & QTD_STS_HALT) { in qtd_copy_status() 2319 if ((token & QTD_STS_HALT) != 0) { in qh_completions() 2339 token &= ~QTD_STS_HALT; in qh_completions() 4963 hw->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in hcd_fotg210_init()
|
H A D | ehci-hcd.c | 526 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
|
H A D | ehci-dbg.c | 362 if (v & QTD_STS_HALT) in token_mark()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 329 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro 338 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT)
|
H A D | fotg210-hcd.c | 345 if (v & QTD_STS_HALT) in token_mark() 1809 qtd->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in fotg210_qtd_init() 2151 if (token & QTD_STS_HALT) { in qtd_copy_status() 2320 if ((token & QTD_STS_HALT) != 0) { in qh_completions() 2340 token &= ~QTD_STS_HALT; in qh_completions() 4962 hw->hw_token = cpu_to_hc32(fotg210, QTD_STS_HALT); in hcd_fotg210_init()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci.h | 302 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro 311 #define HALT_BIT(ehci) cpu_to_hc32(ehci, QTD_STS_HALT)
|
H A D | ehci-mem.c | 30 qtd->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_qtd_init()
|
H A D | ehci-q.c | 210 if (token & QTD_STS_HALT) { in qtd_copy_status() 367 if ((token & QTD_STS_HALT) != 0) { in qh_completions() 385 token &= ~QTD_STS_HALT; in qh_completions() 1369 else if (qh->hw->hw_token & cpu_to_hc32(ehci, QTD_STS_HALT)) in end_unlink_async()
|
H A D | oxu210hp-hcd.c | 245 #define QTD_STS_HALT (1 << 6) /* halted on error */ macro 979 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_init() 1015 qtd->hw_token = cpu_to_le32(QTD_STS_HALT); in ehci_qtd_alloc() 1312 if (token & QTD_STS_HALT) { in qtd_copy_status() 1401 #define HALT_BIT cpu_to_le32(QTD_STS_HALT) 1472 if ((token & QTD_STS_HALT) != 0) { in qh_completions() 3050 oxu->async->hw_token = cpu_to_le32(QTD_STS_HALT); in oxu_hcd_init()
|
H A D | ehci-dbg.c | 362 if (v & QTD_STS_HALT) in token_mark()
|
H A D | ehci-hcd.c | 527 hw->hw_token = cpu_to_hc32(ehci, QTD_STS_HALT); in ehci_init()
|
Completed in 40 milliseconds