Home
last modified time | relevance | path

Searched refs:SNOR_PROTO_STR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h163 #define SNOR_PROTO_STR(_inst_nbits, _addr_nbits, _data_nbits) \ macro
169 SNOR_PROTO_STR(_inst_nbits, _addr_nbits, _data_nbits))
172 SNOR_PROTO_1_1_1 = SNOR_PROTO_STR(1, 1, 1),
173 SNOR_PROTO_1_1_2 = SNOR_PROTO_STR(1, 1, 2),
174 SNOR_PROTO_1_1_4 = SNOR_PROTO_STR(1, 1, 4),
175 SNOR_PROTO_1_1_8 = SNOR_PROTO_STR(1, 1, 8),
176 SNOR_PROTO_1_2_2 = SNOR_PROTO_STR(1, 2, 2),
177 SNOR_PROTO_1_4_4 = SNOR_PROTO_STR(1, 4, 4),
178 SNOR_PROTO_1_8_8 = SNOR_PROTO_STR(1, 8, 8),
179 SNOR_PROTO_2_2_2 = SNOR_PROTO_STR(2, 2, 2),
[all …]
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspi-nor.h182 #define SNOR_PROTO_STR(_inst_nbits, _addr_nbits, _data_nbits) \ macro
188 SNOR_PROTO_STR(_inst_nbits, _addr_nbits, _data_nbits))
191 SNOR_PROTO_1_1_1 = SNOR_PROTO_STR(1, 1, 1),
192 SNOR_PROTO_1_1_2 = SNOR_PROTO_STR(1, 1, 2),
193 SNOR_PROTO_1_1_4 = SNOR_PROTO_STR(1, 1, 4),
194 SNOR_PROTO_1_1_8 = SNOR_PROTO_STR(1, 1, 8),
195 SNOR_PROTO_1_2_2 = SNOR_PROTO_STR(1, 2, 2),
196 SNOR_PROTO_1_4_4 = SNOR_PROTO_STR(1, 4, 4),
197 SNOR_PROTO_1_8_8 = SNOR_PROTO_STR(1, 8, 8),
198 SNOR_PROTO_2_2_2 = SNOR_PROTO_STR(2, 2, 2),
[all …]