| /linux/drivers/misc/eeprom/ |
| H A D | at25.c | 80 static u8 at25_instr(struct at25_data *at25, u8 instr, unsigned int off) in at25_instr() argument 82 if (!(at25->chip.flags & EE_INSTR_BIT3_IS_ADDR)) in at25_instr() 84 if (off < BIT(at25->addrlen * 8)) in at25_instr() 93 struct at25_data *at25 = priv; in at25_ee_read() local 103 if (unlikely(offset >= at25->chip.byte_len)) in at25_ee_read() 105 if ((offset + count) > at25->chip.byte_len) in at25_ee_read() 106 count = at25->chip.byte_len - offset; in at25_ee_read() 115 op = (struct spi_mem_op)SPI_MEM_OP(SPI_MEM_OP_CMD(at25_instr(at25, AT25_READ, in at25_ee_read() 117 SPI_MEM_OP_ADDR(at25->addrlen, msg_offset, 1), in at25_ee_read() 121 status = spi_mem_adjust_op_size(at25->spimem, &op); in at25_ee_read() [all …]
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-ibm-everest.dts | 2809 at25,byte-len = <0x80000>; 2810 at25,addr-mode = <4>; 2811 at25,page-size = <256>; 2813 compatible = "atmel,at25"; 2826 at25,byte-len = <0x80000>; 2827 at25,addr-mode = <4>; 2828 at25,page-size = <256>; 2830 compatible = "atmel,at25"; 2843 at25,byte-len = <0x80000>; 2844 at25,addr-mode = <4>; [all …]
|
| H A D | ibm-power11-quad.dtsi | 342 compatible = "atmel,at25"; 358 compatible = "atmel,at25"; 374 compatible = "atmel,at25"; 390 compatible = "atmel,at25"; 694 compatible = "atmel,at25"; 710 compatible = "atmel,at25"; 726 compatible = "atmel,at25"; 742 compatible = "atmel,at25";
|
| H A D | ibm-power11-dual.dtsi | 346 compatible = "atmel,at25"; 362 compatible = "atmel,at25"; 378 compatible = "atmel,at25"; 394 compatible = "atmel,at25"; 699 compatible = "atmel,at25"; 715 compatible = "atmel,at25"; 731 compatible = "atmel,at25"; 747 compatible = "atmel,at25";
|
| /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>;
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | usb_a9g20.dts | 21 compatible = "st,m95640", "atmel,at25";
|
| /linux/Documentation/devicetree/bindings/spi/ |
| H A D | spi-octeon.txt | 22 compatible = "st,m95256", "atmel,at25";
|
| /linux/arch/arm/boot/dts/xilinx/ |
| H A D | zynq-zc770-xm013.dts | 104 compatible = "atmel,at25";
|
| /linux/arch/arm/boot/dts/cirrus/ |
| H A D | ep93xx-edb9302.dts | 162 compatible = "atmel,at25";
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | logicpd-torpedo-baseboard.dtsi | 376 at25@0 { 377 compatible = "atmel,at25";
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| 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 | 136 compatible = "st,m95m02", "atmel,at25";
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mn-beacon-baseboard.dtsi | 147 compatible = "microchip,at25160bn", "atmel,at25";
|
| H A D | imx8mm-beacon-baseboard.dtsi | 176 compatible = "microchip,at25160bn", "atmel,at25";
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62p-verdin-ivy.dtsi | 540 compatible = "fujitsu,mb85rs256", "atmel,at25";
|
| H A D | k3-am62-verdin-ivy.dtsi | 565 compatible = "fujitsu,mb85rs256", "atmel,at25";
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | enumeration.rst | 253 to at25 SPI eeprom driver (this is meant for the above ACPI snippet):: 286 Then the at25 SPI driver can get this configuration by calling device property
|