Searched refs:mvol (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Daxp20x.c723 int mvol, error; local
725 error = axp20x_get_dcdc(device_parent(dev), sc->sc_regdef->dcdc, &mvol);
729 *puvol = mvol * 1000;
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcgram.y1010 asmstatement: C_ASM mvol '(' string ')' { send_passt(IP_ASM, mkpstr($4)); }
1011 | C_ASM mvol '(' string xasm ')' { mkxasm($4, $5); }
1014 mvol: /* empty */ label
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dcgram.y1000 asmstatement: C_ASM mvol '(' svstr ')' { send_passt(IP_ASM, mkpstr($4)); }
1001 | C_ASM mvol '(' svstr xasm ')' { mkxasm($4, $5); }
1007 mvol: /* empty */ label

Completed in 115 milliseconds