ixp4xx-npe.c (fcf2d8978cd538a5d614076fccfe9a4af23b9cc9) | ixp4xx-npe.c (4af20dc583b364fad45df6fb81873606af8b70fb) |
---|---|
1/* 2 * Intel IXP4xx Network Processor Engine driver for Linux 3 * 4 * Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl> 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of version 2 of the GNU General Public License 8 * as published by the Free Software Foundation. --- 7 unchanged lines hidden (view full) --- 16 17#include <linux/delay.h> 18#include <linux/dma-mapping.h> 19#include <linux/firmware.h> 20#include <linux/io.h> 21#include <linux/kernel.h> 22#include <linux/module.h> 23#include <linux/of.h> | 1/* 2 * Intel IXP4xx Network Processor Engine driver for Linux 3 * 4 * Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl> 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of version 2 of the GNU General Public License 8 * as published by the Free Software Foundation. --- 7 unchanged lines hidden (view full) --- 16 17#include <linux/delay.h> 18#include <linux/dma-mapping.h> 19#include <linux/firmware.h> 20#include <linux/io.h> 21#include <linux/kernel.h> 22#include <linux/module.h> 23#include <linux/of.h> |
24#include <mach/npe.h> | 24#include <linux/soc/ixp4xx/npe.h> |
25 26#define DEBUG_MSG 0 27#define DEBUG_FW 0 28 29#define NPE_COUNT 3 30#define MAX_RETRIES 1000 /* microseconds */ 31#define NPE_42X_DATA_SIZE 0x800 /* in dwords */ 32#define NPE_46X_DATA_SIZE 0x1000 --- 715 unchanged lines hidden --- | 25 26#define DEBUG_MSG 0 27#define DEBUG_FW 0 28 29#define NPE_COUNT 3 30#define MAX_RETRIES 1000 /* microseconds */ 31#define NPE_42X_DATA_SIZE 0x800 /* in dwords */ 32#define NPE_46X_DATA_SIZE 0x1000 --- 715 unchanged lines hidden --- |