HomeSort by: relevance | last modified time | path
    Searched refs:ACTIVE (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/i386/stand/mbr/
mbr.S 211 cmpb $0x80, (%bp) /* check for active partition */
213 #define ACTIVE (4 * ((KEY_ACTIVE - KEY_DISK1) & 0xff))
215 movl %edi, ptn_list + ACTIVE /* save location of active ptn */
217 mov %bp, ptn_list + ACTIVE
219 #undef ACTIVE
268 * correct keycode to select the active partition.
410 * Active partition pointed to by si.
571 ERR_INVPART: .asciz "No active partition"
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd_gfx_v10.c 336 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1);
606 /* Workaround: If IQ timer is active and the wait time is close to or
621 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, ACTIVE)) {
632 pr_debug("IQ timer is active\n");
amdgpu_amdkfd_gfx_v7.c 280 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1);
476 /* Workaround: If IQ timer is active and the wait time is close to or
491 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, ACTIVE)) {
502 pr_debug("IQ timer is active\n");
amdgpu_amdkfd_gfx_v8.c 267 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1);
474 /* Workaround: If IQ timer is active and the wait time is close to or
489 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, ACTIVE)) {
500 pr_debug("IQ timer is active\n");
amdgpu_amdkfd_gfx_v9.c 324 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1);
  /src/usr.sbin/acpitools/acpidump/
acpi.c 952 printf("active-hi");
955 printf("active-lo");
1868 printf("active-lo");
1870 printf("active-hi");
1889 printf("active-lo");
1891 printf("active-hi");
1964 printf("active-lo");
1966 printf("active-hi");
2567 printf(", Active low");
2569 printf(", Active high")
    [all...]

Completed in 17 milliseconds