/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_irq.c | 39 u32 host_flags = vbox_get_flags(vbox); in vbox_irq_handler() local 41 if (!(host_flags & HGSMIHOSTFLAGS_IRQ)) in vbox_irq_handler() 50 if (host_flags & in vbox_irq_handler() 52 !(host_flags & HGSMIHOSTFLAGS_VSYNC)) in vbox_irq_handler()
|
H A D | hgsmi_ch_setup.h | 28 u32 host_flags; member
|
H A D | vboxvideo.h | 124 struct vbva_host_flags host_flags; member
|
H A D | vbva_base.c | 171 !(vbva_ctx->vbva->host_flags.host_events & VBVA_F_MODE_ENABLED)) in vbva_buffer_begin_update()
|
/openbmc/linux/drivers/scsi/ |
H A D | mac_scsi.c | 447 int host_flags = 0; in mac_scsi_probe() local 490 host_flags |= FLAG_NO_PSEUDO_DMA; in mac_scsi_probe() 492 host_flags |= setup_toshiba_delay > 0 ? FLAG_TOSHIBA_DELAY : 0; in mac_scsi_probe() 494 error = NCR5380_init(instance, host_flags | FLAG_LATE_DMA_SETUP); in mac_scsi_probe()
|
H A D | atari_scsi.c | 722 int host_flags = 0; in atari_scsi_probe() local 796 host_flags |= IS_A_TT() ? 0 : FLAG_LATE_DMA_SETUP; in atari_scsi_probe() 797 host_flags |= setup_toshiba_delay > 0 ? FLAG_TOSHIBA_DELAY : 0; in atari_scsi_probe() 799 error = NCR5380_init(instance, host_flags); in atari_scsi_probe()
|
H A D | sun3_scsi.c | 518 int host_flags = 0; in sun3_scsi_probe() local 593 error = NCR5380_init(instance, host_flags); in sun3_scsi_probe()
|
/openbmc/qemu/semihosting/ |
H A D | syscalls.c | 263 int ret, host_flags = O_BINARY; in host_open() local 272 host_flags |= O_WRONLY; in host_open() 274 host_flags |= O_RDWR; in host_open() 276 host_flags |= O_RDONLY; in host_open() 279 host_flags |= O_CREAT; in host_open() 282 host_flags |= O_TRUNC; in host_open() 285 host_flags |= O_EXCL; in host_open() 288 ret = open(p, host_flags, mode); in host_open()
|
/openbmc/linux/drivers/gpu/drm/msm/dsi/ |
H A D | dsi.c | 10 unsigned long host_flags = msm_dsi_host_get_mode_flags(msm_dsi->host); in msm_dsi_is_cmd_mode() local 12 return !(host_flags & MIPI_DSI_MODE_VIDEO); in msm_dsi_is_cmd_mode()
|
/openbmc/qemu/target/m68k/ |
H A D | fpu_helper.c | 215 int host_flags = get_float_exception_flags(&env->fp_status); in cpu_m68k_get_fpsr() local 216 int target_flags = cpu_m68k_exceptbits_from_host(host_flags); in cpu_m68k_get_fpsr() 230 int host_flags = cpu_m68k_exceptbits_to_host((int) env->fpsr); in cpu_m68k_set_fpsr() local 231 set_float_exception_flags(host_flags, &env->fp_status); in cpu_m68k_set_fpsr()
|
/openbmc/u-boot/include/ |
H A D | ahci.h | 167 u32 host_flags; member
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 3427 int host_flags; in do_accept4() local 3433 host_flags = 0; in do_accept4() 3435 host_flags |= SOCK_NONBLOCK; in do_accept4() 3438 host_flags |= SOCK_CLOEXEC; in do_accept4() 3442 return get_errno(safe_accept4(fd, NULL, NULL, host_flags)); in do_accept4() 3460 ret = get_errno(safe_accept4(fd, addr, &ret_addrlen, host_flags)); in do_accept4() 5934 int host_flags; in do_mmap() local 5938 host_flags = MAP_PRIVATE; in do_mmap() 5941 host_flags = MAP_SHARED; in do_mmap() 5951 host_flags = MAP_SHARED_VALIDATE; in do_mmap() [all …]
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.c | 1481 np->last_cp->host_flags |= HF_HINT_IARB; 2985 cp->host_flags &= ~HF_HINT_IARB; 3034 u_char h_flags = cp->host_flags; 3153 cp->host_flags = (HF_SENSE|HF_DATA_IN); 3655 if (cp->host_flags & HF_SENSE) { 3758 if (cp->host_flags & HF_SENSE) 3885 if (cp->host_flags & HF_SENSE) { 4585 if (cp->host_flags & HF_SENSE) 5251 cp->host_flags = 0; 5371 cp->host_status, cp->ssss_status, cp->host_flags);
|
H A D | sym_hipd.h | 601 #define host_flags phys.head.status[3] macro
|
H A D | sym_glue.c | 177 if (cp->host_flags & HF_SENSE) { in sym_set_cam_result_error() 370 cp->host_flags |= HF_DATA_IN; in sym_setup_data_and_start()
|
/openbmc/u-boot/drivers/ata/ |
H A D | ahci.c | 449 uc_priv->host_flags = ATA_FLAG_SATA in ahci_init_one() 1051 uc_priv->host_flags = ATA_FLAG_SATA in ahci_init_common()
|
H A D | dwc_ahsata.c | 859 uc_priv->host_flags = ATA_FLAG_SATA in ahci_init_one() 1031 uc_priv->host_flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY | in dwc_ahsata_probe()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci.c | 3851 int host_flags = host->flags; in sdhci_runtime_resume_host() local 3853 if (host_flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { in sdhci_runtime_resume_host() 3869 if ((host_flags & SDHCI_PV_ENABLED) && in sdhci_runtime_resume_host()
|