Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/board/cobra5272/
H A Dflash.c132 int iflag, cflag, prot, sect; in flash_erase() local
170 iflag = disable_interrupts (); in flash_erase()
237 if (iflag) in flash_erase()
251 int cflag, iflag; in write_word() local
273 iflag = disable_interrupts (); in write_word()
303 if (iflag) in write_word()
/OK3568_Linux_fs/kernel/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()
395 unsigned long iflag; in lpfc_nvmet_ctxbuf_post() local
404 spin_lock_irqsave(&ctxp->ctxlock, iflag); in lpfc_nvmet_ctxbuf_post()
411 spin_unlock_irqrestore(&ctxp->ctxlock, iflag); in lpfc_nvmet_ctxbuf_post()
415 spin_unlock_irqrestore(&ctxp->ctxlock, iflag); in lpfc_nvmet_ctxbuf_post()
[all …]
H A Dlpfc_sli.c1265 unsigned long iflag = 0; in __lpfc_sli_release_iocbq_s4() local
1277 iflag); in __lpfc_sli_release_iocbq_s4()
1283 &phba->sli4_hba.sgl_list_lock, iflag); in __lpfc_sli_release_iocbq_s4()
1291 iflag); in __lpfc_sli_release_iocbq_s4()
1295 &phba->sli4_hba.sgl_list_lock, iflag); in __lpfc_sli_release_iocbq_s4()
1298 iflag); in __lpfc_sli_release_iocbq_s4()
1304 &phba->sli4_hba.sgl_list_lock, iflag); in __lpfc_sli_release_iocbq_s4()
3147 unsigned long iflag = 0; in lpfc_sli_iocbq_lookup() local
3154 spin_lock_irqsave(temp_lock, iflag); in lpfc_sli_iocbq_lookup()
3164 spin_unlock_irqrestore(temp_lock, iflag); in lpfc_sli_iocbq_lookup()
[all …]
H A Dlpfc_scsi.c471 unsigned long iflag = 0; in lpfc_sli4_vport_delete_fcp_xri_aborted() local
477 spin_lock_irqsave(&phba->hbalock, iflag); in lpfc_sli4_vport_delete_fcp_xri_aborted()
493 spin_unlock_irqrestore(&phba->hbalock, iflag); in lpfc_sli4_vport_delete_fcp_xri_aborted()
512 unsigned long iflag = 0; in lpfc_sli4_io_xri_aborted() local
523 spin_lock_irqsave(&phba->hbalock, iflag); in lpfc_sli4_io_xri_aborted()
534 spin_unlock_irqrestore(&phba->hbalock, iflag); in lpfc_sli4_io_xri_aborted()
547 spin_unlock_irqrestore(&phba->hbalock, iflag); in lpfc_sli4_io_xri_aborted()
570 spin_unlock_irqrestore(&phba->hbalock, iflag); in lpfc_sli4_io_xri_aborted()
576 spin_unlock_irqrestore(&phba->hbalock, iflag); in lpfc_sli4_io_xri_aborted()
596 unsigned long iflag = 0; in lpfc_get_scsi_buf_s3() local
[all …]
/OK3568_Linux_fs/u-boot/tools/
H A Ddumpimage.c76 params.iflag = 1; in main()
125 if (params.iflag) in main()
140 if (params.lflag || params.iflag) { in main()
168 if (params.iflag) { in main()
H A Dimagetool.h47 int iflag; member
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dtermios.h32 unsigned short iflag, oflag, cflag, lflag; in user_termio_to_kernel_termios() local
38 err = __get_user(iflag, &termio->c_iflag); in user_termio_to_kernel_termios()
39 termios->c_iflag = (termios->c_iflag & 0xffff0000) | iflag; in user_termio_to_kernel_termios()
/OK3568_Linux_fs/kernel/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 |
/OK3568_Linux_fs/kernel/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()
394 if (((iflag ^ old_iflag) & (IXOFF | IXON)) || in belkin_sa_set_termios()
397 if ((iflag & IXOFF) || (iflag & IXON)) in belkin_sa_set_termios()
H A Dkl5kusb105.c402 unsigned int iflag = tty->termios.c_iflag; in klsi_105_set_termios() local
501 if ((iflag & IXOFF) != (old_iflag & IXOFF) in klsi_105_set_termios()
502 || (iflag & IXON) != (old_iflag & IXON) in klsi_105_set_termios()
H A Ddigi_acceleport.c656 unsigned int iflag = tty->termios.c_iflag; in digi_set_termios() local
668 priv->dp_port_num, iflag, old_iflag, cflag, old_cflag); in digi_set_termios()
774 if ((iflag & IXOFF) != (old_iflag & IXOFF) || in digi_set_termios()
777 if (iflag & IXOFF) in digi_set_termios()
802 if ((iflag & IXON) != (old_iflag & IXON) || in digi_set_termios()
805 if (iflag & IXON) in digi_set_termios()
/OK3568_Linux_fs/buildroot/package/sg3_utils/
H A D0001-src-sg_dd.c-fix-musl-build.patch30 if (iflag.zero && iflag.ff && (blk_sz >= 4)) {
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c563 ulong iflag; in bootm_disable_interrupts() local
577 iflag = disable_interrupts(); in bootm_disable_interrupts()
598 return iflag; in bootm_disable_interrupts()
690 ulong iflag = 0; in do_bootm_states() local
717 iflag = bootm_disable_interrupts(); in do_bootm_states()
762 if (iflag) in do_bootm_states()
811 if (iflag) in do_bootm_states()
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/coldfire/
H A Dflexcan.h77 u16 iflag; /* 0x24 Interrupt Flag */ member
88 u16 iflag; /* 0x30 Interrupt Flag */ member
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dlantiq.c414 unsigned int iflag; in lqasc_set_termios() local
422 iflag = new->c_iflag; in lqasc_set_termios()
451 if (iflag & INPCK) in lqasc_set_termios()
455 if (iflag & IGNPAR) in lqasc_set_termios()
458 if (iflag & IGNBRK) { in lqasc_set_termios()
463 if (iflag & IGNPAR) in lqasc_set_termios()
H A Dsunhv.c330 unsigned int iflag, cflag; in sunhv_set_termios() local
335 iflag = termios->c_iflag; in sunhv_set_termios()
339 if (iflag & IGNBRK) in sunhv_set_termios()
H A Dip22zilog.c801 unsigned int iflag, int brg) in ip22zilog_convert_to_zs() argument
855 if (iflag & INPCK) in ip22zilog_convert_to_zs()
857 if (iflag & (IGNBRK | BRKINT | PARMRK)) in ip22zilog_convert_to_zs()
861 if (iflag & IGNPAR) in ip22zilog_convert_to_zs()
863 if (iflag & IGNBRK) { in ip22zilog_convert_to_zs()
865 if (iflag & IGNPAR) in ip22zilog_convert_to_zs()
H A Dicom.c1094 unsigned cflag, iflag; in icom_set_termios() local
1107 iflag = termios->c_iflag; in icom_set_termios()
1171 if (iflag & INPCK) in icom_set_termios()
1175 if ((iflag & BRKINT) || (iflag & PARMRK)) in icom_set_termios()
1182 if (iflag & IGNPAR) in icom_set_termios()
1185 if (iflag & IGNBRK) { in icom_set_termios()
1191 if (iflag & IGNPAR) in icom_set_termios()
H A Dsunsab.c680 unsigned int iflag, unsigned int baud, in sunsab_convert_to_sab() argument
735 if (iflag & INPCK) in sunsab_convert_to_sab()
738 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsab_convert_to_sab()
745 if (iflag & IGNPAR) in sunsab_convert_to_sab()
748 if (iflag & IGNBRK) { in sunsab_convert_to_sab()
754 if (iflag & IGNPAR) in sunsab_convert_to_sab()
H A Dsunsu.c486 unsigned int iflag, unsigned int quot);
775 unsigned int iflag, unsigned int quot) in sunsu_change_speed() argument
843 if (iflag & INPCK) in sunsu_change_speed()
845 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsu_change_speed()
852 if (iflag & IGNPAR) in sunsu_change_speed()
854 if (iflag & IGNBRK) { in sunsu_change_speed()
860 if (iflag & IGNPAR) in sunsu_change_speed()
H A Dsunzilog.c866 unsigned int iflag, int brg) in sunzilog_convert_to_zs() argument
920 if (iflag & INPCK) in sunzilog_convert_to_zs()
922 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunzilog_convert_to_zs()
926 if (iflag & IGNPAR) in sunzilog_convert_to_zs()
928 if (iflag & IGNBRK) { in sunzilog_convert_to_zs()
930 if (iflag & IGNPAR) in sunzilog_convert_to_zs()
H A Dpmac_zilog.c998 unsigned int iflag, unsigned long baud) in pmz_convert_to_zs() argument
1078 if (iflag & INPCK) in pmz_convert_to_zs()
1080 if (iflag & (IGNBRK | BRKINT | PARMRK)) in pmz_convert_to_zs()
1084 if (iflag & IGNPAR) in pmz_convert_to_zs()
1086 if (iflag & IGNBRK) { in pmz_convert_to_zs()
1088 if (iflag & IGNPAR) in pmz_convert_to_zs()
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drpm2cpio.sh15 dd if="$pkg" skip="$o" iflag=skip_bytes status=none $*
/OK3568_Linux_fs/u-boot/scripts/
H A Dfit-unpack.sh70 dd if=${ITB} of=${OUT}/${NAME} bs=${SIZE} count=1 skip=${OFFS} iflag=skip_bytes >/dev/null 2>&1
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dau1xmmc.c937 int ret, iflag; in au1xmmc_probe() local
987 iflag = IRQF_SHARED; /* Au1100/Au1200: one int for both ctrls */ in au1xmmc_probe()
997 iflag = 0; /* nothing is shared */ in au1xmmc_probe()
1005 ret = request_irq(host->irq, au1xmmc_irq, iflag, DRIVER_NAME, host); in au1xmmc_probe()

12