/openbmc/linux/drivers/misc/eeprom/ |
H A D | at25.c | 80 struct at25_data *at25 = priv; in at25_ee_read() local 82 size_t max_chunk = spi_max_transfer_size(at25->spi); in at25_ee_read() 92 if (unlikely(offset >= at25->chip.byte_len)) in at25_ee_read() 94 if ((offset + count) > at25->chip.byte_len) in at25_ee_read() 95 count = at25->chip.byte_len - offset; in at25_ee_read() 101 cp = at25->command; in at25_ee_read() 104 if (at25->chip.flags & EE_INSTR_BIT3_IS_ADDR) in at25_ee_read() 105 if (msg_offset >= BIT(at25->addrlen * 8)) in at25_ee_read() 108 mutex_lock(&at25->lock); in at25_ee_read() 113 switch (at25->addrlen) { in at25_ee_read() [all …]
|
H A D | Makefile | 3 obj-$(CONFIG_EEPROM_AT25) += at25.o
|
H A D | Kconfig | 47 will be called at25.
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | ibm-power10-dual.dtsi | 90 at25,byte-len = <0x80000>; 91 at25,addr-mode = <4>; 92 at25,page-size = <256>; 94 compatible = "atmel,at25"; 106 at25,byte-len = <0x80000>; 107 at25,addr-mode = <4>; 108 at25,page-size = <256>; 110 compatible = "atmel,at25"; 123 at25,byte-len = <0x80000>; 124 at25,addr-mode = <4>; [all …]
|
H A D | ibm-power10-quad.dtsi | 741 at25,byte-len = <0x80000>; 742 at25,addr-mode = <4>; 743 at25,page-size = <256>; 745 compatible = "atmel,at25"; 757 at25,byte-len = <0x80000>; 758 at25,addr-mode = <4>; 759 at25,page-size = <256>; 761 compatible = "atmel,at25"; 774 at25,byte-len = <0x80000>; 775 at25,addr-mode = <4>; [all …]
|
H A D | aspeed-bmc-ibm-everest.dts | 2849 at25,byte-len = <0x80000>; 2850 at25,addr-mode = <4>; 2851 at25,page-size = <256>; 2853 compatible = "atmel,at25"; 2865 at25,byte-len = <0x80000>; 2866 at25,addr-mode = <4>; 2867 at25,page-size = <256>; 2869 compatible = "atmel,at25"; 2882 at25,byte-len = <0x80000>; 2883 at25,addr-mode = <4>; [all …]
|
H A D | ibm-power11-quad.dtsi | 402 compatible = "atmel,at25"; 418 compatible = "atmel,at25"; 434 compatible = "atmel,at25"; 450 compatible = "atmel,at25"; 755 compatible = "atmel,at25"; 771 compatible = "atmel,at25"; 787 compatible = "atmel,at25"; 803 compatible = "atmel,at25"; 1107 compatible = "atmel,at25"; 1123 compatible = "atmel,at25"; [all …]
|
H A D | aspeed-bmc-ibm-fuji.dts | 2772 compatible = "atmel,at25"; 2788 compatible = "atmel,at25"; 2804 compatible = "atmel,at25"; 2820 compatible = "atmel,at25"; 3124 compatible = "atmel,at25"; 3140 compatible = "atmel,at25"; 3156 compatible = "atmel,at25"; 3172 compatible = "atmel,at25"; 3476 compatible = "atmel,at25"; 3492 compatible = "atmel,at25"; [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | zynq-zc770-xm013.dts | 71 at25,byte-len = <8192>; 72 at25,addr-mode = <2>; 73 at25,page-size = <32>; 75 compatible = "atmel,at25";
|
H A D | logicpd-torpedo-baseboard.dtsi | 351 at25@0 { 352 compatible = "atmel,at25";
|
/openbmc/linux/arch/arm/boot/dts/nxp/lpc/ |
H A D | lpc3250-phy3250.dts | 203 eeprom: at25@0 { 204 compatible = "atmel,at25"; 216 at25,byte-len = <0x8000>; 217 at25,addr-mode = <2>; 218 at25,page-size = <64>;
|
/openbmc/linux/arch/arm64/boot/dts/broadcom/northstar2/ |
H A D | ns2-svk.dts | 131 at25@0 { 132 compatible = "atmel,at25"; 135 at25,byte-len = <0x8000>; 136 at25,addr-mode = <2>; 137 at25,page-size = <64>;
|
/openbmc/openpower-vpd-parser/service_files/ |
H A D | ibm-spi-vpd-parser@.service | 10 ExecStart=/usr/bin/env ibm-read-vpd --file %f --driver at25
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | spi-octeon.txt | 22 compatible = "st,m95256", "atmel,at25";
|
/openbmc/linux/arch/arm/boot/dts/xilinx/ |
H A D | zynq-zc770-xm013.dts | 66 compatible = "atmel,at25";
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-dms-ba16.dts | 51 compatible = "atmel,at25256B", "atmel,at25";
|
H A D | imx6ul-kontron-bl-common.dtsi | 92 compatible = "anvo,anv32e61w", "atmel,at25";
|
H A D | imx6q-bx50v3.dtsi | 164 compatible = "atmel,at25";
|
H A D | imx6q-evi.dts | 128 compatible = "st,m95m02", "atmel,at25";
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | logicpd-torpedo-baseboard.dtsi | 376 at25@0 { 377 compatible = "atmel,at25";
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mn-beacon-baseboard.dtsi | 111 compatible = "microchip,at25160bn", "atmel,at25";
|
H A D | imx8mm-beacon-baseboard.dtsi | 127 compatible = "microchip,at25160bn", "atmel,at25";
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | enumeration.rst | 210 to at25 SPI eeprom driver (this is meant for the above ACPI snippet):: 243 Then the at25 SPI driver can get this configuration by calling device property
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 1098 at25.c: 10286
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |