Searched refs:split_sc_frame (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c179 int8_t split_sc_frame; /**< The low order bits of the frame number the split complete should be sent on */ member in struct:cvmx_usb_pipe
1336 pipe->split_sc_frame = -1;
1790 pipe->split_sc_frame = (usb->frame_number + 1) & 0x7f;
1792 pipe->split_sc_frame = (usb->frame_number + 2) & 0x7f;
1795 pipe->split_sc_frame = -1;
1816 pipe->split_sc_frame = -1;
1972 ((pipe->split_sc_frame == -1) || ((((int)current_frame - (int)pipe->split_sc_frame) & 0x7f) < 0x40)) &&
3081 pipe->split_sc_frame = -1;
3122 pipe->split_sc_frame
[all...]

Completed in 118 milliseconds