Searched refs:low_nib (Results 1 – 1 of 1) sorted by relevance
104 unsigned char low_nib; in read_byte_mode0() local108 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f; in read_byte_mode0()112 return low_nib | ((inbyte(ioaddr + PAR_STATUS) << 1) & 0xf0); in read_byte_mode0()118 unsigned char low_nib; in read_byte_mode2() local122 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f; in read_byte_mode2()125 return low_nib | ((inbyte(ioaddr + PAR_STATUS) << 1) & 0xf0); in read_byte_mode2()131 unsigned char low_nib; in read_byte_mode4() local134 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f; in read_byte_mode4()136 return low_nib | ((inbyte(ioaddr + PAR_STATUS) << 1) & 0xf0); in read_byte_mode4()142 unsigned char low_nib; in read_byte_mode6() local[all …]