Home
last modified time | relevance | path

Searched refs:command_code (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/sys/dev/pci/drm/radeon/
Dradeon_acpi.c60 u8 command_code; /* notify command code */ member
286 n->command_code = 0; in radeon_atif_get_notification_params()
289 n->command_code = 0x81; in radeon_atif_get_notification_params()
296 n->command_code = params.command_code; in radeon_atif_get_notification_params()
302 n->command_code); in radeon_atif_get_notification_params()
372 event->type != atif->notification_cfg.command_code) in radeon_atif_handler()
Dradeon.h2261 int command_code; member
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_acpi.c85 int command_code; member
322 n->command_code = 0; in amdgpu_atif_get_notification_params()
325 n->command_code = 0x81; in amdgpu_atif_get_notification_params()
332 n->command_code = params.command_code; in amdgpu_atif_get_notification_params()
338 n->command_code); in amdgpu_atif_get_notification_params()
471 event->type != atif->notification_cfg.command_code) { in amdgpu_atif_handler()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/
Ddc_dmub_srv.h193 bool dc_wake_and_execute_gpint(const struct dc_context *ctx, enum dmub_gpint_command command_code,
Ddc_dmub_srv.c1641 …atic bool dc_dmub_execute_gpint(const struct dc_context *ctx, enum dmub_gpint_command command_code, in dc_dmub_execute_gpint() argument
1654 status = dmub_srv_send_gpint_command(dc_dmub_srv->dmub, command_code, param, wait_us); in dc_dmub_execute_gpint()
1668 bool dc_wake_and_execute_gpint(const struct dc_context *ctx, enum dmub_gpint_command command_code, in dc_wake_and_execute_gpint() argument
1682 result = dc_dmub_execute_gpint(ctx, command_code, param, response, wait_type); in dc_wake_and_execute_gpint()
/openbsd/src/sys/dev/pci/drm/amd/include/
Damd_acpi.h40 u8 command_code; /* notify command code */ member
/openbsd/src/sys/dev/pci/drm/amd/display/dmub/src/
Ddmub_srv.c938 enum dmub_gpint_command command_code, in dmub_srv_send_gpint_command() argument
954 reg.bits.command_code = command_code; in dmub_srv_send_gpint_command()
Ddmub_dcn20.c104 cmd.bits.command_code = DMUB_GPINT__STOP_FW; in dmub_dcn20_reset()
Ddmub_dcn31.c93 cmd.bits.command_code = DMUB_GPINT__STOP_FW; in dmub_dcn31_reset()
Ddmub_dcn32.c99 cmd.bits.command_code = DMUB_GPINT__STOP_FW; in dmub_dcn32_reset()
Ddmub_dcn35.c98 cmd.bits.command_code = DMUB_GPINT__STOP_FW; in dmub_dcn35_reset()
Ddmub_dcn401.c73 cmd.bits.command_code = DMUB_GPINT__STOP_FW; in dmub_dcn401_reset()
/openbsd/src/sys/dev/pci/drm/amd/display/dmub/
Ddmub_srv.h822 enum dmub_gpint_command command_code,
/openbsd/src/sys/scsi/
Dscsi_all.h354 u_int8_t command_code; member
/openbsd/src/sys/dev/pci/drm/amd/display/dmub/inc/
Ddmub_cmd.h906 uint32_t command_code : 12; /**< GPINT command */ member
1069 uint32_t command_code: 8; /**< INBOX0 command code */ member
1080 uint32_t command_code: 8; member
/openbsd/src/sys/dev/ata/
Datascsi.c854 pg.command_code = VPD_ATA_COMMAND_CODE_ATA; in atascsi_disk_vpd_ata()
857 pg.command_code = VPD_ATA_COMMAND_CODE_ATAPI; in atascsi_disk_vpd_ata()
/openbsd/src/sys/dev/pci/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1725 enum dmub_gpint_command command_code, in dm_dmub_send_vbios_gpint_command() argument
1735 reg.bits.command_code = command_code; in dm_dmub_send_vbios_gpint_command()