Home
last modified time | relevance | path

Searched defs:spi_flash_part_id (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/coreboot/src/drivers/spi/
H A Dspi_flash_internal.h66 struct spi_flash_part_id { struct
72 uint16_t id[2];
74 uint16_t nr_sectors_shift : 4;
75 uint16_t fast_read_dual_output_support : 1; /* 1-1-2 read */
76 uint16_t fast_read_dual_io_support : 1; /* 1-2-2 read */
100 const struct spi_flash_part_id *ids; argument