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

/u-boot/drivers/misc/
H A Dsifive-otp.c86 u32 ptm; /* Test mode enable input */ member in struct:sifive_otp_regs
201 writel(PTM_FUSE_PROGRAM_VAL, &regs->ptm);
235 writel(PTM_RESET_VAL, &regs->ptm);
/u-boot/scripts/kconfig/
H A Dconfdata.c1194 int i, cnt, pby, pty, ptm; /* pby: probability of bool = y local
1196 * ptm: probability of tristate = m
1199 pby = 50; pty = ptm = 33; /* can't go as the default in switch-case
1223 pby = p[0]; ptm = pby/2; pty = pby-ptm;
1226 pty = p[0]; ptm = p[1]; pby = pty + ptm;
1229 pby = p[0]; pty = p[1]; ptm = p[2];
1233 if( pty+ptm > 100 ) {
1267 else if (cnt < (pty+ptm))
[all...]

Completed in 97 milliseconds