Lines Matching refs:uint16_t
35 uint32_t *count, uint16_t *protocol_flag);
59 static inline int xhci_get_desc(const int id, const int port_id, void *target, const uint16_t desc_…
60 … const uint8_t desc_index, const uint16_t lang_id, const uint16_t length);
185 static __always_inline void __xhci_write_doorbell(const int id, const uint16_t slot_id, const uint3… in __xhci_write_doorbell()
383 uint32_t *count, uint16_t *protocol_flag) in xhci_hc_get_protocol_offset()
404 *protocol_flag = (uint16_t)((dw2 >> 16) & 0x0fff); in xhci_hc_get_protocol_offset()
437 uint16_t protocol_flags = 0; in xhci_hc_pair_ports()
1378 static inline int xhci_get_desc(const int id, const int port_id, void *target, const uint16_t desc_… in xhci_get_desc()
1379 … const uint8_t desc_index, const uint16_t lang_id, const uint16_t length) in xhci_get_desc()
1761 trb.Reserved |= (((uint16_t)xhci_hc[id].ports[port_id].slot_id) << 8) & 0xffff; in xhci_configure_endpoint()
2128 uint16_t iversion = *(uint16_t *)(xhci_hc[cid].vbase + XHCI_CAPS_HCIVERSION); in xhci_init()