aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2013-09-24 07:11:23 -0400
committerBrian Norris <computersforpeace@gmail.com>2013-11-07 02:33:00 -0500
commitebff90b288c347f3af1b3d164c258aeb2bed60ec (patch)
tree5193c83339ae68d215df9b01e360fedfe289a90f /tools/perf/scripts/python/syscall-counts.py
parenta4d62babf988fe5dfde24437fa135ef147bc7aa0 (diff)
driver/mtd/IFC: Add support of 8K page size NAND flash
Current IFC driver supports till 4K page size NAND flash. Add support of 8K Page size NAND flash - Add nand_ecclayout for 4 bit & 8 bit ecc - Defines constants - also fix ecc.strength for 8bit ecc of 8K page size NAND Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
s="hl opt">= 2 }; struct file_info { struct list_head list; struct mutex state_mutex; enum { opened, initialized, connected } state; unsigned int protocol_version; struct hpsb_host *host; struct list_head req_pending; /* protected by reqlists_lock */ struct list_head req_complete; /* protected by reqlists_lock */ spinlock_t reqlists_lock; wait_queue_head_t wait_complete; struct list_head addr_list; /* protected by host_info_lock */ u8 __user *fcp_buffer; u8 notification; /* (busreset-notification) RAW1394_NOTIFY_OFF/ON */ /* new rawiso API */ enum raw1394_iso_state iso_state; struct hpsb_iso *iso_handle; /* User space's CSR1212 dynamic ConfigROM directories */ struct csr1212_keyval *csr1212_dirs[RAW1394_MAX_USER_CSR_DIRS]; /* Legacy ConfigROM update flag */ u8 cfgrom_upd; }; struct arm_addr { struct list_head addr_list; /* file_info list */ u64 start, end; u64 arm_tag; u8 access_rights; u8 notification_options; u8 client_transactions; u64 recvb; u16 rec_length; u8 *addr_space_buffer; /* accessed by read/write/lock requests */ }; struct pending_request { struct list_head list; struct file_info *file_info; struct hpsb_packet *packet; struct iso_block_store *ibs; quadlet_t *data; int free_data; struct raw1394_request req; }; struct host_info { struct list_head list; struct hpsb_host *host; struct list_head file_info_list; /* protected by host_info_lock */ }; #endif /* IEEE1394_RAW1394_PRIVATE_H */