Home
last modified time | relevance | path

Searched refs:pos2 (Results 1 – 5 of 5) sorted by relevance

/drivers/pci/
A Dvc.c106 int ctrl_pos, status_pos, id, pos2, evcc, i, ctrl_pos2, status_pos2; in pci_vc_enable() local
127 pos2 = pci_find_ext_capability(dev->bus->self, PCI_EXT_CAP_ID_VC); in pci_vc_enable()
128 if (!pos2) in pci_vc_enable()
131 pci_read_config_dword(dev->bus->self, pos2 + PCI_VC_PORT_CAP1, &cap1); in pci_vc_enable()
136 ctrl_pos2 = pos2 + PCI_VC_RES_CTRL + in pci_vc_enable()
138 status_pos2 = pos2 + PCI_VC_RES_STATUS + in pci_vc_enable()
/drivers/acpi/acpica/
A Dutprint.c170 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()
/drivers/gpu/drm/radeon/
A Drs600.c72 u32 pos1, pos2; in avivo_is_counter_moving() local
75 pos2 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving()
77 if (pos1 != pos2) in avivo_is_counter_moving()
A Devergreen.c1358 u32 pos1, pos2; in dce4_is_counter_moving() local
1361 pos2 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving()
1363 if (pos1 != pos2) in dce4_is_counter_moving()
/drivers/media/common/v4l2-tpg/
A Dv4l2-tpg-core.c1866 u8 *pos2 = tpg->lines[next_pat][p]; in tpg_precalculate_line() local
1869 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line()
1870 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()

Completed in 25 milliseconds