Home
last modified time | relevance | path

Searched refs:work_bus (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ata/
H A Data-dma.c117 ch->dma.work_bus = dcba.maddr; in ata_dmainit()
130 if (ch->dma.work_bus) { in ata_dmafini()
133 ch->dma.work_bus = 0; in ata_dmafini()
H A Data-all.h346 bus_addr_t work_bus; /* bus address of dmatab */ member
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c158 ((ch->dma.work_bus + FSL_SATA_CT_OFFSET + (FSL_SATA_CT_SIZE * slot->slot)))
219 bus_addr_t work_bus; /* bus address of work */ member
482 work = ch->dma.work_bus + FSL_SATA_CL_OFFSET; in fsl_sata_init()
585 ch->dma.work_bus = dcba.maddr; in fsl_sata_dmainit()
621 if (ch->dma.work_bus) { in fsl_sata_dmafini()
624 ch->dma.work_bus = 0; in fsl_sata_dmafini()
/freebsd/sys/dev/siis/
H A Dsiis.h329 bus_addr_t work_bus; /* bus address of work */ member
H A Dsiis.c685 ch->dma.work_bus = dcba.maddr; in siis_dmainit()
719 if (ch->dma.work_bus) { in siis_dmafini()
722 ch->dma.work_bus = 0; in siis_dmafini()
1116 prb_bus = ch->dma.work_bus + slot->prb_offset; in siis_execute_transaction()
/freebsd/sys/dev/ahci/
H A Dahci.h371 bus_addr_t work_bus; /* bus address of work */ member
H A Dahci.c987 work = ch->dma.work_bus + AHCI_CL_OFFSET; in ahci_ch_init()
1102 ch->dma.work_bus = dcba.maddr; in ahci_dmainit()
1165 if (ch->dma.work_bus) { in ahci_dmafini()
1168 ch->dma.work_bus = 0; in ahci_dmafini()
1713 clp->cmd_table_phys = htole64(ch->dma.work_bus + slot->ct_offset); in ahci_execute_transaction()