Searched refs:PTD_COUNT_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.h163 #define PTD_COUNT_MSK (0x3ff << 0) macro
185 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0)
186 #define PTD_COUNT(v) (((v) << 0) & PTD_COUNT_MSK)
H A Disp1362.h254 #define PTD_COUNT_MSK (0x3ff << 0) macro
398 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0)
399 #define PTD_COUNT(v) (((v) << 0) & PTD_COUNT_MSK)

Completed in 78 milliseconds