Home
last modified time | relevance | path

Searched refs:PAR_STATUS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/realtek/
H A Datp.h17 #define PAR_STATUS 1 macro
99 inbyte(port + PAR_STATUS); /* Settling time delay */ in read_nibble()
100 retval = inbyte(port + PAR_STATUS); in read_nibble()
113 inbyte(ioaddr + PAR_STATUS); in read_byte_mode0()
114 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f; in read_byte_mode0()
127 inbyte(ioaddr + PAR_STATUS); in read_byte_mode2()
128 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f; in read_byte_mode2()
140 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f; in read_byte_mode4()
151 inbyte(ioaddr + PAR_STATUS); in read_byte_mode6()
152 low_nib = (inbyte(ioaddr + PAR_STATUS) >> 3) & 0x0f; in read_byte_mode6()
[all …]