Searched refs:pds (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/pci/ |
D | rom.c | 78 void __iomem *pds; in pci_get_rom_size() local 87 pds = image + readw(image + 24); in pci_get_rom_size() 88 if (readb(pds) != 'P') in pci_get_rom_size() 90 if (readb(pds + 1) != 'C') in pci_get_rom_size() 92 if (readb(pds + 2) != 'I') in pci_get_rom_size() 94 if (readb(pds + 3) != 'R') in pci_get_rom_size() 96 last_image = readb(pds + 21) & 0x80; in pci_get_rom_size() 97 length = readw(pds + 16); in pci_get_rom_size()
|
/linux-4.1.27/arch/parisc/lib/ |
D | memcpy.c | 285 register double *pds, *pdd; in pa_memcpy_internal() local 318 pds = (double *)pcs; in pa_memcpy_internal() 326 flddma(s_space, pds, r1, pmc_load_exc); in pa_memcpy_internal() 327 flddma(s_space, pds, r2, pmc_load_exc); in pa_memcpy_internal() 328 flddma(s_space, pds, r3, pmc_load_exc); in pa_memcpy_internal() 329 flddma(s_space, pds, r4, pmc_load_exc); in pa_memcpy_internal() 337 prefetch_src((char *)pds + L1_CACHE_BYTES); in pa_memcpy_internal() 339 flddma(s_space, pds, r5, pmc_load_exc); in pa_memcpy_internal() 340 flddma(s_space, pds, r6, pmc_load_exc); in pa_memcpy_internal() 341 flddma(s_space, pds, r7, pmc_load_exc); in pa_memcpy_internal() [all …]
|
/linux-4.1.27/drivers/scsi/ |
D | gdth_proc.c | 154 gdth_dskstat_str *pds; in gdth_show_info() local 239 pds = (gdth_dskstat_str *)(buf + GDTH_SCRATCH/4); in gdth_show_info() 246 pds->bid = ha->raw[i].local_no; in gdth_show_info() 247 pds->first = 0; in gdth_show_info() 248 pds->entries = ha->raw[i].pdev_cnt; in gdth_show_info() 250 sizeof(pds->list[0]); in gdth_show_info() 251 if (pds->entries > cnt) in gdth_show_info() 252 pds->entries = cnt; in gdth_show_info() 255 pds->count = 0; in gdth_show_info() 295 for (k = 0; k < pds->count; ++k) { in gdth_show_info() [all …]
|
/linux-4.1.27/block/ |
D | blk-cgroup.c | 964 LIST_HEAD(pds); in blkcg_activate_policy() 1017 list_add_tail(&pd->alloc_node, &pds); in blkcg_activate_policy() 1027 if (WARN_ON(list_empty(&pds))) { in blkcg_activate_policy() 1032 pd = list_first_entry(&pds, struct blkg_policy_data, alloc_node); in blkcg_activate_policy() 1052 list_for_each_entry_safe(pd, n, &pds, alloc_node) in blkcg_activate_policy()
|
/linux-4.1.27/Documentation/isdn/ |
D | CREDITS | 55 Thomas Pfeiffer (pfeiffer@pds.de)
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pciercx-defs.h | 1132 uint32_t pds:1; member 1170 uint32_t pds:1;
|
/linux-4.1.27/drivers/scsi/pm8001/ |
D | pm8001_hwi.c | 3102 u8 pds = le32_to_cpu(pPayload->pds_nds) & PDS_BITS; in pm8001_mpi_set_dev_state_resp() local 3106 device_id, pds, nds, status)); in pm8001_mpi_set_dev_state_resp()
|