Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/8390/
Dstnic.c198 buf[0] = *(vhalf *) PA_83902_IF; in stnic_get_hdr()
200 buf[1] = *(vhalf *) PA_83902_IF; in stnic_get_hdr()
239 val = *(vhalf *) PA_83902_IF; in stnic_block_input()
274 *(vhalf *) PA_83902_IF = ((half) buf[1] << 8) | buf[0]; in stnic_block_output()
276 *(vhalf *) PA_83902_IF = ((half) buf[0] << 8) | buf[1]; in stnic_block_output()
/Linux-v4.19/arch/sh/include/mach-se/mach/
Dse.h34 #define PA_83902_IF 0xb0040000 /* DP83902A remote io port */ macro