Searched refs:SNOR_PROTO_STR (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/include/linux/mtd/ |
D | spi-nor.h | 151 #define SNOR_PROTO_STR(_inst_nbits, _addr_nbits, _data_nbits) \ macro 157 SNOR_PROTO_STR(_inst_nbits, _addr_nbits, _data_nbits)) 160 SNOR_PROTO_1_1_1 = SNOR_PROTO_STR(1, 1, 1), 161 SNOR_PROTO_1_1_2 = SNOR_PROTO_STR(1, 1, 2), 162 SNOR_PROTO_1_1_4 = SNOR_PROTO_STR(1, 1, 4), 163 SNOR_PROTO_1_1_8 = SNOR_PROTO_STR(1, 1, 8), 164 SNOR_PROTO_1_2_2 = SNOR_PROTO_STR(1, 2, 2), 165 SNOR_PROTO_1_4_4 = SNOR_PROTO_STR(1, 4, 4), 166 SNOR_PROTO_1_8_8 = SNOR_PROTO_STR(1, 8, 8), 167 SNOR_PROTO_2_2_2 = SNOR_PROTO_STR(2, 2, 2), [all …]
|