Searched refs:buf_pitch (Results 1 – 2 of 2) sorted by relevance
571 uint16 buf_pitch = ob->width; in nm_configure_bes() local608 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()
966 uint16 buf_pitch = bes->ob_width; in drv_program_bes_ISA() local1008 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()