Searched refs:CLUSTER_IDS (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dwusbhc.c304 #define CLUSTER_IDS 32 macro
305 static DECLARE_BITMAP(wusb_cluster_id_table, CLUSTER_IDS);
320 id = find_first_zero_bit(wusb_cluster_id_table, CLUSTER_IDS);
321 if (id > CLUSTER_IDS) {
342 BUG_ON(id >= CLUSTER_IDS);
417 bitmap_zero(wusb_cluster_id_table, CLUSTER_IDS);
432 if (!bitmap_empty(wusb_cluster_id_table, CLUSTER_IDS)) {
435 CLUSTER_IDS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/wusbcore/
H A Dwusbhc.c304 #define CLUSTER_IDS 32 macro
305 static DECLARE_BITMAP(wusb_cluster_id_table, CLUSTER_IDS);
320 id = find_first_zero_bit(wusb_cluster_id_table, CLUSTER_IDS);
321 if (id > CLUSTER_IDS) {
342 BUG_ON(id >= CLUSTER_IDS);
417 bitmap_zero(wusb_cluster_id_table, CLUSTER_IDS);
432 if (!bitmap_empty(wusb_cluster_id_table, CLUSTER_IDS)) {
435 CLUSTER_IDS);

Completed in 160 milliseconds