Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvmem/
H A Dlpc18xx_otp.c32 #define LPC18XX_OTP_WORD_SIZE sizeof(u32) macro
35 LPC18XX_OTP_WORD_SIZE)
54 *buf++ = readl(otp->base + i * LPC18XX_OTP_WORD_SIZE); in lpc18xx_otp_read()
62 .word_size = LPC18XX_OTP_WORD_SIZE,
63 .stride = LPC18XX_OTP_WORD_SIZE,
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dlpc18xx_otp.c31 #define LPC18XX_OTP_WORD_SIZE sizeof(u32) macro
34 LPC18XX_OTP_WORD_SIZE)
53 *buf++ = readl(otp->base + i * LPC18XX_OTP_WORD_SIZE); in lpc18xx_otp_read()
61 .word_size = LPC18XX_OTP_WORD_SIZE,
62 .stride = LPC18XX_OTP_WORD_SIZE,

Completed in 2 milliseconds