Home
last modified time | relevance | path

Searched refs:physaddr (Results 1 – 17 of 17) sorted by relevance

/drivers/mtd/maps/
A Duclinux.c39 static unsigned long physaddr = -1; variable
40 module_param(physaddr, ulong, S_IRUGO);
74 if (physaddr == -1) in uclinux_mtd_init()
77 mapp->phys = physaddr; in uclinux_mtd_init()
/drivers/firmware/google/
A Dvpd.c183 phys_addr_t physaddr, size_t size) in vpd_section_init() argument
187 sec->baseaddr = memremap(physaddr, size, MEMREMAP_WB); in vpd_section_init()
247 static int vpd_sections_init(phys_addr_t physaddr) in vpd_sections_init() argument
253 temp = memremap(physaddr, sizeof(struct vpd_cbmem), MEMREMAP_WB); in vpd_sections_init()
265 physaddr + sizeof(struct vpd_cbmem), in vpd_sections_init()
273 physaddr + sizeof(struct vpd_cbmem) + in vpd_sections_init()
/drivers/scsi/
A Dsgiwd93.c75 dma_addr_t physaddr; in fill_hpc_entries() local
79 physaddr = dma_map_single(hd->dev, addr, len, DMA_DIR(din)); in fill_hpc_entries()
80 scsi_pointer->dma_handle = physaddr; in fill_hpc_entries()
89 hcp->desc.pbuf = physaddr; in fill_hpc_entries()
93 physaddr += count; in fill_hpc_entries()
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dmsgbuf.c282 dma_addr_t physaddr; member
357 array[*idx].physaddr = *physaddr; in brcmf_msgbuf_alloc_pktid()
706 dma_addr_t physaddr; in brcmf_msgbuf_txflow() local
728 &physaddr, &pktid)) { in brcmf_msgbuf_txflow()
753 address = (u64)physaddr; in brcmf_msgbuf_txflow()
911 dma_addr_t physaddr; in brcmf_msgbuf_rxbuf_data_post() local
941 &physaddr, &pktid)) { in brcmf_msgbuf_rxbuf_data_post()
949 address = (u64)physaddr; in brcmf_msgbuf_rxbuf_data_post()
964 address = (u64)physaddr; in brcmf_msgbuf_rxbuf_data_post()
1019 dma_addr_t physaddr; in brcmf_msgbuf_rxbuf_ctrl_post() local
[all …]
/drivers/net/ethernet/smsc/
A Dsmc91x.h236 u_long physaddr; member
317 config.src_addr = lp->physaddr + reg; in smc_pxa_dma_insl()
318 config.dst_addr = lp->physaddr + reg; in smc_pxa_dma_insl()
360 config.src_addr = lp->physaddr + reg; in smc_pxa_dma_insw()
361 config.dst_addr = lp->physaddr + reg; in smc_pxa_dma_insw()
A Dsmc91x.c2384 lp->physaddr = res->start; in smc_drv_probe()
/drivers/scsi/lpfc/
A Dlpfc_scsi.c820 dma_addr_t physaddr; in lpfc_scsi_prep_dma_buf_s3() local
867 physaddr = sg_dma_address(sgel); in lpfc_scsi_prep_dma_buf_s3()
905 physaddr = lpfc_cmd->dma_handle; in lpfc_scsi_prep_dma_buf_s3()
1545 dma_addr_t physaddr; in lpfc_bg_setup_bpl() local
1622 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_bpl()
1930 dma_addr_t physaddr; in lpfc_bg_setup_sgl() local
2032 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_sgl()
3057 dma_addr_t physaddr; in lpfc_scsi_prep_dma_buf_s4() local
3158 physaddr = sg_dma_address(sgel); in lpfc_scsi_prep_dma_buf_s4()
3161 physaddr)); in lpfc_scsi_prep_dma_buf_s4()
[all …]
A Dlpfc_nvmet.c2723 dma_addr_t physaddr; in lpfc_nvmet_prep_fcp_wqe() local
2798 physaddr = sg_dma_address(sgel); in lpfc_nvmet_prep_fcp_wqe()
2801 wqe->fcp_tsend.bde.addrLow = cpu_to_le32(putPaddrLow(physaddr)); in lpfc_nvmet_prep_fcp_wqe()
2803 cpu_to_le32(putPaddrHigh(physaddr)); in lpfc_nvmet_prep_fcp_wqe()
2947 physaddr = rsp->rspdma; in lpfc_nvmet_prep_fcp_wqe()
2951 cpu_to_le32(putPaddrLow(physaddr)); in lpfc_nvmet_prep_fcp_wqe()
2953 cpu_to_le32(putPaddrHigh(physaddr)); in lpfc_nvmet_prep_fcp_wqe()
3010 physaddr = sg_dma_address(sgel); in lpfc_nvmet_prep_fcp_wqe()
3012 sgl->addr_hi = putPaddrHigh(physaddr); in lpfc_nvmet_prep_fcp_wqe()
3013 sgl->addr_lo = putPaddrLow(physaddr); in lpfc_nvmet_prep_fcp_wqe()
A Dlpfc_nvme.c1348 dma_addr_t physaddr = 0; in lpfc_nvme_prep_io_dma() local
1440 physaddr = sg_dma_address(data_sg); in lpfc_nvme_prep_io_dma()
1443 putPaddrLow(physaddr)); in lpfc_nvme_prep_io_dma()
1445 putPaddrHigh(physaddr)); in lpfc_nvme_prep_io_dma()
A Dlpfc_sli.c2451 dma_addr_t physaddr = hbq_buf->dbuf.phys; in lpfc_sli_hbq_to_firmware_s3() local
2459 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr)); in lpfc_sli_hbq_to_firmware_s3()
2460 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr)); in lpfc_sli_hbq_to_firmware_s3()
/drivers/net/ethernet/freescale/
A Dfec_mpc52xx.c390 u32 status, physaddr; in mpc52xx_fec_rx_interrupt() local
399 physaddr = bd->skb_pa; in mpc52xx_fec_rx_interrupt()
427 dma_unmap_single(dev->dev.parent, physaddr, rskb->len, in mpc52xx_fec_rx_interrupt()
/drivers/scsi/aic7xxx/
A Daic7xxx_core.c4934 dma_addr_t physaddr; in ahc_alloc_scbs() local
4966 physaddr = sg_map->sg_physaddr; in ahc_alloc_scbs()
4991 physaddr += (AHC_NSEG * sizeof(struct ahc_dma_seg)); in ahc_alloc_scbs()
5046 uint32_t physaddr; in ahc_chip_init() local
5116 physaddr = ahc->scb_data->hscb_busaddr; in ahc_chip_init()
5117 ahc_outb(ahc, HSCB_ADDR, physaddr & 0xFF); in ahc_chip_init()
5118 ahc_outb(ahc, HSCB_ADDR + 1, (physaddr >> 8) & 0xFF); in ahc_chip_init()
5119 ahc_outb(ahc, HSCB_ADDR + 2, (physaddr >> 16) & 0xFF); in ahc_chip_init()
5120 ahc_outb(ahc, HSCB_ADDR + 3, (physaddr >> 24) & 0xFF); in ahc_chip_init()
5122 physaddr = ahc->shared_data_busaddr; in ahc_chip_init()
[all …]
A Daic79xx_core.c6797 &hscb_map->physaddr, /*flags*/0); in ahd_alloc_scbs()
6800 hscb_busaddr = hscb_map->physaddr; in ahd_alloc_scbs()
6811 sg_busaddr = sg_map->physaddr + offset; in ahd_alloc_scbs()
6830 ahd_dmamap_cb, &sg_map->physaddr, /*flags*/0); in ahd_alloc_scbs()
6833 sg_busaddr = sg_map->physaddr; in ahd_alloc_scbs()
6848 sense_busaddr = sense_map->physaddr + offset; in ahd_alloc_scbs()
6867 &sense_map->physaddr, /*flags*/0); in ahd_alloc_scbs()
6870 sense_busaddr = sense_map->physaddr; in ahd_alloc_scbs()
7071 ahd_dmamap_cb, &ahd->shared_data_map.physaddr, in ahd_init()
7075 next_baddr = ahd->shared_data_map.physaddr in ahd_init()
[all …]
A Daic79xx.h542 dma_addr_t physaddr; member
/drivers/infiniband/hw/hfi1/
A Dfile_ops.c357 memaddr = ((dd->physaddr + TXE_PIO_SEND) + in hfi1_file_mmap()
463 (dd->physaddr + RXE_PER_CONTEXT_USER) in hfi1_file_mmap()
A Dpcie.c149 dd->physaddr = addr; /* used for io_remap, etc. */ in hfi1_pcie_ddinit()
A Dhfi.h1033 resource_size_t physaddr; member

Completed in 128 milliseconds