Home | History | Annotate | Download | only in vgabios

Lines Matching refs:nibble

3789   Bit16u   arg_seg, arg, digit, nibble, shift_count;
3814 nibble = (arg >> (4 * digit)) & 0x000f;
3815 if (nibble <= 9)
3816 outb(0x0500, nibble + '0');
3818 outb(0x0500, (nibble - 10) + 'A');