Home
last modified time | relevance | path

Searched refs:iflag (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/u-boot/board/cobra5272/
H A Dflash.c131 int iflag, cflag, prot, sect; in flash_erase() local
169 iflag = disable_interrupts (); in flash_erase()
236 if (iflag) in flash_erase()
250 int cflag, iflag; in write_word() local
272 iflag = disable_interrupts (); in write_word()
302 if (iflag) in write_word()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c220 unsigned long iflag; in lpfc_nvmet_get_ctx_for_xri() local
223 spin_lock_irqsave(&phba->sli4_hba.t_active_list_lock, iflag); in lpfc_nvmet_get_ctx_for_xri()
231 spin_unlock_irqrestore(&phba->sli4_hba.t_active_list_lock, iflag); in lpfc_nvmet_get_ctx_for_xri()
242 unsigned long iflag; in lpfc_nvmet_get_ctx_for_oxid() local
245 spin_lock_irqsave(&phba->sli4_hba.t_active_list_lock, iflag); in lpfc_nvmet_get_ctx_for_oxid()
253 spin_unlock_irqrestore(&phba->sli4_hba.t_active_list_lock, iflag); in lpfc_nvmet_get_ctx_for_oxid()
396 unsigned long iflag; in lpfc_nvmet_ctxbuf_post() local
405 spin_lock_irqsave(&ctxp->ctxlock, iflag); in lpfc_nvmet_ctxbuf_post()
412 spin_unlock_irqrestore(&ctxp->ctxlock, iflag); in lpfc_nvmet_ctxbuf_post()
416 spin_unlock_irqrestore(&ctxp->ctxlock, iflag); in lpfc_nvmet_ctxbuf_post()
[all …]
H A Dlpfc_sli.c1376 unsigned long iflag = 0; in __lpfc_sli_release_iocbq_s4() local
1388 iflag); in __lpfc_sli_release_iocbq_s4()
1394 &phba->sli4_hba.sgl_list_lock, iflag); in __lpfc_sli_release_iocbq_s4()
1402 iflag); in __lpfc_sli_release_iocbq_s4()
1411 &phba->sli4_hba.sgl_list_lock, iflag); in __lpfc_sli_release_iocbq_s4()
1414 iflag); in __lpfc_sli_release_iocbq_s4()
1420 &phba->sli4_hba.sgl_list_lock, iflag); in __lpfc_sli_release_iocbq_s4()
3741 unsigned long iflag; in lpfc_sli_process_sol_iocb() local
3745 spin_lock_irqsave(&pring->ring_lock, iflag); in lpfc_sli_process_sol_iocb()
3747 spin_lock_irqsave(&phba->hbalock, iflag); in lpfc_sli_process_sol_iocb()
[all …]
H A Dlpfc_scsi.c387 unsigned long iflag = 0; in lpfc_sli4_vport_delete_fcp_xri_aborted() local
393 spin_lock_irqsave(&phba->hbalock, iflag); in lpfc_sli4_vport_delete_fcp_xri_aborted()
409 spin_unlock_irqrestore(&phba->hbalock, iflag); in lpfc_sli4_vport_delete_fcp_xri_aborted()
429 unsigned long iflag = 0; in lpfc_sli4_io_xri_aborted() local
446 spin_lock_irqsave(&phba->hbalock, iflag); in lpfc_sli4_io_xri_aborted()
459 spin_unlock_irqrestore(&phba->hbalock, iflag); in lpfc_sli4_io_xri_aborted()
466 spin_lock_irqsave(&phba->hbalock, iflag); in lpfc_sli4_io_xri_aborted()
479 spin_unlock_irqrestore(&phba->hbalock, iflag); in lpfc_sli4_io_xri_aborted()
487 spin_lock_irqsave(&psb->buf_lock, iflag); in lpfc_sli4_io_xri_aborted()
490 spin_unlock_irqrestore(&psb->buf_lock, iflag); in lpfc_sli4_io_xri_aborted()
[all …]
/openbmc/linux/arch/arm/boot/
H A Ddeflate_xip_data.sh57 $DD if="$XIPIMAGE" count=$data_start iflag=count_bytes of="$XIPIMAGE.tmp"
58 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
/openbmc/linux/drivers/usb/serial/
H A Dbelkin_sa.c282 unsigned int iflag; in belkin_sa_set_termios() local
293 iflag = termios->c_iflag; in belkin_sa_set_termios()
376 if (((iflag ^ old_iflag) & (IXOFF | IXON)) || in belkin_sa_set_termios()
379 if ((iflag & IXOFF) || (iflag & IXON)) in belkin_sa_set_termios()
H A Dkl5kusb105.c374 unsigned int iflag = tty->termios.c_iflag; in klsi_105_set_termios() local
473 if ((iflag & IXOFF) != (old_iflag & IXOFF) in klsi_105_set_termios()
474 || (iflag & IXON) != (old_iflag & IXON) in klsi_105_set_termios()
H A Ddigi_acceleport.c658 unsigned int iflag = tty->termios.c_iflag; in digi_set_termios() local
670 priv->dp_port_num, iflag, old_iflag, cflag, old_cflag); in digi_set_termios()
776 if ((iflag & IXOFF) != (old_iflag & IXOFF) || in digi_set_termios()
779 if (iflag & IXOFF) in digi_set_termios()
804 if ((iflag & IXON) != (old_iflag & IXON) || in digi_set_termios()
807 if (iflag & IXON) in digi_set_termios()
/openbmc/u-boot/common/
H A Dbootm.c512 ulong iflag; in bootm_disable_interrupts() local
519 iflag = disable_interrupts(); in bootm_disable_interrupts()
540 return iflag; in bootm_disable_interrupts()
695 ulong iflag = 0; in do_bootm_states() local
719 iflag = bootm_disable_interrupts(); in do_bootm_states()
756 if (iflag) in do_bootm_states()
803 if (iflag) in do_bootm_states()
/openbmc/u-boot/tools/
H A Ddumpimage.c75 params.iflag = 1; in main()
172 if (params.iflag) { in main()
H A Dimagetool.h46 int iflag; member
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Dflexcan.h76 u16 iflag; /* 0x24 Interrupt Flag */ member
87 u16 iflag; /* 0x30 Interrupt Flag */ member
/openbmc/linux/drivers/tty/serial/
H A Dlantiq.c392 unsigned int iflag; in lqasc_set_termios() local
400 iflag = new->c_iflag; in lqasc_set_termios()
429 if (iflag & INPCK) in lqasc_set_termios()
433 if (iflag & IGNPAR) in lqasc_set_termios()
436 if (iflag & IGNBRK) { in lqasc_set_termios()
441 if (iflag & IGNPAR) in lqasc_set_termios()
H A Dsunhv.c328 unsigned int iflag, cflag; in sunhv_set_termios() local
333 iflag = termios->c_iflag; in sunhv_set_termios()
337 if (iflag & IGNBRK) in sunhv_set_termios()
H A Dip22zilog.c799 unsigned int iflag, int brg) in ip22zilog_convert_to_zs() argument
853 if (iflag & INPCK) in ip22zilog_convert_to_zs()
855 if (iflag & (IGNBRK | BRKINT | PARMRK)) in ip22zilog_convert_to_zs()
859 if (iflag & IGNPAR) in ip22zilog_convert_to_zs()
861 if (iflag & IGNBRK) { in ip22zilog_convert_to_zs()
863 if (iflag & IGNPAR) in ip22zilog_convert_to_zs()
H A Dsunsab.c679 unsigned int iflag, unsigned int baud, in sunsab_convert_to_sab() argument
730 if (iflag & INPCK) in sunsab_convert_to_sab()
733 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsab_convert_to_sab()
740 if (iflag & IGNPAR) in sunsab_convert_to_sab()
743 if (iflag & IGNBRK) { in sunsab_convert_to_sab()
749 if (iflag & IGNPAR) in sunsab_convert_to_sab()
H A Dsunsu.c482 unsigned int iflag, unsigned int quot);
771 unsigned int iflag, unsigned int quot) in sunsu_change_speed() argument
837 if (iflag & INPCK) in sunsu_change_speed()
839 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsu_change_speed()
846 if (iflag & IGNPAR) in sunsu_change_speed()
848 if (iflag & IGNBRK) { in sunsu_change_speed()
854 if (iflag & IGNPAR) in sunsu_change_speed()
H A Dicom.c1359 unsigned cflag, iflag; in icom_set_termios() local
1372 iflag = termios->c_iflag; in icom_set_termios()
1436 if (iflag & INPCK) in icom_set_termios()
1440 if ((iflag & BRKINT) || (iflag & PARMRK)) in icom_set_termios()
1447 if (iflag & IGNPAR) in icom_set_termios()
1450 if (iflag & IGNBRK) { in icom_set_termios()
1456 if (iflag & IGNPAR) in icom_set_termios()
H A Dsunzilog.c864 unsigned int iflag, int brg) in sunzilog_convert_to_zs() argument
918 if (iflag & INPCK) in sunzilog_convert_to_zs()
920 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunzilog_convert_to_zs()
924 if (iflag & IGNPAR) in sunzilog_convert_to_zs()
926 if (iflag & IGNBRK) { in sunzilog_convert_to_zs()
928 if (iflag & IGNPAR) in sunzilog_convert_to_zs()
H A Dpmac_zilog.c956 unsigned int iflag, unsigned long baud) in pmz_convert_to_zs() argument
1036 if (iflag & INPCK) in pmz_convert_to_zs()
1038 if (iflag & (IGNBRK | BRKINT | PARMRK)) in pmz_convert_to_zs()
1042 if (iflag & IGNPAR) in pmz_convert_to_zs()
1044 if (iflag & IGNBRK) { in pmz_convert_to_zs()
1046 if (iflag & IGNPAR) in pmz_convert_to_zs()
/openbmc/openbmc/poky/scripts/
H A Drpm2cpio.sh15 dd if="$pkg" skip="$o" iflag=skip_bytes status=none $*
/openbmc/linux/fs/xfs/
H A Dxfs_icache.c1164 unsigned long iflag) in xfs_blockgc_set_iflag() argument
1169 ASSERT((iflag & ~(XFS_IEOFBLOCKS | XFS_ICOWBLOCKS)) == 0); in xfs_blockgc_set_iflag()
1175 if (ip->i_flags & iflag) in xfs_blockgc_set_iflag()
1178 ip->i_flags |= iflag; in xfs_blockgc_set_iflag()
1202 unsigned long iflag) in xfs_blockgc_clear_iflag() argument
1208 ASSERT((iflag & ~(XFS_IEOFBLOCKS | XFS_ICOWBLOCKS)) == 0); in xfs_blockgc_clear_iflag()
1211 ip->i_flags &= ~iflag; in xfs_blockgc_clear_iflag()
/openbmc/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py221 iflag = data[0] & 1
222 old_iflag = iflag ^ 1
229 print("IFLAG: %u->%u %s branch" % (old_iflag, iflag, s), end=' ')
/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c148 bool iflag; member
1269 bool iflag = decoder->packet.count & INTEL_PT_IFLAG; in intel_pt_mode_exec_status() local
1272 decoder->iflag = iflag; in intel_pt_mode_exec_status()
1273 decoder->next_iflag = iflag; in intel_pt_mode_exec_status()
1274 decoder->state.from_iflag = iflag; in intel_pt_mode_exec_status()
1275 decoder->state.to_iflag = iflag; in intel_pt_mode_exec_status()
1280 bool iflag = decoder->packet.count & INTEL_PT_IFLAG; in intel_pt_mode_exec() local
1283 decoder->next_iflag = iflag; in intel_pt_mode_exec()
1289 decoder->state.from_iflag = decoder->iflag; in intel_pt_sample_iflag()
1291 decoder->iflag = decoder->next_iflag; in intel_pt_sample_iflag()
[all …]
/openbmc/linux/drivers/mmc/host/
H A Dau1xmmc.c937 int ret, iflag; in au1xmmc_probe() local
989 iflag = IRQF_SHARED; /* Au1100/Au1200: one int for both ctrls */ in au1xmmc_probe()
999 iflag = 0; /* nothing is shared */ in au1xmmc_probe()
1007 ret = request_irq(host->irq, au1xmmc_irq, iflag, DRIVER_NAME, host); in au1xmmc_probe()

12