net/pfe: add HW specific macros and operations
authorGagandeep Singh <g.singh@nxp.com>
Thu, 10 Oct 2019 06:32:25 +0000 (12:02 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 23 Oct 2019 14:43:08 +0000 (16:43 +0200)
commit6dd520837fbfbb9cc67982e57dd1a8bc484671e4
treec1002722a3187b7723561762a1a29fdf3626ea72
parentb1bc1afa4a0e18a68f8f64e99497a858f54a2f11
net/pfe: add HW specific macros and operations

This patch add some hardware specific macros
and functions that will be used by the driver.

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Nipun Gupta <nipun.gupta@nxp.com>
drivers/net/pfe/base/cbus.h [new file with mode: 0644]
drivers/net/pfe/base/cbus/bmu.h [new file with mode: 0644]
drivers/net/pfe/base/cbus/class_csr.h [new file with mode: 0644]
drivers/net/pfe/base/cbus/emac_mtip.h [new file with mode: 0644]
drivers/net/pfe/base/cbus/gpi.h [new file with mode: 0644]
drivers/net/pfe/base/cbus/hif.h [new file with mode: 0644]
drivers/net/pfe/base/cbus/hif_nocpy.h [new file with mode: 0644]
drivers/net/pfe/base/cbus/tmu_csr.h [new file with mode: 0644]
drivers/net/pfe/base/cbus/util_csr.h [new file with mode: 0644]
drivers/net/pfe/base/pfe.h [new file with mode: 0644]