Home | History | Annotate | Download | only in vgabios

Lines Matching refs:ar_index

3198     Bit16u i, v, crtc_addr, ar_index;
3206 ar_index = inb(VGAREG_ACTL_ADDRESS);
3207 write_byte(ES, BX, ar_index); BX++;
3224 outb(VGAREG_ACTL_ADDRESS, i | (ar_index & 0x20));
3283 Bit16u i, crtc_addr, v, addr1, ar_index;
3321 ar_index = read_byte(ES, addr1 + 0x03);
3324 outb(VGAREG_ACTL_ADDRESS, i | (ar_index & 0x20));
3327 outb(VGAREG_ACTL_ADDRESS, ar_index);