Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/8390/
H A Dstnic.c89 val = (*(vhalf *) (PA_83902 + ((reg) << 1)) >> 8) & 0xff; in STNIC_READ()
97 *(vhalf *) (PA_83902 + ((reg) << 1)) = ((half) (val) << 8); in STNIC_WRITE()
/openbmc/linux/arch/sh/include/mach-se/mach/
H A Dse.h33 #define PA_83902 0xb0000000 /* DP83902A */ macro