Searched refs:mem_ptr (Results 1 – 13 of 13) sorted by relevance
| /drivers/scsi/ |
| A D | ips.c | 2034 (unsigned long)ha->mem_ptr); in ips_host_info() 4240 if (ha->mem_ptr) { in ips_free() 4243 ha->mem_ptr = NULL; in ips_free() 4822 readb(ha->mem_ptr + IPS_REG_ISPR); in ips_init_copperhead_memio() 5162 ha->mem_ptr + IPS_REG_SQER); in ips_statinit_memio() 6118 writel(0, ha->mem_ptr + IPS_REG_FLAP); in ips_erase_bios_memio() 6382 writel(0, ha->mem_ptr + IPS_REG_FLAP); in ips_program_bios_memio() 6825 char __iomem *mem_ptr; in ips_init_phase1() local 6869 mem_ptr = ioremap_ptr + offs; in ips_init_phase1() 6872 mem_ptr = NULL; in ips_init_phase1() [all …]
|
| A D | ips.h | 1048 char __iomem *mem_ptr; /* Memory mapped Ptr */ member
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | sdio.c | 2775 if (entry->mem_ptr) { in mwifiex_sdio_fw_dump() 2776 vfree(entry->mem_ptr); in mwifiex_sdio_fw_dump() 2777 entry->mem_ptr = NULL; in mwifiex_sdio_fw_dump() 2835 if (!entry->mem_ptr) { in mwifiex_sdio_fw_dump() 2896 if (entry->mem_ptr) { in mwifiex_sdio_generic_fw_dump() 2897 vfree(entry->mem_ptr); in mwifiex_sdio_generic_fw_dump() 2898 entry->mem_ptr = NULL; in mwifiex_sdio_generic_fw_dump() 2934 if (!entry->mem_ptr) { in mwifiex_sdio_generic_fw_dump() 2988 if (entry->mem_ptr) { in mwifiex_sdio_generic_fw_dump() 2989 vfree(entry->mem_ptr); in mwifiex_sdio_generic_fw_dump() [all …]
|
| A D | pcie.c | 2697 if (entry->mem_ptr) { in mwifiex_pcie_fw_dump() 2698 vfree(entry->mem_ptr); in mwifiex_pcie_fw_dump() 2699 entry->mem_ptr = NULL; in mwifiex_pcie_fw_dump() 2749 entry->mem_ptr = vmalloc(memory_size + 1); in mwifiex_pcie_fw_dump() 2751 if (!entry->mem_ptr) { in mwifiex_pcie_fw_dump() 2756 dbg_ptr = entry->mem_ptr; in mwifiex_pcie_fw_dump() 2782 memcpy(tmp_ptr, entry->mem_ptr, memory_size); in mwifiex_pcie_fw_dump() 2783 vfree(entry->mem_ptr); in mwifiex_pcie_fw_dump() 2784 entry->mem_ptr = tmp_ptr; in mwifiex_pcie_fw_dump() 2786 dbg_ptr = entry->mem_ptr + memory_size; in mwifiex_pcie_fw_dump() [all …]
|
| A D | main.c | 1208 if (entry->mem_ptr) { in mwifiex_prepare_fw_dump_info() 1240 if (entry->mem_ptr) { in mwifiex_prepare_fw_dump_info() 1250 memcpy(fw_dump_ptr, entry->mem_ptr, entry->mem_size); in mwifiex_prepare_fw_dump_info() 1264 vfree(entry->mem_ptr); in mwifiex_prepare_fw_dump_info() 1265 entry->mem_ptr = NULL; in mwifiex_prepare_fw_dump_info()
|
| A D | decl.h | 296 u8 *mem_ptr; member
|
| /drivers/net/ethernet/qlogic/netxen/ |
| A D | netxen_nic_hw.c | 1158 if (*mem_ptr) in netxen_nic_map_indirect_address_128M() 1168 void __iomem *addr, *mem_ptr = NULL; in netxen_nic_hw_write_wx_128M() local 1185 if (mem_ptr) in netxen_nic_hw_write_wx_128M() 1186 iounmap(mem_ptr); in netxen_nic_hw_write_wx_128M() 1195 void __iomem *addr, *mem_ptr = NULL; in netxen_nic_hw_read_wx_128M() local 1213 if (mem_ptr) in netxen_nic_hw_read_wx_128M() 1214 iounmap(mem_ptr); in netxen_nic_hw_read_wx_128M() 1369 void __iomem *addr, *mem_ptr = NULL; in netxen_nic_pci_mem_access_direct() local 1390 if (mem_ptr == NULL) { in netxen_nic_pci_mem_access_direct() 1406 if (mem_ptr) in netxen_nic_pci_mem_access_direct() [all …]
|
| /drivers/bluetooth/ |
| A D | btmrvl_sdio.c | 1357 if (entry->mem_ptr) { in btmrvl_sdio_coredump() 1358 vfree(entry->mem_ptr); in btmrvl_sdio_coredump() 1359 entry->mem_ptr = NULL; in btmrvl_sdio_coredump() 1414 entry->mem_ptr = vzalloc(memory_size + 1); in btmrvl_sdio_coredump() 1416 if (!entry->mem_ptr) { in btmrvl_sdio_coredump() 1427 dbg_ptr = entry->mem_ptr; in btmrvl_sdio_coredump() 1456 dbg_ptr - entry->mem_ptr); in btmrvl_sdio_coredump() 1484 if (entry->mem_ptr) { in btmrvl_sdio_coredump() 1490 memcpy(fw_dump_ptr + size, entry->mem_ptr, in btmrvl_sdio_coredump() 1498 vfree(mem_type_mapping_tbl[idx].mem_ptr); in btmrvl_sdio_coredump() [all …]
|
| A D | btmrvl_drv.h | 42 u8 *mem_ptr; member
|
| /drivers/scsi/qla4xxx/ |
| A D | ql4_nx.c | 709 void __iomem *mem_ptr = NULL; in qla4_82xx_pci_mem_read_direct() local 739 mem_ptr = ioremap(mem_base + mem_page, PAGE_SIZE); in qla4_82xx_pci_mem_read_direct() 741 if (mem_ptr == NULL) { in qla4_82xx_pci_mem_read_direct() 745 addr = mem_ptr; in qla4_82xx_pci_mem_read_direct() 769 if (mem_ptr) in qla4_82xx_pci_mem_read_direct() 770 iounmap(mem_ptr); in qla4_82xx_pci_mem_read_direct() 782 void __iomem *mem_ptr = NULL; in qla4_82xx_pci_mem_write_direct() local 813 if (mem_ptr == NULL) in qla4_82xx_pci_mem_write_direct() 816 addr = mem_ptr; in qla4_82xx_pci_mem_write_direct() 839 if (mem_ptr) in qla4_82xx_pci_mem_write_direct() [all …]
|
| /drivers/scsi/qla2xxx/ |
| A D | qla_nx.c | 654 uint8_t __iomem *mem_ptr = NULL; in qla82xx_pci_mem_read_direct() local 685 mem_ptr = ioremap(mem_base + mem_page, PAGE_SIZE); in qla82xx_pci_mem_read_direct() 686 if (mem_ptr == NULL) { in qla82xx_pci_mem_read_direct() 690 addr = mem_ptr; in qla82xx_pci_mem_read_direct() 713 if (mem_ptr) in qla82xx_pci_mem_read_direct() 714 iounmap(mem_ptr); in qla82xx_pci_mem_read_direct() 726 uint8_t __iomem *mem_ptr = NULL; in qla82xx_pci_mem_write_direct() local 758 if (mem_ptr == NULL) in qla82xx_pci_mem_write_direct() 761 addr = mem_ptr; in qla82xx_pci_mem_write_direct() 783 if (mem_ptr) in qla82xx_pci_mem_write_direct() [all …]
|
| /drivers/md/ |
| A D | dm-integrity.c | 2053 char *mem_ptr; in __journal_read_write() local 2066 mem_ptr = mem + bv.bv_offset; in __journal_read_write() 2069 memcpy(mem_ptr, js, JOURNAL_SECTOR_DATA); in __journal_read_write() 2070 *(commit_id_t *)(mem_ptr + JOURNAL_SECTOR_DATA) = je->last_bytes[s]; in __journal_read_write() 2072 mem_ptr += 1 << SECTOR_SHIFT; in __journal_read_write()
|
| /drivers/mtd/nand/raw/ |
| A D | cadence-nand-controller.c | 918 char nf_mem, u32 flash_ptr, dma_addr_t mem_ptr, in cadence_nand_cdma_desc_prepare() argument 935 cdma_desc->memory_pointer = mem_ptr; in cadence_nand_cdma_desc_prepare()
|
Completed in 74 milliseconds