Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mfd/
Dab3100-otp.c58 u32 svn:20; member
90 otp->svn = (otpval[7] << 12) | (otpval[6] << 4) | (otpval[5] >> 4); in ab3100_otp_read()
109 seq_printf(s, "IMEI: %u-%u-%u\n", otp->tac, otp->fac, otp->svn); in ab3100_show_otp()
164 SHOW_AB3100_ATTR(svn)
174 __ATTR(svn, S_IRUGO, ab3100_otp_svn_show, NULL),
/Linux-v5.10/scripts/
Dsetlocalversion83 if git config --get svn-remote.svn.url >/dev/null; then
129 if rev=$(LANG= LC_ALL= LC_MESSAGES=C svn info 2>/dev/null | grep '^Last Changed Rev'); then
/Linux-v5.10/
DMakefile523 export RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \
526 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \