#include <linux/firmware.h>
#include <linux/slab.h>
#include "pm8001_sas.h"
#include "pm8001_ctl.h"
Go to the source code of this file.
#define AAP1_MEMMAP |
( |
|
r, |
|
|
|
c |
|
) |
| |
Value:(*(
u32 *)((
u8*)pm8001_ha->memoryMap.region[
AAP1].virt_ptr + (
r) * 32 \
#define FLASH_CMD_NONE 0x00 |
#define FLASH_CMD_SET_NVMD 0x02 |
#define FLASH_CMD_UPDATE 0x01 |
#define IOP_MEMMAP |
( |
|
r, |
|
|
|
c |
|
) |
| |
Value:(*(
u32 *)((
u8*)pm8001_ha->memoryMap.region[
IOP].virt_ptr + (
r) * 32 \
Initial value:= {
&dev_attr_interface_rev,
&dev_attr_fw_version,
&dev_attr_update_fw,
&dev_attr_aap_log,
&dev_attr_iop_log,
&dev_attr_max_out_io,
&dev_attr_max_devices,
&dev_attr_max_sg_list,
&dev_attr_sas_spec_support,
&dev_attr_logging_level,
&dev_attr_host_sas_address,
}
Definition at line 560 of file pm8001_ctl.c.