Lines Matching defs:bcm4377_context
327 struct bcm4377_context { struct
328 __le16 version;
329 __le16 size;
330 __le32 enabled_caps;
332 __le64 peripheral_info_addr;
335 __le64 completion_ring_heads_addr;
336 __le64 xfer_ring_tails_addr;
337 __le64 completion_ring_tails_addr;
338 __le64 xfer_ring_heads_addr;
339 __le16 n_completion_rings;
340 __le16 n_xfer_rings;
364 static_assert(sizeof(struct bcm4377_context) == 0x68); argument