Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/8390/
H A Dstnic.c194 buf[0] = *(vhalf *) PA_83902_IF; in stnic_get_hdr()
196 buf[1] = *(vhalf *) PA_83902_IF; in stnic_get_hdr()
235 val = *(vhalf *) PA_83902_IF; in stnic_block_input()
270 *(vhalf *) PA_83902_IF = ((half) buf[1] << 8) | buf[0]; in stnic_block_output()
272 *(vhalf *) PA_83902_IF = ((half) buf[0] << 8) | buf[1]; in stnic_block_output()
/openbmc/linux/arch/sh/include/mach-se/mach/
H A Dse.h34 #define PA_83902_IF 0xb0040000 /* DP83902A remote io port */ macro