Searched refs:alloctab (Results 1 – 2 of 2) sorted by relevance
51 if ((devgen->alloctab[index] & (1 << bitno)) == 0) { in usbh_allocate_devaddr()52 devgen->alloctab[index] |= (1 << bitno); in usbh_allocate_devaddr()72 if ((devgen->alloctab[index] |= (1 << bitno)) != 0) { in __usbh_free_devaddr()73 devgen->alloctab[index] &= ~(1 << bitno); in __usbh_free_devaddr()
154 uint32_t alloctab[4]; /* Bit allocation table */ member
Completed in 6 milliseconds