Searched refs:PTD_CC_MSK (Results 1 - 4 of 4) 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.h166 #define PTD_CC_MSK (0xf << 12) macro
191 #define PTD_GET_CC(p) (((p)->count & PTD_CC_MSK) >> 12)
192 #define PTD_CC(v) (((v) << 12) & PTD_CC_MSK)
H A Disp1362.h257 #define PTD_CC_MSK (0xf << 12) macro
404 #define PTD_GET_CC(p) (((p)->count & PTD_CC_MSK) >> 12)
405 #define PTD_CC(v) (((v) << 12) & PTD_CC_MSK)
H A Disp116x-hcd.c276 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle);
H A Disp1362-hcd.c335 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle);

Completed in 123 milliseconds