Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mfd/
Dwm831x-otp.c27 #define WM831X_UNIQUE_ID_LEN 16 macro
34 for (i = 0; i < WM831X_UNIQUE_ID_LEN / 2; i++) { in wm831x_unique_id_read()
51 char id[WM831X_UNIQUE_ID_LEN]; in wm831x_unique_id_show()
57 return sprintf(buf, "%*phN\n", WM831X_UNIQUE_ID_LEN, id); in wm831x_unique_id_show()
64 char uuid[WM831X_UNIQUE_ID_LEN]; in wm831x_otp_init()