Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Dgrackle.c164 retval = (in8rb(caoff)); in grackle_read_config()
193 (void)in8rb(caoff); in grackle_write_config()
H A Duninorthpci.c192 val = in8rb(caoff); in uninorth_read_config()
H A Dcpcht.c332 return (in8rb(caoff)); in cpcht_read_config()
/freebsd/sys/powerpc/include/
H A Dpio.h174 #define in8rb(a) inb(a) macro