/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/Documentation/networking/ |
H A D | 6pack.rst | 66 To be able to use 6pack, a special firmware for the TNC is needed. The EPROM 68 program an EPROM yourself. The image file for 6pack EPROMs should be 76 TNCs contain a 64kByte EPROM, the lower half of which is used for 80 two systems. When programming a new EPROM, one of the systems is replaced 84 of the EPROM between HIGH and LOW level. After having inserted the new EPROM
|
/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/devicetree/bindings/leds/backlight/ |
H A D | arcxcnn_bl.txt | 21 Note: Optional properties not specified will default to values in IC 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/include/linux/platform_data/ |
H A D | lp855x.h | 134 * @rom_data : list of new eeprom/eprom registers
|
/linux/Documentation/devicetree/bindings/memory-controllers/fsl/ |
H A D | fsl,ifc.yaml | 16 external memory types, such as NAND flash (SLC and MLC), NOR flash, EPROM,
|
/linux/drivers/video/backlight/ |
H A D | lp855x_bl.c | 135 /* BL_ON = 0 before updating EPROM settings */ in lp8557_bl_off() 142 /* BL_ON = 1 after updating EPROM settings */ in lp8557_bl_on()
|