Lines Matching defs:opcode
386 uint8_t opcode, unsigned int access, in spi_nor_access()
461 #define spi_nor_cmd_read(dev, opcode, dest, length) \ argument
463 #define spi_nor_cmd_addr_read(dev, opcode, addr, dest, length) \ argument
465 #define spi_nor_cmd_addr_read_3b(dev, opcode, addr, dest, length) \ argument
468 #define spi_nor_cmd_addr_read_4b(dev, opcode, addr, dest, length) \ argument
471 #define spi_nor_cmd_addr_fast_read(dev, opcode, addr, dest, length) \ argument
474 #define spi_nor_cmd_addr_fast_read_3b(dev, opcode, addr, dest, length) \ argument
478 #define spi_nor_cmd_addr_fast_read_4b(dev, opcode, addr, dest, length) \ argument
482 #define spi_nor_cmd_write(dev, opcode) \ argument
484 #define spi_nor_cmd_addr_write(dev, opcode, addr, src, length) \ argument
487 #define spi_nor_cmd_addr_write_3b(dev, opcode, addr, src, length) \ argument
491 #define spi_nor_cmd_addr_write_4b(dev, opcode, addr, src, length) \ argument