HomeSort by: relevance | last modified time | path
    Searched refs:cda (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
dp83932.c 1158 struct sonic_cda32 *cda = &sc->sc_cda32[entry]; local
1160 cda->cda_entry = htosonic32(sc, entry);
1161 cda->cda_addr0 = htosonic32(sc, enaddr[0] | (enaddr[1] << 8));
1162 cda->cda_addr1 = htosonic32(sc, enaddr[2] | (enaddr[3] << 8));
1163 cda->cda_addr2 = htosonic32(sc, enaddr[4] | (enaddr[5] << 8));
1165 struct sonic_cda16 *cda = &sc->sc_cda16[entry]; local
1167 cda->cda_entry = htosonic16(sc, entry);
1168 cda->cda_addr0 = htosonic16(sc, enaddr[0] | (enaddr[1] << 8));
1169 cda->cda_addr1 = htosonic16(sc, enaddr[2] | (enaddr[3] << 8));
1170 cda->cda_addr2 = htosonic16(sc, enaddr[4] | (enaddr[5] << 8))
    [all...]
hd64570.c 769 * CDA == current descriptor address
771 * because cda can't be eda when starting we always
772 * have a single buffer gap between cda and eda
1274 printf("%s: TXDMA buffer overflow, cda 0x%04x, eda 0x%04x, cpb 0x%02x\n",
1297 ("Transmit completed. cda %x eda %x dsr %x\n",
1443 u_int16_t cda; local
1452 cda = dmac_read_2(scp, SCA_CDAL0);
1458 desc_p = cda - desc_p;
1462 ("RX: cda %x desc_p %x cdaidx %u, nrxdesc %d rxstart %d\n",
1463 cda, desc_p, cdaidx, scp->sp_nrxdesc, scp->sp_rxstart))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
toplev.cc 933 callinfo_dalloc *cda; local
934 FOR_EACH_VEC_SAFE_ELT (cfun->su->dallocs, i, cda)
936 expanded_location loc = expand_location (cda->location);
937 fprintf (f, "\\n %s", cda->name);
  /src/external/gpl3/gcc/dist/gcc/
toplev.cc 931 callinfo_dalloc *cda; local
932 FOR_EACH_VEC_SAFE_ELT (cfun->su->dallocs, i, cda)
934 expanded_location loc = expand_location (cda->location);
935 fprintf (f, "\\n %s", cda->name);
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin.cc 1848 const cdtor_record *cda = (const cdtor_record *)a; local
1850 if (cda->priority > cdb->priority)
1852 if (cda->priority < cdb->priority)
1854 if (cda->position > cdb->position)
1856 if (cda->position < cdb->position)
  /src/external/gpl3/gcc/dist/gcc/config/
darwin.cc 1887 const cdtor_record *cda = (const cdtor_record *)a; local
1889 if (cda->priority > cdb->priority)
1891 if (cda->priority < cdb->priority)
1893 if (cda->position > cdb->position)
1895 if (cda->position < cdb->position)

Completed in 48 milliseconds