bcdWAVersion      594 drivers/staging/wusbcore/host/hwa-hc.c 	if (le16_to_cpu(wa_descr->bcdWAVersion) > 0x0100)
bcdWAVersion      596 drivers/staging/wusbcore/host/hwa-hc.c 			 (le16_to_cpu(wa_descr->bcdWAVersion) & 0xff00) >> 8,
bcdWAVersion      597 drivers/staging/wusbcore/host/hwa-hc.c 			 le16_to_cpu(wa_descr->bcdWAVersion) & 0x00ff);
bcdWAVersion      283 drivers/staging/wusbcore/include/wusb-wa.h 	__le16	bcdWAVersion;