Searched refs:PIXMA_EV_STAT_MASK (Results 1 - 1 of 1) sorted by relevance
/third_party/backends/backend/pixma/ | ||
H A D | pixma.h | 177 #define PIXMA_EV_STAT_MASK (0xf00000) macro 184 #define GET_EV_STAT(x) ( (x & PIXMA_EV_STAT_MASK) >> 20 ) |
Completed in 2 milliseconds