| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | eprom.c | 9 #include "eprom.h" 12 * The EPROM is logically divided into three partitions: 37 * How long to wait for the EPROM to become available, in ms. 38 * The spec 32 Mb EPROM takes around 40s to erase then write. 44 * Read a 256 byte (64 dword) EPROM page. 58 * Read length bytes starting at offset from the start of the EPROM. 127 * Initialize the EPROM handler. 133 /* only the discrete chip has an EPROM */ in eprom_init() 138 * It is OK if both HFIs reset the EPROM as long as they don't in eprom_init() 144 "%s: unable to acquire EPROM resource, no EPROM support\n", in eprom_init() [all …]
|
| H A D | Makefile | 18 eprom.o \
|
| H A D | platform.c | 10 #include "eprom.h" 146 * structure. This allows free_platform_config to treat EPROM and in get_platform_config() 158 /* Release memory allocated for eprom or fallback file read. */ in free_platform_config()
|
| /linux/arch/sh/include/mach-se/mach/ |
| H A D | se7751.h | 19 #define PA_ROM 0x00000000 /* EPROM */ 20 #define PA_ROM_SIZE 0x00400000 /* EPROM size 4M byte */ 21 #define PA_FROM 0x01000000 /* EPROM */ 22 #define PA_FROM_SIZE 0x00400000 /* EPROM size 4M byte */
|
| H A D | se.h | 16 #define PA_ROM 0x00000000 /* EPROM */ 17 #define PA_ROM_SIZE 0x00400000 /* EPROM size 4M byte */ 18 #define PA_FROM 0x01000000 /* EPROM */ 19 #define PA_FROM_SIZE 0x00400000 /* EPROM size 4M byte */
|
| H A D | se7721.h | 16 #define PA_ROM 0xa0000000 /* EPROM */ 17 #define PA_ROM_SIZE 0x00200000 /* EPROM size 2M byte */
|
| H A D | se7722.h | 17 #define PA_ROM 0xa0000000 /* EPROM */ 18 #define PA_ROM_SIZE 0x00200000 /* EPROM size 2M byte */
|
| H A D | se7343.h | 17 #define PA_ROM 0x00000000 /* EPROM */ 18 #define PA_ROM_SIZE 0x00400000 /* EPROM size 4M byte(Actually 2MB) */
|
| H A D | se7780.h | 17 #define PA_ROM 0xa0000000 /* EPROM */ 18 #define PA_ROM_SIZE 0x00400000 /* EPROM size 4M byte */
|
| /linux/drivers/w1/slaves/ |
| H A D | w1_ds250x.c | 41 u8 eprom[W1_DS2505_SIZE]; member 71 w1_read_block(sl->master, &data->eprom[pgoff], W1_PAGE_SIZE); in w1_ds2502_read_page() 74 if (w1_calc_crc8(&data->eprom[pgoff], W1_PAGE_SIZE) != crc8) in w1_ds2502_read_page() 125 w1_read_block(sl->master, &data->eprom[epoff], W1_PAGE_SIZE); in w1_ds2505_read_page() 127 crc = crc16(CRC16_INIT, &data->eprom[epoff], W1_PAGE_SIZE); in w1_ds2505_read_page() 161 memcpy(buf, &data->eprom[off], count); in w1_nvmem_read()
|
| H A D | Kconfig | 55 DS2406 Dual Channel Addressable Switch. EPROM read/write 113 tristate "512b/1kb/16kb EPROM family support" 117 512b/1kb/16kb EPROM family device (DS250x).
|
| /linux/drivers/mtd/maps/ |
| H A D | solutionengine.c | 2 * Flash and EPROM on Hitachi Solution Engine and similar boards. 23 .name = "Solution Engine EPROM", 62 printk(KERN_NOTICE "Solution Engine: Flash at 0x%pap, EPROM at 0x%pap\n", in init_soleng_maps()
|
| /linux/arch/sh/include/mach-common/mach/ |
| H A D | sdk7780.h | 16 #define PA_ROM 0xa0000000 /* EPROM */ 17 #define PA_ROM_SIZE 0x00400000 /* EPROM size 4M byte */
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | skfbi.h | 107 /* Eprom registers are currently of no use */ 108 #define B2_E_0 0x010c /* 8 bit EPROM Byte 0 */ 109 #define B2_E_1 0x010d /* 8 bit EPROM Byte 1 */ 110 #define B2_E_2 0x010e /* 8 bit EPROM Byte 2 */ 111 #define B2_E_3 0x010f /* 8 bit EPROM Byte 3 */ 405 /* The EPROM register are currently of no use */ 406 /* B2_E_0 8 bit EPROM Byte 0 */ 407 /* B2_E_1 8 bit EPROM Byte 1 */ 408 /* B2_E_2 8 bit EPROM Byte 2 */ 409 /* B2_E_3 8 bit EPROM Byte 3 */
|
| H A D | targethw.h | 63 short eprom ; /* FLASH prom */ member
|
| /linux/drivers/bcma/ |
| H A D | README | 15 EPROM.
|
| /linux/Documentation/w1/slaves/ |
| H A D | w1_ds2406.rst | 15 These chips also provide 128 bytes of OTP EPROM, but reading/writing it is
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | or51211.c | 102 /* Get eprom data */ in or51211_load_firmware() 105 pr_warn("error eprom addr\n"); in or51211_load_firmware() 109 pr_warn("error eprom\n"); in or51211_load_firmware()
|
| /linux/Documentation/driver-api/backlight/ |
| H A D | lp855x-driver.rst | 53 List of new eeprom/eprom registers.
|
| /linux/arch/sh/ |
| H A D | Kconfig.debug | 8 in FLASH or EPROM. The kernel will use standard BIOS calls during
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_ethtool.c | 2078 struct ethtool_eeprom *eprom, u8 *data) in cxgb4_get_module_eeprom() argument 2080 int ret = 0, offset = eprom->offset, len = eprom->len; in cxgb4_get_module_eeprom() 2084 memset(data, 0, eprom->len); in cxgb4_get_module_eeprom() 2101 len = eprom->len - len; in cxgb4_get_module_eeprom() 2105 offset, len, &data[eprom->len - len]); in cxgb4_get_module_eeprom()
|
| /linux/drivers/atm/ |
| H A D | nicstarmac.c | 8 * Read this ForeRunner's MAC address from eprom/eeprom
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc9194.h | 110 #define CTL_EPROM_ACCESS 0x0003 /* high if Eprom is being read */
|
| /linux/Documentation/filesystems/ |
| H A D | romfs.rst | 27 various read-only media, like (E)EPROM disks if someone will have the
|
| /linux/drivers/regulator/ |
| H A D | lp3971.c | 32 bits 4 and 5 are EPROM programmable */
|