Searched refs:portstr (Results 1 – 1 of 1) sorted by relevance
159 char portstr[USB_MAXCHILDREN + 1]; in usb_hub_configure() local256 portstr[i] = hub->descriptor->DeviceRemovable[((i + 1) / 8)] & (1 << ((i + 1) % 8)) ? 'F' : 'R'; in usb_hub_configure()257 portstr[dev->maxchild] = 0; in usb_hub_configure()259 dbg("port removable status: %s", portstr); in usb_hub_configure()