Home
last modified time | relevance | path

Searched refs:PTD_COUNT_MSK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)

Completed in 7 milliseconds