Lines Matching refs:td_flags

131 	uint32_t td_flags;  member
541 uint32_t td_flags; in ohci_dump_td() local
546 td_flags = le32toh(std->td_flags); in ohci_dump_td()
552 (td_flags & OHCI_TD_R) ? "-R" : "", in ohci_dump_td()
553 (td_flags & OHCI_TD_OUT) ? "-OUT" : "", in ohci_dump_td()
554 (td_flags & OHCI_TD_IN) ? "-IN" : "", in ohci_dump_td()
555 ((td_flags & OHCI_TD_TOGGLE_MASK) == OHCI_TD_TOGGLE_1) ? "-TOG1" : "", in ohci_dump_td()
556 ((td_flags & OHCI_TD_TOGGLE_MASK) == OHCI_TD_TOGGLE_0) ? "-TOG0" : "", in ohci_dump_td()
557 OHCI_TD_GET_DI(td_flags), in ohci_dump_td()
558 OHCI_TD_GET_EC(td_flags), in ohci_dump_td()
559 OHCI_TD_GET_CC(td_flags), in ohci_dump_td()
806 uint32_t td_flags; in ohci_non_isoc_done_sub() local
811 td_flags = 0; in ohci_non_isoc_done_sub()
819 td_flags = le32toh(td->td_flags); in ohci_non_isoc_done_sub()
820 cc = OHCI_TD_GET_CC(td_flags); in ohci_non_isoc_done_sub()
944 uint32_t td_flags; in ohci_check_transfer_sub() local
953 td_flags = le32toh(td->td_flags); in ohci_check_transfer_sub()
963 cc = OHCI_TD_GET_CC(td_flags); in ohci_check_transfer_sub()
1260 if ((temp->td_flags & htole32(OHCI_TD_DP_MASK)) == htole32(OHCI_TD_IN)) { in ohci_setup_standard_chain_sub()
1261 temp->td_flags |= htole32(OHCI_TD_R); in ohci_setup_standard_chain_sub()
1263 temp->td_flags &= ~htole32(OHCI_TD_R); in ohci_setup_standard_chain_sub()
1310 td->td_flags = temp->td_flags; in ohci_setup_standard_chain_sub()
1313 temp->td_flags &= ~htole32(OHCI_TD_TOGGLE_MASK); in ohci_setup_standard_chain_sub()
1342 td->td_flags &= htole32(~OHCI_TD_INTR_MASK); in ohci_setup_standard_chain_sub()
1343 td->td_flags |= htole32(OHCI_TD_SET_DI(1)); in ohci_setup_standard_chain_sub()
1415 temp.td_flags = htole32(OHCI_TD_SETUP | OHCI_TD_NOCC | in ohci_setup_standard_chain()
1441 temp.td_flags = htole32(OHCI_TD_NOCC | OHCI_TD_NOINTR); in ohci_setup_standard_chain()
1446 temp.td_flags |= htole32(OHCI_TD_TOGGLE_1); in ohci_setup_standard_chain()
1448 temp.td_flags |= htole32(OHCI_TD_TOGGLE_0); in ohci_setup_standard_chain()
1454 temp.td_flags |= htole32(OHCI_TD_IN); in ohci_setup_standard_chain()
1456 temp.td_flags |= htole32(OHCI_TD_OUT); in ohci_setup_standard_chain()
1505 temp.td_flags = htole32(OHCI_TD_OUT | in ohci_setup_standard_chain()
1508 temp.td_flags = htole32(OHCI_TD_IN | in ohci_setup_standard_chain()
1524 td->td_flags &= ~htole32(OHCI_TD_INTR_MASK); in ohci_setup_standard_chain()
1525 td->td_flags |= htole32(OHCI_TD_SET_DI(1)); in ohci_setup_standard_chain()