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

  /src/sys/arch/news68k/dev/
si.c 219 /* soft reset DMAC */
254 * On news68k, SCSI has its own DMAC so no need allocate it.
278 struct dma_regs *dmac = sc->sc_regs; local
284 /* reset DMAC */
285 dmac->ctl = DC_CTL_RST;
286 dmac->ctl = 0;
293 dmac->tcnt = (uint32_t)len;
296 dmac->offset = offset;
299 dmac->tag = 0;
300 dmac->mapent = kvtop((void *)addr) >> DMAC_SEG_SHIFT
350 struct dma_regs *dmac = sc->sc_regs; local
381 struct dma_regs *dmac = sc->sc_regs; local
    [all...]
  /src/sys/arch/x68k/dev/
intio_dmac.c 33 * Hitachi HD63450 (= Motorola MC68450) DMAC driver for x68k.
80 CFATTACH_DECL_NEW(dmac, sizeof(struct dmac_softc),
90 if (strcmp(ia->ia_name, "dmac") != 0)
122 panic("IO map for DMAC corruption??");
131 aprint_normal(": HD63450 DMAC\n");
168 struct dmac_softc *dmac = device_private(intio->sc_dmac); local
169 struct dmac_channel_stat *chan = &dmac->sc_channels[ch];
174 aprint_normal_dev(dmac->sc_dev, "allocating ch %d for %s.\n",
179 panic("Invalid DMAC channel.");
181 panic("DMAC: channel in use.")
248 struct dmac_softc *dmac = device_private(intio->sc_dmac); local
319 struct dmac_softc *dmac = chan->ch_softc; local
    [all...]
  /src/sys/arch/acorn32/podulebus/
ascreg.h 105 /* DMAC constants */
115 /* DMAC registers */
130 templo = dmac + 0x0018;/* RO T7 T6 T5 T4 T3 T2 T1 T0 */
131 temphi = dmac + 0x0218;/* RO T15 T14 T13 T12 T11 T10 T9 T8 */
  /src/sys/arch/playstation2/playstation2/
interrupt.h 50 struct evcnt clock, sbus, dmac; member in struct:_playstation2_evcnt
interrupt.c 65 .dmac = EVCNT_INITIALIZER(EVCNT_TYPE_INTR, NULL, "hard", "dmac"),
74 u_int32_t __icu_mask[_IPL_N]; /* interrupt mask of DMAC/INTC */
104 evcnt_attach_static(&_playstation2_evcnt.dmac);
146 _playstation2_evcnt.dmac.ev_count++;
272 "CLOCK %-5lld SBUS %-5lld DMAC %-5lld "
273 "SR=%08x PC=%08x cpl=%08x intc=%08x dmac=%08x\n",
276 _playstation2_evcnt.dmac.ev_count,
  /src/sys/dev/pci/cxgb/
cxgb_l2t.c 126 memcpy(e->dmac, RT_ENADDR(e->neigh), sizeof(e->dmac));
127 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac));
334 if (memcmp(e->dmac, RT_ENADDR(neigh), sizeof(e->dmac)) ||
462 if (memcmp(e->dmac, RT_ENADDR(neigh), 6))
525 if (memcmp(e->dmac, RT_ENADDR(neigh), sizeof(e->dmac)))
642 e->idx, ip, e->dmac[0], e->dmac[1], e->dmac[2]
    [all...]
cxgb_l2t.h 71 uint8_t dmac[6]; /* neighbour's MAC address */ member in struct:l2t_entry
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 139 nv50_dmac_destroy(struct nv50_dmac *dmac)
141 spin_lock_destroy(&dmac->lock);
142 nvif_object_fini(&dmac->vram);
143 nvif_object_fini(&dmac->sync);
145 nv50_chan_destroy(&dmac->base);
147 nvif_mem_fini(&dmac->push);
153 struct nv50_dmac *dmac)
160 spin_lock_init(&dmac->lock);
174 ret = nvif_mem_init_map(&cli->mmu, type, 0x1000, &dmac->push);
178 dmac->ptr = __UNVOLATILE(dmac->push.object.map.ptr)
237 struct nv50_dmac *dmac = evoc; local
265 struct nv50_dmac *dmac = evoc; local
    [all...]
disp.h 86 u64 syncbuf, struct nv50_dmac *dmac);
  /src/sys/dev/ic/
stivar.h 62 sti_dmac_t dmac; member in struct:sti_rom
stireg.h 544 STI_DEP(dmac); variable
sti.c 376 rom->dmac = (sti_dmac_t)O(STI_DMA_CTRL);
  /src/sys/arch/x68k/x68k/
iodevice.h 58 struct dmac { struct
309 struct dmac io_dma[4]; /* 0x00e84000 */
  /src/sys/arch/newsmips/apbus/
dmac3.c 69 CFATTACH_DECL_NEW(dmac, sizeof(struct dmac3_softc),
  /src/sys/dev/pci/igc/
if_igc.h 345 uint32_t dmac; member in struct:igc_softc
if_igc.c 868 if (sc->dmac == 0) { /* Disabling it */
888 uint32_t dmac = pba - max_frame_size / 512; local
889 if (dmac < pba - 10)
890 dmac = pba - 10;
893 reg |= (dmac << IGC_DMACR_DMACTHR_SHIFT) & IGC_DMACR_DMACTHR_MASK;
907 reg |= (sc->dmac * 5) >> 6;
909 reg |= sc->dmac >> 5;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/lpc/
lpc18xx.dtsi 84 dmac: dma-controller@40002000 {
220 dma-masters = <&dmac>;
  /src/sys/dev/pci/ixgbe/
ixgbe.h 513 u16 dmac; member in struct:ixgbe_softc
ixgbe.c 1246 /* Set an initial dmac value */
1247 sc->dmac = 0;
3526 CTLTYPE_INT, "dmac", SYSCTL_DESCR("DMA Coalesce"),
4394 sc->dmac = 0;
5152 if (dcfg->watchdog_timer ^ sc->dmac ||
5154 dcfg->watchdog_timer = sc->dmac;
5159 INIT_DEBUGOUT2("dmac settings: watchdog %d, link speed %d\n",
5738 newval = sc->dmac;
5747 sc->dmac = 0;
5751 sc->dmac = 1000
    [all...]
  /src/sys/dev/isa/
gus.c 3010 u_char dmac; local
3027 dmac = GUSMASK_SAMPLE_IRQ|GUSMASK_SAMPLE_START;
3029 dmac |= GUSMASK_SAMPLE_DATA16;
3034 dmac |= GUSMASK_SAMPLE_INVBIT;
3036 dmac |= GUSMASK_SAMPLE_STEREO;
3048 bus_space_write_1(iot, ioh2, GUS_DATA_HIGH, dmac); /* Go! */

Completed in 37 milliseconds