| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/eeprom/ |
| H A D | at24.yaml | 17 pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$" 37 … - pattern: "^(atmel|catalyst|microchip|nxp|ramtron|renesas|rohm|st),(24(c|cs|lc|mac)[0-9]+|spd)$" 38 - pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$" 67 pattern: c32$ 100 - const: atmel,24c01 103 - const: atmel,24c02 106 - const: atmel,24c02 109 - const: atmel,24c16 112 - const: atmel,24c32 115 - const: atmel,24c128 [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0010-Workaround-multiple-definition-of-symbol-errors.patch | 27 - $(LD) -shared $(LDFLAGS) -soname $(patsubst %.elf,%.c32,$(@F)) \ 28 + $(LD) -shared $(LDFLAGS) -z muldefs -soname $(patsubst %.elf,%.c32,$(@F)) \ 45 @@ -24,7 +24,7 @@ makeoutputdirs: 49 - $(LD) -shared $(LDFLAGS) -soname $(patsubst %.elf,%.c32,$(@F)) -o $@ $^ 50 + $(LD) -shared $(LDFLAGS) -z muldefs -soname $(patsubst %.elf,%.c32,$(@F)) -o $@ $^
|
| /OK3568_Linux_fs/kernel/drivers/misc/eeprom/ |
| H A D | Kconfig | 15 ones like at24c64, 24lc02 or fm24c04: 17 24c00, 24c01, 24c02, spd (readonly 24c02), 24c04, 24c08, 18 24c16, 24c32, 24c64, 24c128, 24c256, 24c512, 24c1024, 24c2048 21 you configure as a 24c32 (32 kbit) or larger is NOT really a 22 24c16 (16 kbit) or smaller, and vice versa. Marking the chip 29 supported (24c16 and below, max 4 kByte).
|
| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0016-Workaround-multiple-definition-of-symbol-errors.patch | 28 - $(LD) -shared $(LDFLAGS) -soname $(patsubst %.elf,%.c32,$(@F)) \ 29 + $(LD) -shared $(LDFLAGS) -z muldefs -soname $(patsubst %.elf,%.c32,$(@F)) \ 50 @@ -24,7 +24,7 @@ makeoutputdirs: 54 - $(LD) -shared $(LDFLAGS) -soname $(patsubst %.elf,%.c32,$(@F)) -o $@ $^ 55 + $(LD) -shared $(LDFLAGS) -z muldefs -soname $(patsubst %.elf,%.c32,$(@F)) -o $@ $^
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | pcm030.dts | 70 compatible = "catalyst,24c32", "atmel,24c32";
|
| H A D | pcm032.dts | 72 compatible = "catalyst,24c32", "atmel,24c32";
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx6ul-phytec-phycore-som.dtsi | 77 compatible = "catalyst,24c32", "atmel,24c32";
|
| H A D | omap4-var-som-om44.dtsi | 233 compatible = "microchip,24c32", "atmel,24c32";
|
| H A D | imx27-phytec-phycard-s-som.dtsi | 38 compatible = "atmel,24c32";
|
| H A D | socfpga_cyclone5_sodia.dts | 91 compatible = "atmel,24c32";
|
| H A D | at91-dvk_su60_somc.dtsi | 74 compatible = "giantec,gt24c32a", "atmel,24c32";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8183-kukui-krane.dtsi | 76 compatible = "atmel,24c32"; 89 compatible = "atmel,24c32";
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/ |
| H A D | slave-eeprom-backend.rst | 12 The following types are available: 24c02, 24c32, 24c64, and 24c512. Read-only 16 24c02, read/write, address 0x64: 17 # echo slave-24c02 0x1064 > /sys/bus/i2c/devices/i2c-1/new_device 19 24c512, read-only, address 0x42: 20 # echo slave-24c512ro 0x1042 > /sys/bus/i2c/devices/i2c-1/new_device
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/misc/ |
| H A D | idt_89hpesx.txt | 23 - compatible: There are five EEPROM devices supported: 24c32, 24c64, 24c128, 24 24c256 and 24c512 differed by size. 39 compatible = "onsemi,24c64";
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mac-fcc.c | 57 #define C32(_p, _m, _v) W32(_p, _m, R32(_p, _m) & ~(_v)) macro 216 C32(fccp, fcc_fpsmr, FCC_PSMR_PRO); in set_multicast_finish() 256 C32(fccp, fcc_gfmr, FCC_GFMR_ENR | FCC_GFMR_ENT); in restart() 275 W32(ep, fen_genfcc.fcc_rstate, (CPMFCR_GBL | CPMFCR_EB) << 24); in restart() 276 W32(ep, fen_genfcc.fcc_tstate, (CPMFCR_GBL | CPMFCR_EB) << 24); in restart() 398 C32(fccp, fcc_fpsmr, FCC_PSMR_FDE | FCC_PSMR_LPB); in restart() 412 C32(fccp, fcc_gfmr, FCC_GFMR_ENR | FCC_GFMR_ENT); in stop() 555 C32(fccp, fcc_gfmr, FCC_GFMR_ENT); in tx_restart()
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | i2c_eeprom.c | 69 { .compatible = "atmel,24c01a", .data = 3 }, 70 { .compatible = "atmel,24c02", .data = 3 }, 71 { .compatible = "atmel,24c04", .data = 4 }, 72 { .compatible = "atmel,24c08a", .data = 4 }, 73 { .compatible = "atmel,24c16a", .data = 4 }, 74 { .compatible = "atmel,24c32", .data = 5 }, 75 { .compatible = "atmel,24c64", .data = 5 }, 76 { .compatible = "atmel,24c128", .data = 6 }, 77 { .compatible = "atmel,24c256", .data = 6 }, 78 { .compatible = "atmel,24c512", .data = 6 },
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls1028a-kontron-sl28.dts | 295 compatible = "atmel,24c32"; 309 compatible = "atmel,24c32";
|
| H A D | fsl-ls1028a-kontron-kbox-a-230-ls.dts | 64 compatible = "atmel,24c32";
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | help.py | 382 efi <DIR> 2017-05-24 18:15 383 loader <DIR> 2017-05-24 18:15 384 startup nsh 26 2017-05-24 18:15 385 vmlinuz 6926384 2017-05-24 18:15 386 test wks 628 2017-05-24 21:22 398 . <DIR> 2017-05-24 18:15 399 .. <DIR> 2017-05-24 18:15 400 boot <DIR> 2017-05-24 18:15 401 test <DIR> 2017-05-24 21:27 445 libcom32 c32 186500 2017-06-02 15:15 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-altera.txt | 34 compatible = "atmel,24c32";
|
| H A D | amlogic,meson6-i2c.yaml | 52 compatible = "atmel,24c32";
|
| /OK3568_Linux_fs/kernel/Documentation/misc-devices/ |
| H A D | eeprom.rst | 28 24C01 1K 0x50 (shadows at 0x51 - 0x57) 29 24C01A 1K 0x50 - 0x57 (Typical device on DIMMs) 30 24C02 2K 0x50 - 0x57 31 24C04 4K 0x50, 0x52, 0x54, 0x56 33 24C08 8K 0x50, 0x54 (additional data at 0x51, 0x52, 35 24C16 16K 0x50 (additional data at 0x51 - 0x57) 42 Microchip 24AA52 2K 0x50 - 0x57, SW write protect at 0x30-37 60 24Cxx, and are listed above; however the numbering for these 67 DIMMS will typically contain a 24C01A or 24C02, or the 34C02 variants. 71 DDC Monitors may contain any device. Often a 24C01, which responds to all 8 [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | socfpga_arria5_socdk.dts | 61 compatible = "atmel,24c32";
|
| H A D | socfpga_cyclone5_is1.dts | 62 compatible = "atmel,24c32";
|
| H A D | socfpga_cyclone5_socdk.dts | 73 compatible = "atmel,24c32";
|