Searched refs:pos2 (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/pci/ |
D | vc.c | 103 int ctrl_pos, status_pos, id, pos2, evcc, i, ctrl_pos2, status_pos2; in pci_vc_enable() local 124 pos2 = pci_find_ext_capability(dev->bus->self, PCI_EXT_CAP_ID_VC); in pci_vc_enable() 125 if (!pos2) in pci_vc_enable() 128 pci_read_config_dword(dev->bus->self, pos2 + PCI_VC_PORT_CAP1, &cap1); in pci_vc_enable() 133 ctrl_pos2 = pos2 + PCI_VC_RES_CTRL + in pci_vc_enable() 135 status_pos2 = pos2 + PCI_VC_RES_STATUS + in pci_vc_enable()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | utprint.c | 170 char *pos2; in acpi_ut_print_number() local 173 pos2 = string; in acpi_ut_print_number() 176 *(pos2++) = *(--pos1); in acpi_ut_print_number() 179 *pos2 = 0; in acpi_ut_print_number()
|
/Linux-v4.19/fs/ |
D | dcookies.c | 293 struct list_head * pos2; in dcookie_exit() local 299 list_for_each_safe(pos, pos2, list) { in dcookie_exit()
|
/Linux-v4.19/drivers/thermal/ |
D | thermal_core.c | 680 struct thermal_cooling_device *pos2; in thermal_zone_bind_cooling_device() local 691 list_for_each_entry(pos2, &thermal_cdev_list, node) { in thermal_zone_bind_cooling_device() 692 if (pos2 == cdev) in thermal_zone_bind_cooling_device() 696 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
|
/Linux-v4.19/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 | 1357 u32 pos1, pos2; in dce4_is_counter_moving() local 1360 pos2 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving() 1362 if (pos1 != pos2) in dce4_is_counter_moving()
|
/Linux-v4.19/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 1675 u8 *pos2 = tpg->lines[next_pat][p]; in tpg_precalculate_line() local 1678 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line() 1679 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-pip-defs.h | 297 uint64_t pos2:7; member 307 uint64_t pos2:7;
|