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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c2625 const u_int8_t *dp0; local
2634 dp0 = &sc->tulip_rombuf[mi->mi_reset_offset];
2635 for (idx3 = 0; idx3 < mi->mi_reset_length; idx3++, dp0 += 2) {
2637 TULIP_CSR_WRITE(sc, csr_sia_general, (dp0[0] + 256 * dp0[1]) << 16);
2640 dp0 = &sc->tulip_rombuf[mi->mi_gpr_offset];
2641 for (idx3 = 0; idx3 < mi->mi_gpr_length; idx3++, dp0 += 2) {
2643 TULIP_CSR_WRITE(sc, csr_sia_general, (dp0[0] + 256 * dp0[1]) << 16);

Completed in 46 milliseconds