Searched refs:usba_ph_flags (Results 1 – 4 of 4) sorted by relevance
977 toggle = (uchar_t)(ph_impl->usba_ph_flags & USBA_PH_DATA_TOGGLE); in usba_hcdi_get_data_toggle()997 ph_impl->usba_ph_flags &= ~USBA_PH_DATA_TOGGLE; in usba_hcdi_set_data_toggle()998 ph_impl->usba_ph_flags |= (USBA_PH_DATA_TOGGLE & toggle); in usba_hcdi_set_data_toggle()
986 ph_impl->usba_ph_flags &= ~USBA_PH_DATA_PERSISTENT; in usb_pipe_close()1635 if (ph_impl->usba_ph_flags & USBA_PH_DATA_PERSISTENT) { in usba_persistent_pipe_open()1636 ph_impl->usba_ph_flags &= in usba_persistent_pipe_open()1686 ph_impl->usba_ph_flags |= in usba_persistent_pipe_close()
819 usba_device->usb_ph_list[i].usba_ph_flags &= in usba_clear_data_toggle()
46 uint_t usba_ph_flags; member