HomeSort by: relevance | last modified time | path
    Searched defs:ctoh32 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/bebox/stand/boot/
siop.c 51 #define ctoh32(x) le32toh(x) macro
208 htoc32(ctoh32(table->addr) + ctoh32(table->count) -
237 xs->resid -= ctoh32(xfer->siop_tables.data[i].count);
247 xs->resid -= ctoh32(table->count) - xs->resid;
479 xs->status = ctoh32(siop_xfer->siop_tables.status);
649 if (ctoh32(script[(Ent_script_sched_slot0 / 4) + slot * 2]) ==
663 if (ctoh32(script[(Ent_script_sched_slot0 / 4) + slot * 2]) ==
753 if ((ctoh32(script[reseloff]) & 0xff) != 0xff) {
  /src/sys/arch/prep/stand/boot/
siop.c 47 #define ctoh32(x) le32toh(x) macro
185 htoc32(ctoh32(table->addr) + ctoh32(table->count) -
214 xs->resid -= ctoh32(xfer->siop_tables.data[i].count);
224 xs->resid -= ctoh32(table->count) - xs->resid;
458 xs->status = ctoh32(siop_xfer->siop_tables.status);
628 if (ctoh32(script[(Ent_script_sched_slot0 / 4) + slot * 2]) ==
642 if (ctoh32(script[(Ent_script_sched_slot0 / 4) + slot * 2]) ==
732 if ((ctoh32(script[reseloff]) & 0xff) != 0xff) {

Completed in 12 milliseconds