Home
last modified time | relevance | path

Searched refs:PTD_CC_MSK (Results 1 – 2 of 2) 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 Disp116x-hcd.c275 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); in preproc_atl_queue()