Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/console/
Dmdacon.c203 u16 *p, p_save; in mda_detect() local
211 p_save = scr_readw(p); in mda_detect()
222 scr_writew(p_save, p); in mda_detect()
240 scr_writew(p_save, p); in mda_detect()
268 p_save = q_save = inb_p(mda_status_port) & MDA_STATUS_VSYNC; in mda_detect()
270 for (count = 0; count < 50000 && p_save == q_save; count++) { in mda_detect()
275 if (p_save != q_save) { in mda_detect()
/Linux-v4.19/drivers/video/fbdev/
Dhgafb.c283 unsigned short p_save, q_save; in hga_card_detect() local
299 p_save = readw(p); q_save = readw(q); in hga_card_detect()
303 writew(p_save, p); in hga_card_detect()
323 p_save = q_save = inb_p(HGA_STATUS_PORT) & HGA_STATUS_VSYNC; in hga_card_detect()
325 for (count=0; count < 50000 && p_save == q_save; count++) { in hga_card_detect()
330 if (p_save == q_save) in hga_card_detect()