Searched refs:scb_data (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c390 return (ahc->scb_data->hscb_busaddr
397 ahc_dmamap_sync(ahc, ahc->scb_data->hscb_dmat,
398 ahc->scb_data->hscb_dmamap,
409 ahc_dmamap_sync(ahc, ahc->scb_data->sg_dmat, scb->sg_map->sg_dmamap,
524 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) {
526 scb = SLIST_FIRST(&ahc->scb_data->free_scbs);
530 SLIST_REMOVE_HEAD(&ahc->scb_data->free_scbs, links.sle);
544 ahc->scb_data->scbindex[hscb->tag] = NULL;
548 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle);
559 scb = ahc->scb_data
4734 struct scb_data *scb_data; local
4872 struct scb_data *scb_data; local
4931 struct scb_data *scb_data; local
[all...]
H A Daic79xx_core.c521 ahd_dmamap_sync(ahd, ahd->scb_data.hscb_dmat,
533 ahd_dmamap_sync(ahd, ahd->scb_data.sg_dmat,
542 ahd_dmamap_sync(ahd, ahd->scb_data.sense_dmat,
794 scb = ahd->scb_data.scbindex[tag];
834 ahd->scb_data.scbindex[SCB_GET_TAG(scb)] = scb;
6340 for (i = 0; i < ahd->scb_data.maxhscbs; i++) {
6354 struct scb_data *scb_data; local
6357 scb_data = &ahd->scb_data;
6493 struct scb_data *scb_data; local
6753 struct scb_data *scb_data; local
[all...]
H A Daic7xxx.h578 struct scb_data { struct
904 struct scb_data *scb_data; member in struct:ahc_softc
H A Daic7xxx_proc.c303 ahc->scb_data->numscbs, AHC_NSEG);
H A Daic79xx_proc.c288 ahd->scb_data.numscbs, AHD_NSEG);
H A Daic79xx.h626 struct scb_data { struct
1056 struct scb_data scb_data; member in struct:ahd_softc
/linux-master/sound/pci/cs46xx/
H A Ddsp_spos.c883 static void _dsp_create_scb (struct snd_cs46xx *chip, u32 * scb_data, u32 dest) argument
891 spdst, scb_data[i]);
892 writel(scb_data[i],spdst);
975 cs46xx_dsp_create_scb (struct snd_cs46xx *chip, char * name, u32 * scb_data, u32 dest) argument
981 scb_data = kmemdup(scb_data, SCB_BYTES, GFP_KERNEL);
982 if (!scb_data)
988 desc->data = scb_data;
989 _dsp_create_scb(chip,scb_data,dest);
993 kfree(scb_data);
[all...]
H A Ddsp_spos_scb_lib.c265 _dsp_create_generic_scb (struct snd_cs46xx *chip, char * name, u32 * scb_data, u32 dest, argument
279 scb_data[SCBsubListPtr] =
282 scb_data[SCBfuncEntryPtr] &= 0xFFFF0000;
283 scb_data[SCBfuncEntryPtr] |= task_entry->address;
287 scb = cs46xx_dsp_create_scb(chip,name,scb_data,dest);
343 cs46xx_dsp_create_generic_scb (struct snd_cs46xx *chip, char * name, u32 * scb_data, argument
359 return _dsp_create_generic_scb (chip,name,scb_data,dest,task_entry,
H A Dcs46xx_lib.h105 u32 * scb_data, u32 dest);

Completed in 162 milliseconds