Home
last modified time | relevance | path

Searched refs:LPC18XX_OTP_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvmem/
H A Dlpc18xx_otp.c33 #define LPC18XX_OTP_SIZE (LPC18XX_OTP_NUM_BANKS * \ macro
50 if (count > (LPC18XX_OTP_SIZE - index)) in lpc18xx_otp_read()
51 count = LPC18XX_OTP_SIZE - index; in lpc18xx_otp_read()
82 lpc18xx_otp_nvmem_config.size = LPC18XX_OTP_SIZE; in lpc18xx_otp_probe()
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dlpc18xx_otp.c32 #define LPC18XX_OTP_SIZE (LPC18XX_OTP_NUM_BANKS * \ macro
49 if (count > (LPC18XX_OTP_SIZE - index)) in lpc18xx_otp_read()
50 count = LPC18XX_OTP_SIZE - index; in lpc18xx_otp_read()
79 lpc18xx_otp_nvmem_config.size = LPC18XX_OTP_SIZE; in lpc18xx_otp_probe()

Completed in 1 milliseconds