/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __COM9026_H #define __COM9026_H /* COM 9026 controller chip --> ARCnet register addresses */ #define COM9026_REG_W_INTMASK … #define COM9026_REG_R_STATUS … #define COM9026_REG_W_COMMAND … #define COM9026_REG_RW_CONFIG … #define COM9026_REG_R_RESET … #define COM9026_REG_RW_MEMDATA … #define COM9026_REG_W_ADDR_LO … #define COM9026_REG_W_ADDR_HI … #define COM9026_REG_R_STATION … #endif