Home
last modified time | relevance | path

Searched refs:PTD_CC_MSK (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Disp116x.h167 #define PTD_CC_MSK (0xf << 12) macro
192 #define PTD_GET_CC(p) (((p)->count & PTD_CC_MSK) >> 12)
193 #define PTD_CC(v) (((v) << 12) & PTD_CC_MSK)
H A Disp1362.h207 #define PTD_CC_MSK (0xf << 12) macro
354 #define PTD_GET_CC(p) (((p)->count & PTD_CC_MSK) >> 12)
355 #define PTD_CC(v) (((v) << 12) & PTD_CC_MSK)
H A Disp116x-hcd.c275 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); in preproc_atl_queue()
H A Disp1362-hcd.c329 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); in prepare_ptd()