Home
last modified time | relevance | path

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; in nm_configure_bes() local
608 buf_pitch <<= 1; in nm_configure_bes()
664 PCIGRPHW(BUF1PITCHL, (buf_pitch & 0xff)); in nm_configure_bes()
665 PCIGRPHW(BUF1PITCHH, ((buf_pitch >> 8) & 0xff)); in nm_configure_bes()
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c966 uint16 buf_pitch = bes->ob_width; in drv_program_bes_ISA() local
1008 buf_pitch <<= 1; in drv_program_bes_ISA()
1066 KISAGRPHW(BUF1PITCHL, (buf_pitch & 0xff)); in drv_program_bes_ISA()
1067 KISAGRPHW(BUF1PITCHH, ((buf_pitch >> 8) & 0xff)); in drv_program_bes_ISA()