Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Disp116x.h164 #define PTD_COUNT_MSK (0x3ff << 0) macro
186 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0)
187 #define PTD_COUNT(v) (((v) << 0) & PTD_COUNT_MSK)
H A Disp1362.h204 #define PTD_COUNT_MSK (0x3ff << 0) macro
348 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0)
349 #define PTD_COUNT(v) (((v) << 0) & PTD_COUNT_MSK)