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

  /src/sys/arch/powerpc/ibm4xx/dev/
dwcsata.c 538 dwcsata_dma_dump(struct dwcsata_softc *sc, uint32_t tfr, uint32_t err)
546 "DMA state: CHEN 0x%08x tfr/blk/err 0x%08x/0x%08x/0x%08x "
549 dwcdmac_read(sc, DWCDMAC_CHEN), tfr,
668 uint32_t tfr, err, dmacr, intpr; local
682 tfr = dwcdmac_read(sc, DWCDMAC_RAW_TFR);
685 if (((tfr | err) & DWCDMAC_CHANBIT(DWCSATA_DMACH)) == 0)
689 dwcsata_dma_dump(sc, tfr, err);
696 * check. CHEN stuck with no TFR/ERR is the wedge signature.
705 tfr = dwcdmac_read(sc, DWCDMAC_RAW_TFR);
750 dwcsata_dma_dump(sc, tfr, err)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-s12z.c 1417 tfr (const struct instruction *insn)
3383 {"tfr", 1, 0x9e, tfr, 0},
3384 {"zex", 1, 0x9e, tfr, 0},
3391 {"exg", 1, 0xae, tfr, 0},
3392 {"sex", 1, 0xae, tfr, 0},
3523 {"clb", 2, 0x91, tfr, 0},
1410 tfr (const struct instruction *insn) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s12z.c 1417 tfr (const struct instruction *insn)
3383 {"tfr", 1, 0x9e, tfr, 0},
3384 {"zex", 1, 0x9e, tfr, 0},
3391 {"exg", 1, 0xae, tfr, 0},
3392 {"sex", 1, 0xae, tfr, 0},
3523 {"clb", 2, 0x91, tfr, 0},
1410 tfr (const struct instruction *insn) function
  /src/external/gpl3/binutils/dist/bfd/
elf64-ia64-vms.c 4167 struct elf64_vms_transfer *tfr; local
4170 tfr = (struct elf64_vms_transfer *)tfr_sec->contents;
4171 bfd_putl32 (6 * 8, tfr->size);
4174 + 6 * 8, tfr->tfradr3);
4190 bfd_putl64 (tfr3_val, tfr->tfr3_func);
4191 bfd_putl64 (_bfd_get_gp_value (info->output_bfd), tfr->tfr3_gp);
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ia64-vms.c 4167 struct elf64_vms_transfer *tfr; local
4170 tfr = (struct elf64_vms_transfer *)tfr_sec->contents;
4171 bfd_putl32 (6 * 8, tfr->size);
4174 + 6 * 8, tfr->tfradr3);
4190 bfd_putl64 (tfr3_val, tfr->tfr3_func);
4191 bfd_putl64 (_bfd_get_gp_value (info->output_bfd), tfr->tfr3_gp);
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ia64-vms.c 4165 struct elf64_vms_transfer *tfr; local
4168 tfr = (struct elf64_vms_transfer *)tfr_sec->contents;
4169 bfd_putl32 (6 * 8, tfr->size);
4172 + 6 * 8, tfr->tfradr3);
4188 bfd_putl64 (tfr3_val, tfr->tfr3_func);
4189 bfd_putl64 (_bfd_get_gp_value (info->output_bfd), tfr->tfr3_gp);
  /src/external/gpl3/gdb/dist/bfd/
elf64-ia64-vms.c 4168 struct elf64_vms_transfer *tfr; local
4171 tfr = (struct elf64_vms_transfer *)tfr_sec->contents;
4172 bfd_putl32 (6 * 8, tfr->size);
4175 + 6 * 8, tfr->tfradr3);
4191 bfd_putl64 (tfr3_val, tfr->tfr3_func);
4192 bfd_putl64 (_bfd_get_gp_value (info->output_bfd), tfr->tfr3_gp);

Completed in 84 milliseconds