| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_fcoe.c | 370 void *p_addr; in qed_fcoe_allocate_connection() local 390 p_addr = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_fcoe_allocate_connection() 393 if (!p_addr) in qed_fcoe_allocate_connection() 395 p_conn->xferq_pbl_addr_virt_addr = p_addr; in qed_fcoe_allocate_connection() 398 p_addr = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_fcoe_allocate_connection() 401 if (!p_addr) in qed_fcoe_allocate_connection() 403 p_conn->xferq_addr_virt_addr[i] = p_addr; in qed_fcoe_allocate_connection() 405 p_addr = p_conn->xferq_pbl_addr_virt_addr; in qed_fcoe_allocate_connection() 406 ((dma_addr_t *)p_addr)[i] = p_conn->xferq_addr[i]; in qed_fcoe_allocate_connection() 409 p_addr = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_fcoe_allocate_connection() [all …]
|
| H A D | qed_l2.c | 1598 u32 *p_addr, in __qed_get_vport_pstats_addrlen() argument 1602 *p_addr = BAR0_MAP_REG_PSDM_RAM + in __qed_get_vport_pstats_addrlen() 1609 *p_addr = p_resp->pfdev_info.stats_info.pstats.address; in __qed_get_vport_pstats_addrlen() 1674 u32 *p_addr, in __qed_get_vport_ustats_addrlen() argument 1678 *p_addr = BAR0_MAP_REG_USDM_RAM + in __qed_get_vport_ustats_addrlen() 1685 *p_addr = p_resp->pfdev_info.stats_info.ustats.address; in __qed_get_vport_ustats_addrlen() 1715 u32 *p_addr, in __qed_get_vport_mstats_addrlen() argument 1719 *p_addr = BAR0_MAP_REG_MSDM_RAM + in __qed_get_vport_mstats_addrlen() 1726 *p_addr = p_resp->pfdev_info.stats_info.mstats.address; in __qed_get_vport_mstats_addrlen()
|
| /linux/drivers/bluetooth/ |
| H A D | btintel_pcie.c | 1747 dma_addr_t p_addr, void *v_addr, in btintel_pcie_setup_ia() argument 1751 ia->tr_hia_p_addr = p_addr; in btintel_pcie_setup_ia() 1755 ia->tr_tia_p_addr = p_addr + sizeof(u16) * BTINTEL_PCIE_NUM_QUEUES; in btintel_pcie_setup_ia() 1759 ia->cr_hia_p_addr = p_addr + (sizeof(u16) * BTINTEL_PCIE_NUM_QUEUES * 2); in btintel_pcie_setup_ia() 1763 ia->cr_tia_p_addr = p_addr + (sizeof(u16) * BTINTEL_PCIE_NUM_QUEUES * 3); in btintel_pcie_setup_ia() 1782 dma_addr_t p_addr; in btintel_pcie_alloc() local 1813 &p_addr); in btintel_pcie_alloc() 1820 data->dma_p_addr = p_addr; in btintel_pcie_alloc() 1828 data->txq.tfds_p_addr = p_addr; in btintel_pcie_alloc() 1831 p_addr += (sizeof(struct tfd) * BTINTEL_PCIE_TX_DESCS_COUNT); in btintel_pcie_alloc() [all …]
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | amd.c | 697 unsigned long p_addr = (unsigned long)&mc->hdr.data_code; in __apply_microcode_amd() local 699 if (!verify_sha256_digest(mc->hdr.patch_id, *cur_rev, (const u8 *)p_addr, psize)) in __apply_microcode_amd() 702 native_wrmsrq(MSR_AMD64_PATCH_LOADER, p_addr); in __apply_microcode_amd() 705 unsigned long p_addr_end = p_addr + psize - 1; in __apply_microcode_amd() 707 invlpg(p_addr); in __apply_microcode_amd() 713 if (p_addr >> PAGE_SHIFT != p_addr_end >> PAGE_SHIFT) in __apply_microcode_amd()
|
| /linux/sound/soc/codecs/aw88395/ |
| H A D | aw88395_lib.h | 84 unsigned char *p_addr; member
|
| /linux/arch/sparc/include/asm/ |
| H A D | sunbpp.h | 12 __volatile__ __u32 p_addr; /* Address Register */ member
|
| /linux/drivers/dma/ioat/ |
| H A D | prep.c | 298 dev_dbg(dev, "\tP: %#llx\n", pq->p_addr); in dump_pq_desc_dbg() 334 dev_dbg(dev, "\tP: %#llx\n", pq->p_addr); in dump_pq16_desc_dbg() 417 pq->p_addr = dst[0] + offset; in __ioat_prep_pq_lock() 531 pq->p_addr = dst[0] + offset; in __ioat_prep_pq16_lock()
|
| /linux/scripts/gdb/linux/ |
| H A D | lists.py | 86 p_addr=p.address,
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | protocols.h | 281 void __iomem **p_addr,
|
| H A D | driver.c | 1906 u32 domain, void __iomem **p_addr, in scmi_common_fastchannel_init() argument 1931 if (!p_addr) { in scmi_common_fastchannel_init() 1973 *p_addr = addr; in scmi_common_fastchannel_init() 2013 *p_addr = NULL; in scmi_common_fastchannel_init()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965.c | 355 pinst = il->ucode_init.p_addr >> 4; in il4965_load_bsm() 356 pdata = il->ucode_init_data.p_addr >> 4; in il4965_load_bsm() 421 pinst = il->ucode_code.p_addr >> 4; in il4965_set_ucode_ptrs() 422 pdata = il->ucode_data_backup.p_addr >> 4; in il4965_set_ucode_ptrs()
|
| H A D | common.h | 742 dma_addr_t p_addr; /* access by card's busmaster DMA */ member 2227 desc->p_addr); in il_free_fw_desc() 2241 &desc->p_addr, GFP_KERNEL); in il_alloc_fw_desc()
|
| H A D | 3945.c | 2580 pinst = il->ucode_init.p_addr; in il3945_load_bsm() 2581 pdata = il->ucode_init_data.p_addr; in il3945_load_bsm()
|
| H A D | 3945-mac.c | 1957 il->ucode_code.v_addr, (u32) il->ucode_code.p_addr); in il3945_read_ucode() 2020 pinst = il->ucode_code.p_addr; in il3945_set_ucode_ptrs() 2021 pdata = il->ucode_data_backup.p_addr; in il3945_set_ucode_ptrs()
|
| H A D | 4965-mac.c | 4918 il->ucode_code.v_addr, (u32) il->ucode_code.p_addr); in il4965_ucode_callback()
|
| /linux/drivers/net/fddi/ |
| H A D | defxx.c | 2465 PI_LAN_ADDR *p_addr; /* pointer to CAM entry */ in dfx_ctl_update_cam() local 2482 p_addr = &bp->cmd_req_virt->addr_filter_set.entry[0]; in dfx_ctl_update_cam() 2490 memcpy(p_addr, &bp->uc_table[i*FDDI_K_ALEN], FDDI_K_ALEN); in dfx_ctl_update_cam() 2491 p_addr++; /* point to next command entry */ in dfx_ctl_update_cam() 2501 memcpy(p_addr, &bp->mc_table[i*FDDI_K_ALEN], FDDI_K_ALEN); in dfx_ctl_update_cam() 2502 p_addr++; /* point to next command entry */ in dfx_ctl_update_cam()
|