Searched refs:PTD_CC_MSK (Results 1 - 4 of 4) sorted by path

/drivers/usb/host/
H A Disp116x-hcd.c274 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle);
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-hcd.c327 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle);
H A Disp1362.h252 #define PTD_CC_MSK (0xf << 12) macro
399 #define PTD_GET_CC(p) (((p)->count & PTD_CC_MSK) >> 12)
400 #define PTD_CC(v) (((v) << 12) & PTD_CC_MSK)

Completed in 48 milliseconds