PTD_COUNT_MSK     186 drivers/usb/host/isp116x.h #define PTD_GET_COUNT(p)	(((p)->count & PTD_COUNT_MSK) >> 0)
PTD_COUNT_MSK     187 drivers/usb/host/isp116x.h #define PTD_COUNT(v)		(((v) << 0) & PTD_COUNT_MSK)
PTD_COUNT_MSK     348 drivers/usb/host/isp1362.h #define PTD_GET_COUNT(p)	(((p)->count & PTD_COUNT_MSK) >> 0)
PTD_COUNT_MSK     349 drivers/usb/host/isp1362.h #define PTD_COUNT(v)		(((v) << 0) & PTD_COUNT_MSK)