Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duss820dci.c504 uint8_t tx_flag; in uss820dci_data_tx() local
514 tx_flag = USS820_READ_1(sc, USS820_TXFLG); in uss820dci_data_tx()
516 DPRINTFN(5, "tx_flag=0x%02x rem=%u\n", tx_flag, td->remainder); in uss820dci_data_tx()
535 if (tx_flag & (USS820_TXFLG_TXOVF | in uss820dci_data_tx()
540 if (tx_flag & USS820_TXFLG_TXFIF0) { in uss820dci_data_tx()
541 if (tx_flag & USS820_TXFLG_TXFIF1) { in uss820dci_data_tx()
546 (tx_flag & (USS820_TXFLG_TXFIF0 | in uss820dci_data_tx()
606 uint8_t tx_flag; in uss820dci_data_tx_sync() local
612 tx_flag = USS820_READ_1(sc, USS820_TXFLG); in uss820dci_data_tx_sync()
628 DPRINTFN(5, "tx_flag=0x%02x rem=%u\n", tx_flag, td->remainder); in uss820dci_data_tx_sync()
[all …]