Symbol: KN01_SLOT_SIZE
arch/mips/dec/prom/identify.c
72
dec_kn_slot_size = KN01_SLOT_SIZE;
arch/mips/dec/prom/identify.c
80
dec_kn_slot_size = KN01_SLOT_SIZE;
arch/mips/include/asm/dec/kn01.h
22
#define KN01_PMASK (0*KN01_SLOT_SIZE) /* color plane mask */
arch/mips/include/asm/dec/kn01.h
23
#define KN01_PCC (1*KN01_SLOT_SIZE) /* PCC (DC503) cursor */
arch/mips/include/asm/dec/kn01.h
24
#define KN01_VDAC (2*KN01_SLOT_SIZE) /* color map */
arch/mips/include/asm/dec/kn01.h
25
#define KN01_RES_3 (3*KN01_SLOT_SIZE) /* unused */
arch/mips/include/asm/dec/kn01.h
26
#define KN01_RES_4 (4*KN01_SLOT_SIZE) /* unused */
arch/mips/include/asm/dec/kn01.h
27
#define KN01_RES_5 (5*KN01_SLOT_SIZE) /* unused */
arch/mips/include/asm/dec/kn01.h
28
#define KN01_RES_6 (6*KN01_SLOT_SIZE) /* unused */
arch/mips/include/asm/dec/kn01.h
29
#define KN01_ERRADDR (7*KN01_SLOT_SIZE) /* write error address */
arch/mips/include/asm/dec/kn01.h
30
#define KN01_LANCE (8*KN01_SLOT_SIZE) /* LANCE (Am7990) Ethernet */
arch/mips/include/asm/dec/kn01.h
31
#define KN01_LANCE_MEM (9*KN01_SLOT_SIZE) /* LANCE buffer memory */
arch/mips/include/asm/dec/kn01.h
32
#define KN01_SII (10*KN01_SLOT_SIZE) /* SII (DC7061) SCSI */
arch/mips/include/asm/dec/kn01.h
33
#define KN01_SII_MEM (11*KN01_SLOT_SIZE) /* SII buffer memory */
arch/mips/include/asm/dec/kn01.h
34
#define KN01_DZ11 (12*KN01_SLOT_SIZE) /* DZ11 (DC7085) serial */
arch/mips/include/asm/dec/kn01.h
35
#define KN01_RTC (13*KN01_SLOT_SIZE) /* DS1287 RTC (bytes #0) */
arch/mips/include/asm/dec/kn01.h
36
#define KN01_ESAR (13*KN01_SLOT_SIZE) /* MAC address (bytes #1) */
arch/mips/include/asm/dec/kn01.h
37
#define KN01_CSR (14*KN01_SLOT_SIZE) /* system ctrl & status reg */
arch/mips/include/asm/dec/kn01.h
38
#define KN01_SYS_ROM (15*KN01_SLOT_SIZE) /* system board ROM */
drivers/net/ethernet/amd/declance.c
1157
dev->mem_end = dev->mem_start + KN01_SLOT_SIZE;