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

/freebsd-current/sys/dev/ti/
H A Dif_ti.c627 uint32_t tmpval, tmpval2; local
649 tmpval2 = ntohl(tmpval);
659 error = copyout(&tmpval2, ptr, resid);
662 bcopy(&tmpval2, ptr, resid);
677 error = copyin(ptr, &tmpval2, resid);
680 bcopy(ptr, &tmpval2, resid);
683 tmpval = htonl(tmpval2);
701 uint32_t tmpval, tmpval2; local
730 tmpval2 = CSR_READ_4(sc, CPU_REG(TI_SRAM_DATA, cpu));
732 tmpval = ntohl(tmpval2);
[all...]

Completed in 53 milliseconds