/src/sys/dev/isa/ |
adv_isa.c | 111 int iobase, irq, drq; local in function:adv_isa_probe 168 drq = AscGetIsaDmaChannel(iot, ioh); 170 /* Verify that the IRQ/DRQ match (or are wildcarded). */ 177 ia->ia_drq[0].ir_drq != drq) { 190 ia->ia_drq[0].ir_drq = drq; 241 "unable to cascade DRQ, error = %d\n", error);
|
dpt_isa.c | 133 int i, j, stat, irq, drq; local in function:dpt_isa_probe 216 if ((drq = ia->ia_drq[0].ir_drq) == ISA_UNKNOWN_DRQ) { 222 drq = "\0\7\6\5"[dmanum]; 240 ia->ia_drq[0].ir_drq = drq; 285 aprint_error("unable to cascade DRQ, error = %d\n", error);
|
uha_isa.c | 165 aprint_error_dev(sc->sc_dev, "unable to cascade DRQ, error = %d\n", error); 197 int irq, drq; local in function:u14_find 212 drq = 5; 215 drq = 6; 218 drq = 7; 221 printf("u14_find: illegal drq setting %x\n", 228 drq = -1; 269 sc->sc_drq = drq;
|
ad1848_isa.c | 455 aprint_error_dev(sc->sc_dev, "can't create map for drq %d\n", 466 aprint_error_dev(sc->sc_dev, "can't create map for drq %d\n", 744 int drq; local in function:ad1848_isa_malloc 748 drq = isc->sc_playdrq; 750 drq = isc->sc_recdrq; 751 return isa_malloc(isc->sc_ic, drq, size, M_DEVBUF, M_WAITOK);
|
essvar.h | 107 int drq; /* DMA channel */ member in struct:ess_audio_channel 109 #define IS16BITDRQ(drq) ((drq) >= 4)
|
ess.c | 283 sc->sc_audio1.drq, sc->sc_audio1.irq, sc->sc_audio1.nintr, 288 sc->sc_audio2.drq, sc->sc_audio2.irq, sc->sc_audio2.nintr, 540 switch (sc->sc_audio1.drq) { 553 sc->sc_audio1.drq); 565 switch (sc->sc_audio2.drq) { 581 sc->sc_audio2.drq); 821 if (!ESS_DRQ1_VALID(sc->sc_audio1.drq)) { 822 printf("ess: record drq %d invalid\n", sc->sc_audio1.drq); 825 if (!isa_drq_isfree(sc->sc_ic, sc->sc_audio1.drq)) 2144 int drq; local in function:ess_malloc [all...] |
mcd.c | 133 int irq, drq; member in struct:mcd_softc
|
sbdsp.c | 338 DPRINTF(("drq/irq check failed\n")); 362 /* XXX set both 8 & 16-bit drq to same channel, it works fine. */ 447 "can't create map for drq %d\n", sc->sc_drq8); 459 "can't create map for drq %d\n", sc->sc_drq16); 2442 int drq; local in function:sb_malloc 2446 drq = sc->sc_drq8; 2448 drq = sc->sc_drq16; 2449 return isa_malloc(sc->sc_ic, drq, size, M_DEVBUF, M_WAITOK);
|
/src/sys/dev/acpi/ |
atppc_acpi.c | 99 struct acpi_drq *drq; local in function:atppc_acpi_attach 119 /* find our DRQ */ 120 drq = acpi_res_drq(&res, 0); 121 if (drq == NULL) { 122 aprint_error_dev(sc->sc_dev, "unable to find drq resource\n"); 125 asc->sc_drq = drq->ar_drq;
|
fdc_acpi.c | 102 struct acpi_drq *drq; local in function:fdc_acpi_attach 124 /* find our DRQ */ 125 drq = acpi_res_drq(&res, 0); 126 if (drq == NULL) { 127 aprint_error_dev(sc->sc_dev, "unable to find drq resource\n"); 130 sc->sc_drq = drq->ar_drq;
|
acpivar.h | 321 void (*drq)(device_t, void *, uint32_t); member in struct:acpi_resource_parse_ops
|
/src/sys/dev/ofisa/ |
ofisavar.h | 66 int drq; /* DMA request */ member in struct:ofisa_dma_desc
|
/src/sys/dev/eisa/ |
uha_eisa.c | 175 int irq, drq; local in function:u24_find 185 drq = -1; 221 sc->sc_drq = drq;
|
/src/sys/dev/mca/ |
esp_mca.c | 141 int scsi_id, irq, drq, error; local in function:esp_mca_attach 183 drq = (pos3 & 0x0f); 186 aprint_normal(" slot %d irq %d drq %d: NCR SCSI Adapter\n", 187 ma->ma_slot + 1, irq, drq); 209 &esc->sc_xfer, drq)) != 0){ 242 mca_dma_set_ioport(drq, iobase + N86C01_PIO);
|
edc_mca.c | 148 int irq, drq, iobase; local in function:edc_mca_attach 200 drq = (pos2 & DRQ_MASK) >> 2; 203 aprint_normal(": slot %d irq %d drq %d: %s\n", ma->ma_slot+1, 204 irq, drq, typestr); 211 if (drq == 2 || drq >= 8) { 213 "invalid DMA Arbitration Level %d\n", drq); 250 &sc->sc_dmamap_xfer, drq)) != 0){
|
/src/sys/arch/mac68k/dev/ |
mac68k5380.c | 359 volatile u_int8_t *drq; local in function:do_ncr5380_drq_intr 364 PID("drq (in)"); 366 PID("drq (out)"); 378 PID("drq berr"); 394 PID("end drq early"); 409 drq = (volatile u_int8_t *) ncr_5380_with_drq; 411 *data++ = *drq++; 439 drq = (volatile u_int8_t *) long_drq; 441 *data++ = *drq++; 457 drq = (volatile u_int8_t *) ncr_5380_with_drq [all...] |
sbc.c | 445 volatile u_int8_t *drq = 0; /* XXX gcc4 -Wuninitialized */ local in function:sbc_drq_intr 457 printf("%s: drq intr, dh_len=0x%x, dh_flags=0x%x\n", 491 printf("%s: drq /berr, complete=0x%x (pending 0x%x)\n", 512 drq = (volatile u_int8_t *)sc->sc_drq_addr; 515 #define W1 *drq++ = *data++ 543 drq = (volatile u_int8_t *)long_drq; 545 #define W1 *drq++ = *data++ 555 drq = (volatile u_int8_t *)sc->sc_drq_addr; 561 *drq = 0; 569 (void)*drq; [all...] |
/src/sys/dev/ic/ |
aha.c | 735 * Find the board and find its irq/drq 744 int irq, drq; local in function:aha_find 793 drq = -1; 796 drq = 0; 799 drq = 5; 802 drq = 6; 805 drq = 7; 808 printf("aha_find: illegal drq setting %x\n", config.reply.chan); 838 sc->sc_drq = drq;
|
interwave.c | 499 * = 1 -> irq&drq pin enable bit 4 = 1 -> channel interrupts to chan 1406 int drq; local in function:iw_malloc 1410 drq = sc->sc_playdrq; 1412 drq = sc->sc_recdrq; 1413 return isa_malloc(sc->sc_ic, drq, size, M_DEVBUF, M_WAITOK);
|
bha.c | 967 * Determine irq/drq. 973 int irq, drq; local in function:bha_inquire_config 987 drq = -1; 990 drq = 0; 993 drq = 5; 996 drq = 6; 999 drq = 7; 1002 printf("bha: illegal drq setting %x\n", 1035 sc->sc_drq = drq;
|
/src/sys/arch/arm/sunxi/ |
sun4i_dma.c | 145 const u_int drq = be32toh(specifier[1]); local in function:sun4idma_acquire 147 if (type >= DMA_MAX_TYPES || drq >= DMA_MAX_DRQS) 157 ch->ch_drq = drq;
|
/src/sys/arch/arc/dti/ |
btl.c | 333 /* IRQ and DRQ set by bt_find(). */ 885 * Find the board and find its irq/drq 895 int irq, drq; local in function:bt_find 996 drq = DRQUNK; 999 drq = 0; 1002 drq = 5; 1005 drq = 6; 1008 drq = 7; 1011 printf("bt_find: illegal drq setting %x\n", config.reply.chan); 1045 sc->sc_drq = drq; [all...] |