Searched refs:pcell_loc (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/parisc/kernel/ |
D | inventory.c | 188 pat_query_module(ulong pcell_loc, ulong mod_index) in pat_query_module() argument 201 status = pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module() 224 dev->pcell_loc = pcell_loc; in pat_query_module() 253 printk(KERN_DEBUG "PAT_ENTITY_CA: %ld\n", pcell_loc); in pat_query_module() 268 pdc_pat_cell_module(&bytecnt, pcell_loc, mod_index, in pat_query_module()
|
D | processor.c | 116 status = pdc_pat_cell_module(&bytecnt, dev->pcell_loc, in processor_probe()
|
/linux-5.19.10/arch/parisc/include/asm/ |
D | parisc-device.h | 21 unsigned long pcell_loc; /* Physical Cell location */ member
|
/linux-5.19.10/drivers/parisc/ |
D | lba_pci.c | 1039 status = pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources() 1043 status |= pdc_pat_cell_module(&bytecnt, pa_dev->pcell_loc, pa_dev->mod_index, in lba_pat_resources()
|