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