Searched refs:RH_B_DR (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-hub.c500 desc->bitmap [0] = rh & RH_B_DR;
502 desc->bitmap [1] = (rh & RH_B_DR) >> 8;
H A Dohci.h312 #define RH_B_DR 0x0000ffff /* device removable flags */ macro
H A Disp116x.h77 #define RH_B_DR (0xffff << 0) /* device removable flags */ macro
H A Dohci-dbg.c249 (temp & RH_B_DR)
H A Du132-hcd.c2557 desc->bitmap[0] = rh_b & RH_B_DR;
2559 desc->bitmap[1] = (rh_b & RH_B_DR) >> 8;

Completed in 159 milliseconds