PTD_TOGGLE_MSK    188 drivers/usb/host/isp116x.h #define PTD_GET_TOGGLE(p)	(((p)->count & PTD_TOGGLE_MSK) >> 10)
PTD_TOGGLE_MSK    189 drivers/usb/host/isp116x.h #define PTD_TOGGLE(v)		(((v) << 10) & PTD_TOGGLE_MSK)
PTD_TOGGLE_MSK    350 drivers/usb/host/isp1362.h #define PTD_GET_TOGGLE(p)	(((p)->count & PTD_TOGGLE_MSK) >> 10)
PTD_TOGGLE_MSK    351 drivers/usb/host/isp1362.h #define PTD_TOGGLE(v)		(((v) << 10) & PTD_TOGGLE_MSK)