Searched refs:GTP_MAX_HEIGHT (Results 1 – 5 of 5) sorted by relevance
281 #define GTP_MAX_HEIGHT 800 macro285 #define GTP_MAX_HEIGHT 4096 macro
1583 config[RESOLUTION_LOC + 2] = (u8)GTP_MAX_HEIGHT; in gtp_init_panel()1584 config[RESOLUTION_LOC + 3] = (u8)(GTP_MAX_HEIGHT>>8); in gtp_init_panel()
303 config[RESOLUTION_LOC + 2] = (u8)GTP_MAX_HEIGHT; in gup_init_panel()304 config[RESOLUTION_LOC + 3] = (u8)(GTP_MAX_HEIGHT>>8); in gup_init_panel()
253 #define GTP_MAX_HEIGHT 1280 macro258 #define GTP_MAX_HEIGHT 4096 macro
622 gt1x_config[RESOLUTION_LOC + 2] = (u8) GTP_MAX_HEIGHT; in gt1x_init_panel()623 gt1x_config[RESOLUTION_LOC + 3] = (u8) (GTP_MAX_HEIGHT >> 8); in gt1x_init_panel()2347 gt1x_abs_y_max = GTP_MAX_HEIGHT; in gt1x_init()