PTD_CC_MSK 275 drivers/usb/host/isp116x-hcd.c ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); PTD_CC_MSK 192 drivers/usb/host/isp116x.h #define PTD_GET_CC(p) (((p)->count & PTD_CC_MSK) >> 12) PTD_CC_MSK 193 drivers/usb/host/isp116x.h #define PTD_CC(v) (((v) << 12) & PTD_CC_MSK) PTD_CC_MSK 329 drivers/usb/host/isp1362-hcd.c ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); PTD_CC_MSK 354 drivers/usb/host/isp1362.h #define PTD_GET_CC(p) (((p)->count & PTD_CC_MSK) >> 12) PTD_CC_MSK 355 drivers/usb/host/isp1362.h #define PTD_CC(v) (((v) << 12) & PTD_CC_MSK)