Searched refs:pScript (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | 53c700.c | 274 return h->pScript + ((uintptr_t)p - (uintptr_t)h->script); in virt_to_dma() 297 dma_addr_t pScript, pSlots; in NCR_700_detect() local 307 memory = dma_alloc_coherent(dev, TOTAL_MEM_SIZE, &pScript, GFP_KERNEL); in NCR_700_detect() 310 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect() 325 pSlots = pScript + SLOTS_OFFSET; in NCR_700_detect() 365 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect() 368 pScript + MSGOUT_OFFSET); in NCR_700_detect() 370 pScript + STATUS_OFFSET); in NCR_700_detect() 372 pScript + MSGIN_OFFSET); in NCR_700_detect() 375 hostdata->pScript in NCR_700_detect() [all...] |
H A D | 53c700.h | 220 __u32 pScript; /* physical mem addr of script */ member 224 /* Note: pScript contains the single consistent block of
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | 53c700.c | 273 return h->pScript + ((uintptr_t)p - (uintptr_t)h->script); in virt_to_dma() 296 dma_addr_t pScript, pSlots; in NCR_700_detect() local 306 memory = dma_alloc_coherent(dev, TOTAL_MEM_SIZE, &pScript, GFP_KERNEL); in NCR_700_detect() 309 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect() 324 pSlots = pScript + SLOTS_OFFSET; in NCR_700_detect() 364 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect() 367 pScript + MSGOUT_OFFSET); in NCR_700_detect() 369 pScript + STATUS_OFFSET); in NCR_700_detect() 371 pScript + MSGIN_OFFSET); in NCR_700_detect() 374 hostdata->pScript in NCR_700_detect() [all...] |
H A D | 53c700.h | 219 __u32 pScript; /* physical mem addr of script */ member 223 /* Note: pScript contains the single consistent block of
|
Completed in 6 milliseconds