Searched refs:vsel (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/arm/ti/twl/
H A Dtwl_vreg.c283 * twl_millivolt_to_vsel - gets the vsel bit value to write into the register
288 * @vsel: upon return will contain the corresponding register value
292 * within 100mv of the target, @vsel is written with the match and 0 is
301 struct twl_regulator_entry *regulator, int millivolts, uint8_t *vsel)
334 *vsel = closest_idx;
560 uint8_t vsel; local
580 err = twl_vreg_millivolt_to_vsel(sc, regulator, millivolts, &vsel);
592 err = twl_vreg_write_1(sc, regulator, TWL_VREG_VSEL, (vsel & 0x1f));
601 device_printf(sc->sc_dev, "%s : setting voltage to %dmV (vsel: 0x%x)\n",
602 regulator->name, millivolts, vsel);
300 twl_vreg_millivolt_to_vsel(struct twl_vreg_softc *sc, struct twl_regulator_entry *regulator, int millivolts, uint8_t *vsel) argument
628 uint8_t vsel; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-ppc.pl800 vsel @D[0],$A0,$B0,$outmask # collect pre-misaligned output
801 vsel @D[1],$B0,$C0,$outmask
802 vsel @D[2],$C0,$D0,$outmask
803 vsel @D[3],$D0,$A1,$outmask
804 vsel $B0,$A1,$B1,$outmask
805 vsel $C0,$B1,$C1,$outmask
806 vsel $D0,$C1,$D1,$outmask
807 vsel $A1,$D1,$A2,$outmask
808 vsel $B1,$A2,$B2,$outmask
809 vsel
[all...]
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl169 vsel $stage,$outhead,$outtail,$outmask
189 vsel $stage,$outhead,$outtail,$outmask
206 vsel $stage,$outhead,$outtail,$outmask
219 vsel $stage,$outhead,$outtail,$outmask
234 vsel $stage,$outhead,$outtail,$outmask
267 vsel $stage,$outhead,$outtail,$outmask
277 vsel $stage,$outhead,$outtail,$outmask
293 vsel $stage,$outhead,$outtail,$outmask
310 vsel $stage,$outhead,$outtail,$outmask
321 vsel
[all...]
H A Dvpaes-ppc.pl743 vsel v1, $outhead, v0, $outmask
795 vsel v1, $outhead, v0, $outmask
1122 vsel v2, $outhead, v0, $outmask
1144 vsel v2, $outhead, v0, $outmask
1331 vsel v2, $outhead, v1, $outmask
1382 vsel v2, $outhead, v1, $outmask
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl125 vsel $Func,$g,$f,$e ; Ch(e,f,g)
131 vsel $Func,$b,$c,$Func ; Maj(a,b,c)

Completed in 68 milliseconds