Searched refs:buf_pitch (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_bes.c571 uint16 buf_pitch = ob->width; local
608 buf_pitch <<= 1;
664 PCIGRPHW(BUF1PITCHL, (buf_pitch & 0xff));
665 PCIGRPHW(BUF1PITCHH, ((buf_pitch >> 8) & 0xff));
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c966 uint16 buf_pitch = bes->ob_width; local
1008 buf_pitch <<= 1;
1066 KISAGRPHW(BUF1PITCHL, (buf_pitch & 0xff));
1067 KISAGRPHW(BUF1PITCHH, ((buf_pitch >> 8) & 0xff));

Completed in 89 milliseconds