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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp116x.h174 #define PTD_DIR_MSK (3 << 10) macro
203 #define PTD_GET_DIR(p) (((p)->len & PTD_DIR_MSK) >> 10)
204 #define PTD_DIR(v) (((v) << 10) & PTD_DIR_MSK)
H A Disp1362.h265 #define PTD_DIR_MSK (3 << 10) macro
416 #define PTD_GET_DIR(p) (((p)->len & PTD_DIR_MSK) >> 10)
417 #define PTD_DIR(v) (((v) << 10) & PTD_DIR_MSK)

Completed in 70 milliseconds