Lines Matching defs:addr
378 off_t addr, void *data, size_t length) in spi_nor_access()
438 #define spi_nor_cmd_addr_read(dev, opcode, addr, dest, length) \ argument
440 #define spi_nor_cmd_addr_read_3b(dev, opcode, addr, dest, length) \ argument
443 #define spi_nor_cmd_addr_read_4b(dev, opcode, addr, dest, length) \ argument
448 #define spi_nor_cmd_addr_write(dev, opcode, addr, src, length) \ argument
451 #define spi_nor_cmd_addr_write_3b(dev, opcode, addr, src, length) \ argument
455 #define spi_nor_cmd_addr_write_4b(dev, opcode, addr, src, length) \ argument
510 off_t addr, void *data, size_t length) in read_sfdp()
788 static int spi_nor_read(const struct device *dev, off_t addr, void *dest, in spi_nor_read()
856 static int spi_nor_write(const struct device *dev, off_t addr, in spi_nor_write()
939 static int spi_nor_erase(const struct device *dev, off_t addr, size_t size) in spi_nor_erase()
1065 static int spi_nor_sfdp_read(const struct device *dev, off_t addr, in spi_nor_sfdp_read()