Searched refs:xhci_is_aligned64 (Results 1 – 2 of 2) sorted by relevance
50 #define xhci_is_aligned64(addr) (((addr)&0x3f) == 0) // 是否64bytes对齐 macro
2184 if (unlikely(!xhci_is_aligned64(xhci_hc[cid].dcbaap_vaddr))) // 地址不是按照64byte对齐 in xhci_init()2213 if (unlikely(!xhci_is_aligned64(xhci_hc[cid].cmd_ring_vaddr))) // 地址不是按照64byte对齐 in xhci_init()