Home
last modified time | relevance | path

Searched defs:xhci_op_regs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h180 struct xhci_op_regs { struct
181 __le32 command;
182 __le32 status;
183 __le32 page_size;
184 __le32 reserved1;
185 __le32 reserved2;
186 __le32 dev_notification;
187 __le64 cmd_ring;
189 __le32 reserved3[4];
190 __le64 dcbaa_ptr;
[all …]
H A Dxhci-debugfs.c27 static const struct debugfs_reg32 xhci_op_regs[] = { variable