Searched refs:JEDEC_AAI_WORD_PROGRAM (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/flashrom/include/ |
H A D | spi.h | 213 #define JEDEC_AAI_WORD_PROGRAM 0xad macro
|
/aosp_15_r20/external/flashrom/ |
H A D | spi25.c | 767 JEDEC_AAI_WORD_PROGRAM, in default_spi_write_aai() 793 result = spi_write_cmd(flash, JEDEC_AAI_WORD_PROGRAM, false, start, buf + pos - start, 2, 10); in default_spi_write_aai()
|
H A D | dummyflasher.c | 426 if (writearr[0] != JEDEC_AAI_WORD_PROGRAM && in emulate_spi_chip_response() 676 case JEDEC_AAI_WORD_PROGRAM: in emulate_spi_chip_response()
|
H A D | ichspi.c | 414 {JEDEC_AAI_WORD_PROGRAM, SPI_OPCODE_TYPE_WRITE_NO_ADDRESS, 0}, // Auto Address Increment
|