Home
last modified time | relevance | path

Searched refs:PTD_COUNT_MSK (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Disp116x.h163 #define PTD_COUNT_MSK (0x3ff << 0) macro
185 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0)
186 #define PTD_COUNT(v) (((v) << 0) & PTD_COUNT_MSK)
Disp1362.h249 #define PTD_COUNT_MSK (0x3ff << 0) macro
393 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0)
394 #define PTD_COUNT(v) (((v) << 0) & PTD_COUNT_MSK)