Home
last modified time | relevance | path

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

/linux/samples/auxdisplay/
A Dcfag12864b-example.c27 #define CFAG12864B_BPB (8) macro
29 CFAG12864B_BPB + (x) / CFAG12864B_BPB)
83 CFAG12864B_BIT(x % CFAG12864B_BPB); in cfag12864b_set()
93 ~CFAG12864B_BIT(x % CFAG12864B_BPB); in cfag12864b_unset()
106 CFAG12864B_BIT(x % CFAG12864B_BPB)) in cfag12864b_isset()
156 for (j = 0; j < CFAG12864B_WIDTH / CFAG12864B_BPB; j++) { in cfag12864b_format()
157 cfag12864b_buffer[i * CFAG12864B_WIDTH / CFAG12864B_BPB + in cfag12864b_format()
159 for (n = 0; n < CFAG12864B_BPB; n++) in cfag12864b_format()
161 j * CFAG12864B_BPB + n]) in cfag12864b_format()
163 CFAG12864B_BPB + j] |= in cfag12864b_format()

Completed in 2 milliseconds