| /OK3568_Linux_fs/u-boot/board/cobra5272/ |
| H A D | flash.c | 132 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 D | lpfc_nvmet.c | 220 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 D | lpfc_sli.c | 1265 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 D | lpfc_scsi.c | 471 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 D | dumpimage.c | 76 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 D | imagetool.h | 47 int iflag; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | termios.h | 32 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 D | deflate_xip_data.sh | 57 $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 D | belkin_sa.c | 282 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 D | kl5kusb105.c | 402 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 D | digi_acceleport.c | 656 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 D | 0001-src-sg_dd.c-fix-musl-build.patch | 30 if (iflag.zero && iflag.ff && (blk_sz >= 4)) {
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm.c | 563 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 D | flexcan.h | 77 u16 iflag; /* 0x24 Interrupt Flag */ member 88 u16 iflag; /* 0x30 Interrupt Flag */ member
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | lantiq.c | 414 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 D | sunhv.c | 330 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 D | ip22zilog.c | 801 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 D | icom.c | 1094 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 D | sunsab.c | 680 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 D | sunsu.c | 486 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 D | sunzilog.c | 866 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 D | pmac_zilog.c | 998 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 D | rpm2cpio.sh | 15 dd if="$pkg" skip="$o" iflag=skip_bytes status=none $*
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | fit-unpack.sh | 70 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 D | au1xmmc.c | 937 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()
|