Searched refs:pds (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/pci/ |
| D | rom.c | 92 void __iomem *pds; in pci_get_rom_size() local 100 pds = image + readw(image + 24); in pci_get_rom_size() 101 if (readl(pds) != 0x52494350) { in pci_get_rom_size() 103 readl(pds)); in pci_get_rom_size() 106 last_image = readb(pds + 21) & 0x80; in pci_get_rom_size() 107 length = readw(pds + 16); in pci_get_rom_size()
|
| /Linux-v5.4/drivers/scsi/ |
| D | gdth_proc.c | 166 gdth_dskstat_str *pds; in gdth_show_info() local 245 pds = (gdth_dskstat_str *)(buf + GDTH_SCRATCH/4); in gdth_show_info() 252 pds->bid = ha->raw[i].local_no; in gdth_show_info() 253 pds->first = 0; in gdth_show_info() 254 pds->entries = ha->raw[i].pdev_cnt; in gdth_show_info() 256 sizeof(pds->list[0]); in gdth_show_info() 257 if (pds->entries > cnt) in gdth_show_info() 258 pds->entries = cnt; in gdth_show_info() 261 pds->count = 0; in gdth_show_info() 301 for (k = 0; k < pds->count; ++k) { in gdth_show_info() [all …]
|
| /Linux-v5.4/drivers/remoteproc/ |
| D | qcom_q6v5_mss.c | 325 static int q6v5_pds_enable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_enable() argument 332 dev_pm_genpd_set_performance_state(pds[i], INT_MAX); in q6v5_pds_enable() 333 ret = pm_runtime_get_sync(pds[i]); in q6v5_pds_enable() 342 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_enable() 343 pm_runtime_put(pds[i]); in q6v5_pds_enable() 349 static void q6v5_pds_disable(struct q6v5 *qproc, struct device **pds, in q6v5_pds_disable() argument 355 dev_pm_genpd_set_performance_state(pds[i], 0); in q6v5_pds_disable() 356 pm_runtime_put(pds[i]); in q6v5_pds_disable() 1300 static void q6v5_pds_detach(struct q6v5 *qproc, struct device **pds, in q6v5_pds_detach() argument 1306 dev_pm_domain_detach(pds[i], false); in q6v5_pds_detach()
|
| /Linux-v5.4/Documentation/isdn/ |
| D | credits.rst | 59 Thomas Pfeiffer (pfeiffer@pds.de)
|
| /Linux-v5.4/arch/mips/include/asm/octeon/ |
| D | cvmx-pciercx-defs.h | 212 __BITFIELD_FIELD(uint32_t pds:1,
|
| /Linux-v5.4/drivers/iommu/ |
| D | intel-iommu.c | 1930 int pds, max_pde; in context_get_sm_pds() local 1933 pds = find_first_bit((unsigned long *)&max_pde, MAX_NR_PASID_BITS); in context_get_sm_pds() 1934 if (pds < 7) in context_get_sm_pds() 1937 return pds - 7; in context_get_sm_pds() 1971 #define context_pdts(pds) (((pds) & 0x7) << 9) argument 2032 unsigned long pds; in domain_context_mapping_one() local 2037 pds = context_get_sm_pds(table); in domain_context_mapping_one() 2039 context_pdts(pds); in domain_context_mapping_one()
|
| /Linux-v5.4/drivers/scsi/pm8001/ |
| D | pm8001_hwi.c | 3109 u8 pds = le32_to_cpu(pPayload->pds_nds) & PDS_BITS; in pm8001_mpi_set_dev_state_resp() local 3113 device_id, pds, nds, status)); in pm8001_mpi_set_dev_state_resp()
|