| /src/sys/arch/playstation2/playstation2/ |
| interrupt.h | 50 struct evcnt clock, sbus, dmac; member in struct:_playstation2_evcnt
|
| /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/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/dev/pci/cxgb/ |
| cxgb_l2t.h | 71 uint8_t dmac[6]; /* neighbour's MAC address */ member in struct:l2t_entry
|
| /src/sys/dev/ic/ |
| stivar.h | 62 sti_dmac_t dmac; member in struct:sti_rom
|
| stireg.h | 544 STI_DEP(dmac); variable
|
| /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/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...] |
| /src/sys/arch/x68k/x68k/ |
| iodevice.h | 58 struct dmac { struct 309 struct dmac io_dma[4]; /* 0x00e84000 */
|
| /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! */
|
| /src/sys/dev/pci/ixgbe/ |
| ixgbe.h | 513 u16 dmac; member in struct:ixgbe_softc
|