Searched defs:spi_flash_bpbits (Results 1 – 1 of 1) sorted by relevance
52 struct spi_flash_bpbits { struct53 unsigned int bp; /*< block protection select bits */54 bool cmp; /*< complement protect */55 bool tb; /*< top=0 / bottom=1 select */56 union {