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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Disp116x.h164 #define PTD_TOGGLE_MSK (1 << 10) macro
187 #define PTD_GET_TOGGLE(p) (((p)->count & PTD_TOGGLE_MSK) >> 10)
188 #define PTD_TOGGLE(v) (((v) << 10) & PTD_TOGGLE_MSK)
H A Disp1362.h255 #define PTD_TOGGLE_MSK (1 << 10) macro
400 #define PTD_GET_TOGGLE(p) (((p)->count & PTD_TOGGLE_MSK) >> 10)
401 #define PTD_TOGGLE(v) (((v) << 10) & PTD_TOGGLE_MSK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Disp116x.h164 #define PTD_TOGGLE_MSK (1 << 10) macro
187 #define PTD_GET_TOGGLE(p) (((p)->count & PTD_TOGGLE_MSK) >> 10)
188 #define PTD_TOGGLE(v) (((v) << 10) & PTD_TOGGLE_MSK)
H A Disp1362.h255 #define PTD_TOGGLE_MSK (1 << 10) macro
400 #define PTD_GET_TOGGLE(p) (((p)->count & PTD_TOGGLE_MSK) >> 10)
401 #define PTD_TOGGLE(v) (((v) << 10) & PTD_TOGGLE_MSK)

Completed in 134 milliseconds