bm_attrib         112 drivers/usb/host/xhci-hub.c 		u32 ssp_cap_base, bm_attrib, psi, psi_mant, psi_exp;
bm_attrib         122 drivers/usb/host/xhci-hub.c 		bm_attrib = (ssa_count - 1) & 0x1f;
bm_attrib         123 drivers/usb/host/xhci-hub.c 		bm_attrib |= (port_cap->psi_uid_count - 1) << 5;
bm_attrib         124 drivers/usb/host/xhci-hub.c 		put_unaligned_le32(bm_attrib, &buf[ssp_cap_base + 4]);