ram_split         666 drivers/net/ethernet/3com/3c515.c 		static const char * const ram_split[] = {
ram_split         679 drivers/net/ethernet/3com/3c515.c 			ram_split[(config & Ram_split) >> Ram_split_shift],
ram_split         301 drivers/net/ethernet/3com/3c574_cs.c static const char *ram_split[] = {"5:3", "3:1", "1:1", "3:5"};
ram_split         434 drivers/net/ethernet/3com/3c574_cs.c 		    ram_split[(config & Ram_split) >> Ram_split_shift],
ram_split         244 drivers/net/ethernet/3com/3c589_cs.c 	static const char * const ram_split[] = {"5:3", "3:1", "1:1", "3:5"};
ram_split         326 drivers/net/ethernet/3com/3c589_cs.c 			(fifo & 7) ? 32 : 8, ram_split[(fifo >> 16) & 3],
ram_split        1354 drivers/net/ethernet/3com/3c59x.c 		static const char * const ram_split[] = {"5:3", "3:1", "1:1", "3:5"};
ram_split        1366 drivers/net/ethernet/3com/3c59x.c 				   ram_split[RAM_SPLIT(config)],