Lines Matching +full:sw +full:- +full:reset +full:- +full:number
1 /* SPDX-License-Identifier: GPL-2.0 */
4 /* bits 7:0 - how long is the Capabilities register */
9 /* HCSPARAMS1 - hcs_params1 - bitmasks */
15 /* bits 24:31, Max Ports - max value is 0x7F = 127 ports */
18 /* HCSPARAMS2 - hcs_params2 - bitmasks */
19 /* bits 0:3, frames or uframes that SW needs to queue transactions
22 /* bits 4:7, max number of Event Ring segments */
24 /* bits 21:25 Hi 5 bits of Scratchpad buffers SW must allocate for the HW */
25 /* bit 26 Scratchpad restore - for save/restore HW state - not used yet */
26 /* bits 27:31 Lo 5 bits of Scratchpad buffers SW must allocate for the HW */
29 /* HCSPARAMS3 - hcs_params3 - bitmasks */
35 /* HCCPARAMS - hcc_params - bitmasks */
36 /* true: HC can use 64-bit address pointers */
40 /* true: HC uses 64-byte Device Context structures
41 * FIXME 64-byte context structures aren't supported yet.
48 /* true: HC has Light HC Reset Capability */
54 /* true: HC supports Stopped - Short Packet */
58 /* Max size for Primary Stream Arrays - 2^(n+1), where n is bits 12:15 */
60 /* Extended Capabilities pointer from PCI base - section 5.3.6 */
65 /* db_off bitmask - bits 0:1 reserved */
68 /* run_regs_off bitmask - bits 0:4 reserved */
71 /* HCCPARAMS2 - hcc_params2 - bitmasks */