Searched refs:SNOR_PROTO_STR (Results 1 – 1 of 1) sorted by relevance
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | spi-nor.h | 186 #define SNOR_PROTO_STR(_inst_nbits, _addr_nbits, _data_nbits) \ macro 192 SNOR_PROTO_STR(_inst_nbits, _addr_nbits, _data_nbits)) 195 SNOR_PROTO_1_1_1 = SNOR_PROTO_STR(1, 1, 1), 196 SNOR_PROTO_1_1_2 = SNOR_PROTO_STR(1, 1, 2), 197 SNOR_PROTO_1_1_4 = SNOR_PROTO_STR(1, 1, 4), 198 SNOR_PROTO_1_1_8 = SNOR_PROTO_STR(1, 1, 8), 199 SNOR_PROTO_1_2_2 = SNOR_PROTO_STR(1, 2, 2), 200 SNOR_PROTO_1_4_4 = SNOR_PROTO_STR(1, 4, 4), 201 SNOR_PROTO_1_8_8 = SNOR_PROTO_STR(1, 8, 8), 202 SNOR_PROTO_2_2_2 = SNOR_PROTO_STR(2, 2, 2), [all …]
|