📄 iflash2_mtd.4
字号:
.\" Copyright (C) 1998 David A. Hinds -- dahinds@users.sourceforge.net.\" iflash2_mtd.4 1.7 2000/06/12 21:24:48.\".TH IFLASH2_MTD 4 "2000/06/12 21:24:48" "pcmcia-cs".SH NAMEiflash2_mtd \- memory technology driver for Intel Series 2 flash.SH SYNOPSIS.B insmod iflash2_mtd.o.RB [ pc_debug=\c.IR n ].RB [ mem_speed=\c.IR n ].RB [ word_width=\c.IR n ].RB [ vpp_timeout_period=\c.IR n ].RB [ vpp_settle=\c.IR n ].RB [ erase_timeout=\c.IR n ].RB [ erase_limit=\c.IR n ].RB [ retry_limit=\c.IR n ].RB [ max_tries=\c.IR n ].RB [ mem_speed=\c.IR n ].RB [ word_width=\c.IR n ].SH DESCRIPTION.B Iflash2_mtdis a memory technology driver for Intel Series 2 and Series 100 flashdevices. Memory technology drivers are used by Card Services toprovide device-independent access for memory cards through bulk memoryservices. .PPWriting to Series 2 and Series 100 flash devices is very processorintensive. Individual words are written one at a time, at a speed ofroughly 10 us per word. This busy period is too short to scheduleother processes to run, so the driver will not yield the processoruntil an entire block is written..SH PARAMETERS.TP.BI pc_debug= nSelects the PCMCIA debugging level. This parameter is only availableif the module is compiled with debugging enabled. A non-zero valueenables debugging..TP.BI mem_speed= nSets the access speed of shared memory windows, in nanoseconds. Thedefault is 0 (i.e., no extra wait states). Values of up to 1000 arelegal..TP.BI word_width= nA flag indicating if memory windows should be configured for8-bit (if 0) or 16-bit (if 1) transfers. The default is 1 (16-bit)..TP.BI vpp_timeout_period= nIn milliseconds, this specifies the maximum idle period after a writeoperation before programming power will be switched off. The defaultis 1000 ms..TP.BI vpp_settle= nIn milliseconds, this gives a delay between when programming power isswitched on, and when the device is assumed to be powered up and readyto receive erase or write commands. The default is 100 ms..TP.BI erase_timeout= nIn milliseconds, specifies the poll interval for monitoring the statusof a bulk erase operation. The default is 100 ms..TP.BI erase_limit= nIn milliseconds, specifies the maximum elapsed time before an eraseoperation is assumed to have failed. The default is 10000 ms..TP.BI retry_limit= nThe maximum number of retries for a write operation. The default is4..TP.BI max_tries= nThe maximum number of status register polls before a single word writeis assumed to have timed out. The default is 4096..SH AUTHORDavid Hinds \- dahinds@users.sourceforge.net.SH "SEE ALSO"iflash2+_mtd(4), memory_cs(4).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -