Home
last modified time | relevance | path

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

/drivers/accessibility/braille/
Dbraille_console.c58 #define WIDTH 40 macro
60 static u16 console_buf[WIDTH];
77 static u16 lastwrite[WIDTH]; in braille_write()
78 unsigned char data[1 + 1 + 2*WIDTH + 2 + 1], csum = 0, *c; in braille_write()
85 if (!memcmp(lastwrite, buf, WIDTH * sizeof(*buf))) in braille_write()
87 memcpy(lastwrite, buf, WIDTH * sizeof(*buf)); in braille_write()
98 for (i = 0; i < WIDTH; i++) { in braille_write()
125 vc_x = vc->vc_x - (vc->vc_x % WIDTH); in vc_follow_cursor()
141 u16 buf[WIDTH]; in vc_refresh()
144 for (i = 0; i < WIDTH; i++) { in vc_refresh()
[all …]
/drivers/usb/misc/
Didmouse.c31 #define WIDTH 225 macro
34 #define IMGSIZE ((WIDTH * HEIGHT) + sizeof(HEADER)-1)
193 for (bytes_read = sizeof(HEADER)-1 + WIDTH-1; bytes_read < IMGSIZE; bytes_read += WIDTH) in idmouse_create_image()
198 for (bytes_read = IMGSIZE-WIDTH; bytes_read < IMGSIZE-1; bytes_read++) in idmouse_create_image()
/drivers/video/
Dhitfb.c31 #define WIDTH 640 macro
63 u32 saddr = WIDTH * dy + dx; in hitfb_accel_set_dest()
86 saddr = WIDTH * (sy + height) + sx + width; in hitfb_accel_bitblt()
87 daddr = WIDTH * (dy + height) + dx + width; in hitfb_accel_bitblt()
99 saddr = WIDTH * sy + sx; in hitfb_accel_bitblt()
100 daddr = WIDTH * dy + dx; in hitfb_accel_bitblt()
Dau1200fb.h92 #define LCD_SCREEN_SX_N(WIDTH) ((WIDTH-1)<<19) argument
378 #define LCD_SCREEN_SX_N(WIDTH) ((WIDTH-1)<<19) argument
/drivers/net/ethernet/sfc/
Dnic.h382 #define FALCON_STAT_WIDTH(falcon_stat) EFX_VAL(falcon_stat, WIDTH)
Dbitfield.h48 #define EFX_WIDTH(field) EFX_VAL(field, WIDTH)