// SPDX-License-Identifier: GPL-2.0-or-later /* * Adaptec AAC series RAID controller driver * * based on the old aacraid driver that is.. * Adaptec aacraid device driver for Linux. * * Copyright (c) 2000-2010 Adaptec, Inc. * 2010-2015 PMC-Sierra, Inc. ([email protected]) * 2016-2017 Microsemi Corp. ([email protected]) * * Module Name: * nark.c * * Abstract: Hardware Device Interface for NEMER/ARK */ #include <linux/pci.h> #include <linux/blkdev.h> #include <scsi/scsi_host.h> #include "aacraid.h" /** * aac_nark_ioremap * @dev: device to ioremap * @size: mapping resize request * */ static int aac_nark_ioremap(struct aac_dev * dev, u32 size) { … } /** * aac_nark_init - initialize an NEMER/ARK Split Bar card * @dev: device to configure * */ int aac_nark_init(struct aac_dev * dev) { … }