Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/spi-nor/
Dwinbond.c175 .otp = SNOR_OTP(256, 3, 0x1000, 0x1000),
196 .otp = SNOR_OTP(256, 3, 0x1000, 0x1000),
234 .otp = SNOR_OTP(256, 3, 0x1000, 0x1000),
256 .otp = SNOR_OTP(256, 3, 0x1000, 0x1000),
Dcore.h549 #define SNOR_OTP(_len, _n_regions, _base, _offset) \ macro