/linux-4.1.27/drivers/pci/ |
D | vc.c | 106 int ctrl_pos, status_pos, id, pos2, evcc, i, ctrl_pos2, status_pos2; in pci_vc_enable() local 128 pos2 = pci_find_ext_capability(dev->bus->self, PCI_EXT_CAP_ID_VC); in pci_vc_enable() 129 if (!pos2) in pci_vc_enable() 132 pci_read_config_dword(dev->bus->self, pos2 + PCI_VC_PORT_CAP1, &cap1); in pci_vc_enable() 137 ctrl_pos2 = pos2 + PCI_VC_RES_CTRL + in pci_vc_enable() 139 status_pos2 = pos2 + PCI_VC_RES_STATUS + in pci_vc_enable()
|
/linux-4.1.27/drivers/scsi/ |
D | NCR_Q720.c | 147 __u8 pos2, pos4, asr2, asr9, asr10; in NCR_Q720_probe() local 156 pos2 = mca_device_read_pos(mca_dev, 2); in NCR_Q720_probe() 158 pos2 |= NCR_Q720_POS2_BOARD_ENABLE | NCR_Q720_POS2_INTERRUPT_ENABLE; in NCR_Q720_probe() 159 mca_device_write_pos(mca_dev, 2, pos2); in NCR_Q720_probe() 161 io_base = (pos2 & NCR_Q720_POS2_IO_MASK) << NCR_Q720_POS2_IO_SHIFT; in NCR_Q720_probe()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | utprint.c | 209 char *pos2; in acpi_ut_print_number() local 212 pos2 = string; in acpi_ut_print_number() 215 *(pos2++) = *(--pos1); in acpi_ut_print_number() 218 *pos2 = 0; in acpi_ut_print_number()
|
/linux-4.1.27/fs/ |
D | dcookies.c | 288 struct list_head * pos2; in dcookie_exit() local 294 list_for_each_safe(pos, pos2, list) { in dcookie_exit()
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_hw.c | 232 u16 pos2; in fix_ft1000_write_dpram32() local 244 pos2 = (indx % 4)*4; in fix_ft1000_write_dpram32() 245 buf[pos2++] = *buffer++; in fix_ft1000_write_dpram32() 246 buf[pos2++] = *buffer++; in fix_ft1000_write_dpram32() 247 buf[pos2++] = *buffer++; in fix_ft1000_write_dpram32() 248 buf[pos2++] = *buffer++; in fix_ft1000_write_dpram32()
|
/linux-4.1.27/fs/btrfs/ |
D | backref.c | 525 struct list_head *pos2; in __merge_refs() local 530 for (pos2 = pos1->next, n2 = pos2->next; pos2 != head; in __merge_refs() 531 pos2 = n2, n2 = pos2->next) { in __merge_refs() 536 ref2 = list_entry(pos2, struct __prelim_ref, list); in __merge_refs()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | rs600.c | 66 u32 pos1, pos2; in avivo_is_counter_moving() local 69 pos2 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving() 71 if (pos1 != pos2) in avivo_is_counter_moving()
|
D | evergreen.c | 1284 u32 pos1, pos2; in dce4_is_counter_moving() local 1287 pos2 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving() 1289 if (pos1 != pos2) in dce4_is_counter_moving()
|
/linux-4.1.27/drivers/thermal/ |
D | thermal_core.c | 973 struct thermal_cooling_device *pos2; in thermal_zone_bind_cooling_device() local 984 list_for_each_entry(pos2, &thermal_cdev_list, node) { in thermal_zone_bind_cooling_device() 985 if (pos2 == cdev) in thermal_zone_bind_cooling_device() 989 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
|
/linux-4.1.27/fs/logfs/ |
D | segment.c | 429 static int check_pos(struct super_block *sb, u64 pos1, u64 pos2, level_t level) in check_pos() argument 432 (pos2 & logfs_block_mask(sb, level)); in check_pos()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-tpg.c | 1349 u8 *pos2 = tpg->lines[next_pat][p]; in tpg_precalculate_line() local 1352 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line() 1353 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pip-defs.h | 297 uint64_t pos2:7; member 307 uint64_t pos2:7;
|