Searched refs:SNOR_PROTO_STR (Results 1 – 1 of 1) sorted by relevance
| /include/linux/mtd/ |
| A D | spi-nor.h | 243 SNOR_PROTO_STR(_inst_nbits, _addr_nbits, _data_nbits)) 246 SNOR_PROTO_1_1_1 = SNOR_PROTO_STR(1, 1, 1), 247 SNOR_PROTO_1_1_2 = SNOR_PROTO_STR(1, 1, 2), 248 SNOR_PROTO_1_1_4 = SNOR_PROTO_STR(1, 1, 4), 249 SNOR_PROTO_1_1_8 = SNOR_PROTO_STR(1, 1, 8), 250 SNOR_PROTO_1_2_2 = SNOR_PROTO_STR(1, 2, 2), 251 SNOR_PROTO_1_4_4 = SNOR_PROTO_STR(1, 4, 4), 252 SNOR_PROTO_1_8_8 = SNOR_PROTO_STR(1, 8, 8), 253 SNOR_PROTO_2_2_2 = SNOR_PROTO_STR(2, 2, 2), 254 SNOR_PROTO_4_4_4 = SNOR_PROTO_STR(4, 4, 4), [all …]
|
Completed in 8 milliseconds