/openbsd/sys/kern/ |
H A D | tty.c | 283 } else if ((ISSET(error, TTY_PE) && ISSET(iflag, INPCK)) || in ttyinput() 297 if (c == 0377 && !ISSET(iflag, ISTRIP) && ISSET(iflag, PARMRK)) in ttyinput() 303 if (ISSET(iflag, IXOFF) || ISSET(tp->t_cflag, CHWFLOW)) in ttyinput() 305 if (!ISSET(tp->t_state, TS_TYPEN) && ISSET(iflag, ISTRIP)) in ttyinput() 404 if (!ISSET(tp->t_lflag, EXTPROC) && ISSET(lflag, ICANON)) { in ttyinput() 412 if (ISSET(lflag, XCASE) && ISSET(iflag, IUCLC)) { in ttyinput() 622 ISSET(oflag, OXTABS) && !ISSET(tp->t_lflag, EXTPROC)) { in ttyoutput() 657 else if (ISSET(tp->t_oflag, OLCUC) && ISSET(tp->t_lflag, XCASE)) { in ttyoutput() 701 if (ISSET(tp->t_oflag, ONLRET) || ISSET(tp->t_oflag, OCRNL)) in ttyoutput() 1395 if (!ISSET(tp->t_state, TS_WOPEN) && ISSET(tp->t_cflag, MDMBUF)) { in ttymodem() [all …]
|
H A D | vfs_bio.c | 114 if (ISSET(bp->b_flags, B_DELWRI)) in buf_put() 369 KASSERT(ISSET(bp->b_flags, B_BC)); in buf_flip_high() 395 KASSERT(ISSET(bp->b_flags, B_BC)); in buf_flip_dma() 401 if (!ISSET(bp->b_flags, B_DMA)) { in buf_flip_dma() 539 if (ISSET(bp->b_flags, B_ERROR)) in bread_cluster_callback() 828 if (!ISSET(bp->b_flags, B_BUSY)) in buf_dirty() 848 if (!ISSET(bp->b_flags, B_BUSY)) in buf_undirty() 879 if (ISSET(bp->b_flags, B_ERROR) && !ISSET(bp->b_flags, B_READ)) { in brelse() 1256 if (ISSET(bp->b_flags, B_ERROR)) in biowait() 1285 if (ISSET(bp->b_flags, B_DONE)) in biodone() [all …]
|
H A D | kern_rwlock.c | 125 if (__predict_false(ISSET(nowner, RWLOCK_WRLOCK))) { in rw_do_exit_read() 229 if (ISSET(flags, RW_DUPOK)) in rw_do_enter_write() 232 if (!ISSET(flags, RW_NOSLEEP)) in rw_do_enter_write() 279 if (ISSET(flags, RW_NOSLEEP)) in rw_do_enter_write() 283 if (ISSET(flags, RW_INTR)) in rw_do_enter_write() 301 if (ISSET(flags, RW_INTR) && (error != 0)) { in rw_do_enter_write() 305 if (ISSET(flags, RW_SLEEPFAIL)) { in rw_do_enter_write() 335 } while (!ISSET(owner, RWLOCK_WRLOCK)); in rw_do_enter_read() 349 if (ISSET(flags, RW_DUPOK)) in rw_do_enter_read() 351 if (!ISSET(flag in rw_do_enter_read() [all...] |
H A D | kern_clockintr.c | 76 if (ISSET(cq->cq_flags, CQ_INTRCLOCK)) { in clockintr_cpu_init() 146 KASSERT(ISSET(cq->cq_flags, CQ_INIT)); in clockintr_trigger() 148 if (ISSET(cq->cq_flags, CQ_INTRCLOCK)) in clockintr_trigger() 172 KASSERT(ISSET(cq->cq_flags, CQ_INIT)); in clockintr_dispatch() 238 if (ISSET(cq->cq_flags, CQ_INTRCLOCK)) { in clockintr_dispatch() 335 if (ISSET(cl->cl_flags, CLST_PENDING)) { in clockintr_cancel_locked() 371 KASSERT(!ISSET(flags, ~CL_FLAG_MASK)); in clockintr_unbind() 407 if (ISSET(cl->cl_flags, CLST_PENDING)) in clockintr_schedule_locked() 429 if (ISSET(cl->cl_flags, CLST_PENDING)) in clockintr_stagger() 448 if (ISSET(cq->cq_flags, CQ_INIT)) in clockqueue_init() [all …]
|
/openbsd/sys/dev/ic/ |
H A D | com.c | 370 ISSET(sc->sc_msr, MSR_DCD) || ISSET(tp->t_cflag, MDMBUF)) in comopen() 646 if (ISSET(data, TIOCM_DTR)) in tiocm_xxx2mcr() 648 if (ISSET(data, TIOCM_RTS)) in tiocm_xxx2mcr() 700 if (ISSET(m, MCR_DTR)) in comioctl() 702 if (ISSET(m, MCR_RTS)) in comioctl() 705 if (ISSET(m, MSR_DCD)) in comioctl() 707 if (ISSET(m, MSR_CTS)) in comioctl() 709 if (ISSET(m, MSR_DSR)) in comioctl() 893 ISSET(oldcflag, MDMBUF) != ISSET(tp->t_cflag, MDMBUF) && in comparam() 915 if (ISSET(tp->t_cflag, CRTSCTS) && !ISSET(sc->sc_msr, MSR_CTS)) in comstart() [all …]
|
H A D | z8530tty.c | 429 if (ISSET(tp->t_cflag, HUPCL) || ISSET(tp->t_state, TS_WOPEN)) { in zs_shutdown() 598 (!ISSET(tp->t_cflag, CLOCAL) && !ISSET(tp->t_state, TS_CARR_ON))) { in zsopen() 988 if (ISSET(cflag, CSTOPB)) in zsparam() 992 if (!ISSET(cflag, PARODD)) in zsparam() 994 if (ISSET(cflag, PARENB)) in zsparam() 1021 if (!ISSET(cflag, CHWFLOW)) { in zsparam() 1050 if (!ISSET(cflag, CHWFLOW)) { in zsparam() 1176 if (ISSET(zsbits, ZSWR5_DTR)) in zs_to_tiocm() 1178 if (ISSET(zsbits, ZSWR5_RTS)) in zs_to_tiocm() 1493 if (ISSET(rr1, ZSRR1_FE)) in zstty_rxsoft() [all …]
|
H A D | cy.c | 290 if (!ISSET(tp->t_state, TS_ISOPEN)) { in cyopen() 353 ISSET(tp->t_cflag, MDMBUF) || in cyopen() 365 if (!ISSET(flag, O_NONBLOCK)) { in cyopen() 405 if (ISSET(tp->t_cflag, HUPCL) && in cyclose() 618 if (ISSET(tp->t_state, TS_BUSY)) { in cystop() 619 if (!ISSET(tp->t_state, TS_TTSTOP)) in cystop() 689 if (ISSET(t->c_cflag, PARENB)) { in cyparam() 690 if (ISSET(t->c_cflag, PARODD)) in cyparam() 695 if (!ISSET(t->c_iflag, INPCK)) in cyparam() 698 if (ISSET(t->c_cflag, CSTOPB)) in cyparam() [all …]
|
H A D | pluart.c | 254 if (!ISSET(is, UART_IMSC_RXIM) && !ISSET(is, UART_IMSC_RTIM) && in pluart_intr() 255 !ISSET(is, UART_IMSC_TXIM)) in pluart_intr() 258 if (ISSET(is, UART_IMSC_TXIM) && ISSET(tp->t_state, TS_BUSY)) { in pluart_intr() 312 switch (ISSET(t->c_cflag, CSIZE)) { in pluart_param() 418 if (ISSET(tp->t_state, TS_BUSY)) in pluart_start() 438 if (ISSET(fr, UART_FR_TXFF)) in pluart_start() 518 if (ISSET(tp->t_cflag, CRTSCTS) && in pluart_softint() 581 if (!ISSET(tp->t_state, TS_ISOPEN)) { in pluartopen() 654 if (ISSET(flag, O_NONBLOCK)) { in pluartopen() 696 if (!ISSET(tp->t_state, TS_ISOPEN)) in pluartclose() [all …]
|
/openbsd/usr.sbin/iostat/ |
H A D | iostat.c | 96 #define ISSET(x, a) ((x) & (a)) macro 233 if (ISSET(todo, SHOW_TTY)) { in header() 234 if (ISSET(todo, SHOW_TOTALS)) in header() 240 if (ISSET(todo, SHOW_STATS_1)) in header() 245 if (ISSET(todo, SHOW_STATS_2)) in header() 250 if (ISSET(todo, SHOW_CPU)) in header() 255 if (ISSET(todo, SHOW_TTY)) { in header() 275 if (ISSET(todo, SHOW_CPU)) in header() 387 if (ISSET(todo, SHOW_TOTALS)) in display() 390 if (ISSET(todo, SHOW_TTY)) { in display() [all …]
|
/openbsd/sys/scsi/ |
H A D | sd.c | 179 if (ISSET(link->flags, SDEV_ATAPI) && ISSET(link->flags, in sdattach() 216 if (ISSET(sc->flags, SDF_THIN)) { in sdattach() 250 if (ISSET(sc->flags, SDF_DYING)) in sdactivate() 260 if (ISSET(sc->flags, SDF_DIRTY)) in sdactivate() 270 if (ISSET(sc->flags, SDF_DIRTY)) in sdactivate() 333 if (ISSET(flag, FWRITE) && ISSET(link->flags, SDEV_READONLY)) { in sdopen() 484 ISSET(sc->flags, SDF_DIRTY)) in sdclose() 903 if (!ISSET(flag, FWRITE)) { in sdioctl() 949 if (!ISSET(flag, FWRITE)) { in sdioctl() 959 if (!ISSET(flag, FWRITE)) { in sdioctl() [all …]
|
H A D | st.c | 371 if (ISSET(st->flags, ST_DYING)) { in stopen() 382 if (ISSET(flags, FWRITE) && ISSET(link->flags, SDEV_READONLY)) { in stopen() 393 if (ISSET(link->flags, SDEV_OPEN)) { in stopen() 456 if (ISSET(st->flags, ST_DYING)) { in stclose() 466 if (ISSET(st->flags, ST_WRITTEN) && !ISSET(st->flags, ST_FM_WRITTEN)) in stclose() 502 if (ISSET(st->flags, ST_MOUNTED)) in st_mount_tape() 606 if (!ISSET(st->flags, ST_MOUNTED)) in st_unmount() 747 if (ISSET(st->flags, ST_DYING)) { in ststrategy() 822 if (ISSET(st->flags, ST_DYING)) { in ststart() 1074 if (ISSET(st->flags, ST_DYING)) { in stioctl() [all …]
|
/openbsd/sys/dev/sdmmc/ |
H A D | sdhc.c | 280 if (ISSET(caps, SDHC_64BIT_DMA_SUPP)) in sdhc_host_found() 363 if (ISSET(hp->flags, SHF_USE_DMA)) { in sdhc_host_found() 414 if (ISSET(hp->flags, SHF_USE_DMA)) in sdhc_host_found() 417 if (ISSET(caps, SDHC_HIGH_SPEED_SUPP)) in sdhc_host_found() 419 if (ISSET(caps, SDHC_HIGH_SPEED_SUPP)) in sdhc_host_found() 427 if (ISSET(caps, SDHC_8BIT_MODE_SUPP)) in sdhc_host_found() 430 if (ISSET(caps2, SDHC_DDR50_SUPP)) in sdhc_host_found() 986 ISSET(hp->flags, SHF_USE_DMA)) in sdhc_start_command() 995 if (ISSET(cmd->c_flags, SCF_RSP_CRC)) in sdhc_start_command() 997 if (ISSET(cmd->c_flags, SCF_RSP_IDX)) in sdhc_start_command() [all …]
|
H A D | sdmmc.c | 107 if (ISSET(saa->caps, SMC_CAPS_8BIT_MODE)) in sdmmc_attach() 125 if (ISSET(saa->caps, SMC_CAPS_DMA)) in sdmmc_attach() 379 if (ISSET(sc->sc_flags, SMF_MEM_MODE)) in sdmmc_card_attach() 383 if (ISSET(sc->sc_flags, SMF_IO_MODE)) in sdmmc_card_attach() 409 if (ISSET(sc->sc_flags, SMF_IO_MODE)) in sdmmc_card_detach() 511 if (ISSET(host_ocr, 1<<bit)) { in sdmmc_set_bus_power() 557 if (ISSET(sc->sc_flags, SMF_IO_MODE)) in sdmmc_scan() 561 if (ISSET(sc->sc_flags, SMF_MEM_MODE)) in sdmmc_scan() 596 if (!ISSET(sf->flags, SFF_ERROR)) in sdmmc_init() 737 if (ISSET(sc->sc_flags, SMF_SD_MODE)) in sdmmc_set_relative_addr() [all …]
|
H A D | sdmmc_mem.c | 131 if (ISSET(sc->sc_flags, SMF_SD_MODE) && in sdmmc_mem_enable() 132 !ISSET(sc->sc_flags, SMF_IO_MODE)) { in sdmmc_mem_enable() 137 if (!ISSET(sc->sc_flags, SMF_SD_MODE)) { in sdmmc_mem_enable() 161 if (ISSET(sc->sc_flags, SMF_SD_MODE)) { in sdmmc_mem_enable() 176 if (ISSET(sc->sc_flags, SMF_SD_MODE) && ISSET(new_ocr, MMC_OCR_S18A)) { in sdmmc_mem_enable() 282 if (!ISSET(sc->sc_flags, SMF_SD_MODE)) in sdmmc_mem_scan() 363 if (ISSET(sc->sc_flags, SMF_SD_MODE)) { in sdmmc_decode_csd() 415 if (ISSET(sc->sc_flags, SMF_SD_MODE)) { in sdmmc_decode_cid() 657 if (ISSET(sc->sc_flags, SMF_SD_MODE)) in sdmmc_mem_init() 682 if (ISSET(sc->sc_flags, SMF_UHS_MODE)) { in sdmmc_mem_select_transfer_mode() [all …]
|
/openbsd/sys/arch/sh/dev/ |
H A D | scif.c | 577 if (ISSET(t->c_cflag, CRTSCTS)) { in scifparam() 624 if (!ISSET(t->c_cflag, CHWFLOW)) { in scifparam() 644 if (!ISSET(t->c_cflag, CHWFLOW)) { in scifparam() 777 if (!ISSET(tp->t_state, TS_ISOPEN)) in scifclose() 902 if (ISSET(tp->t_state, TS_BUSY)) { in scifstop() 966 if (ISSET(ssr2, SCSSR2_PER)) in scif_rxsoft() 1028 if (ISSET(tp->t_state, TS_FLUSH)) in scif_txsoft() 1049 if (ISSET(delta, sc->sc_msr_dcd)) { in scif_stsoft() 1056 if (ISSET(delta, sc->sc_msr_cts)) { in scif_stsoft() 1058 if (ISSET(msr, sc->sc_msr_cts)) { in scif_stsoft() [all …]
|
/openbsd/sys/arch/m88k/m88k/ |
H A D | m88100_machdep.c | 90 if (!ISSET(eframe->tf_dmt0, DMT_VALID)) in dae_print() 104 if (!ISSET(dmtx, DMT_VALID)) in dae_print_one() 143 if (ISSET(dmtx, DMT_WRITE)) in dae_print_one() 156 if (!ISSET(eframe->tf_dmt0, DMT_VALID)) in data_access_emulation() 175 if (!ISSET(dmtx, DMT_VALID)) in dae_process() 184 if (!ISSET(dmtx, DMT_LOCKBAR)) { in dae_process() 187 if (x == 2 && ISSET(dmtx, DMT_DOUB1)) { in dae_process() 190 if (ISSET(dmtx, DMT_WRITE)) { in dae_process() 240 if (!ISSET(dmtx, DMT_SIGNED)) in dae_process() 245 if (!ISSET(dmtx, DMT_SIGNED)) in dae_process() [all …]
|
/openbsd/sys/dev/fdt/ |
H A D | imxuart.c | 209 if (ISSET(sr1, IMXUART_SR1_TRDY) && ISSET(tp->t_state, TS_BUSY)) { in imxuart_intr() 226 if (ISSET(c, IMXUART_RX_BRK)) { in imxuart_intr() 243 ISSET(tp->t_cflag, CRTSCTS)) { in imxuart_intr() 274 switch (ISSET(t->c_cflag, CSIZE)) { in imxuart_param() 288 if (ISSET(t->c_cflag, PARENB)) { in imxuart_param() 343 if (ISSET(tp->t_state, TS_BUSY)) { in imxuart_start() 353 if (ISSET(tp->t_cflag, CRTSCTS) && !ISSET(sc->sc_msr, IMXUART_CTS)) in imxuart_start() 448 if (ISSET(tp->t_cflag, CRTSCTS) && in imxuart_softint() 468 if (ISSET(c, IMXUART_RX_PRERR)) in imxuart_softint() 470 if (ISSET(c, IMXUART_RX_FRMERR)) in imxuart_softint() [all …]
|
H A D | exuart.c | 301 ISSET(tp->t_cflag, CRTSCTS)) { in exuart_rx_intr() 318 if (ISSET(tp->t_state, TS_BUSY)) { in exuart_tx_intr() 421 switch (ISSET(t->c_cflag, CSIZE)) { in exuart_param() 441 if (ISSET(t->c_cflag, PARENB)) { in exuart_param() 442 if (ISSET(t->c_cflag, PARODD)) in exuart_param() 448 if (ISSET(t->c_cflag, CSTOPB)) in exuart_param() 505 if (ISSET(tp->t_state, TS_BUSY)) in exuart_start() 513 if (ISSET(tp->t_cflag, CRTSCTS) && !ISSET(sc->sc_msr, EXUART_CTS)) in exuart_start() 627 if (ISSET(tp->t_cflag, CRTSCTS) && in exuart_softint() 775 if (ISSET(flag, O_NONBLOCK)) { in exuartopen() [all …]
|
/openbsd/lib/libc/gen/ |
H A D | fts.c | 98 if (ISSET(FTS_LOGICAL)) in fts_open() 162 if (!ISSET(FTS_NOCHDIR) && in fts_open() 342 if (ISSET(FTS_STOP)) in fts_read() 484 if (ISSET(FTS_STOP)) in fts_children() 517 ISSET(FTS_NOCHDIR)) in fts_children() 581 else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build() 592 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build() 635 if (ISSET(FTS_NOCHDIR)) { in fts_build() 918 if (!ISSET(FTS_NOSTAT)) in fts_alloc() 926 if (!ISSET(FTS_NOSTAT)) in fts_alloc() [all …]
|
/openbsd/sys/dev/sbus/ |
H A D | spif.c | 387 if (!ISSET(flags, O_NONBLOCK)) { in sttyopen() 421 if (ISSET(tp->t_cflag, HUPCL) || !ISSET(tp->t_state, TS_ISOPEN)) { in sttyclose() 519 if (ISSET(msvr, CD180_MSVR_CD)) in stty_modem_control() 528 if (ISSET(bits, TIOCM_RTS)) in stty_modem_control() 536 if (ISSET(bits, TIOCM_DTR)) in stty_modem_control() 538 if (ISSET(bits, TIOCM_RTS) && !ISSET(tp->t_cflag, CRTSCTS)) in stty_modem_control() 543 if (ISSET(bits, TIOCM_DTR)) in stty_modem_control() 545 if (ISSET(bits, TIOCM_RTS)) in stty_modem_control() 590 if (!ISSET(t->c_iflag, INPCK)) in stty_param() 593 if (ISSET(t->c_cflag, CSTOPB)) in stty_param() [all …]
|
H A D | magma.c | 725 if (ISSET(flags, MTTYF_DONE)) { in magma_soft() 900 if (!ISSET(flags, O_NONBLOCK)) { in mttyopen() 901 while (!ISSET(tp->t_cflag, CLOCAL) && !ISSET(tp->t_state, TS_CARR_ON)) { in mttyopen() 937 if (ISSET(tp->t_cflag, HUPCL) || !ISSET(tp->t_state, TS_ISOPEN)) { in mttyclose() 1083 if (ISSET(tp->t_state, TS_BUSY)) { in mttystop() 1179 if (!ISSET(tp->t_cflag, CRTSCTS)) in mtty_modem_control() 1259 if (ISSET(t->c_cflag, PARENB)) in mtty_param() 1262 if (!ISSET(t->c_iflag, INPCK)) in mtty_param() 1265 if (ISSET(t->c_cflag, CSTOPB)) in mtty_param() 1293 if (ISSET(t->c_cflag, CRTSCTS)) in mtty_param() [all …]
|
/openbsd/sys/arch/octeon/dev/ |
H A D | octmmc.c | 463 if (ISSET(isr, MIO_EMM_INT_CMD_DONE) || in octmmc_intr() 464 ISSET(isr, MIO_EMM_INT_CMD_ERR) || in octmmc_intr() 465 ISSET(isr, MIO_EMM_INT_DMA_DONE) || in octmmc_intr() 466 ISSET(isr, MIO_EMM_INT_DMA_ERR)) { in octmmc_intr() 637 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) in octmmc_exec_dma() 661 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) in octmmc_exec_dma() 709 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in octmmc_exec_dma() 805 if (ISSET(cmd->c_flags, SCF_RSP_PRESENT)) in octmmc_exec_pio() 851 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) in octmmc_dma_load_6130() 884 if (!ISSET(cmd->c_flags, SCF_CMD_READ)) in octmmc_dma_load_7890() [all …]
|
/openbsd/sys/net/ |
H A D | if_veb.c | 340 if (ISSET(ifp->if_flags, IFF_RUNNING)) in veb_clone_destroy() 512 if (ISSET(vr->vr_flags, VEB_R_F_ARP)) { in veb_rule_arp_match() 946 if (ISSET(ifp->if_flags, IFF_LINK1) && in veb_broadcast() 953 if (ISSET(ifp->if_flags, IFF_LINK2) && in veb_broadcast() 1035 if (ISSET(ifp->if_flags, IFF_LINK2) && in veb_transmit() 1109 if (ISSET(m->m_flags, M_VLANTAG)) { in veb_port_input() 1232 if (ISSET(ifp->if_flags, IFF_UP)) { in veb_ioctl() 1738 if (ISSET(vr.vr_flags, VEB_R_F_IN)) { in veb_rule_add() 1817 if (ISSET(vr->vr_flags, VEB_R_F_IN)) in veb_rule2ifbr() 1819 if (ISSET(vr->vr_flags, VEB_R_F_OUT)) in veb_rule2ifbr() [all …]
|
/openbsd/sys/dev/usb/ |
H A D | ucom.c | 307 if (ISSET(tp->t_cflag, HUPCL)) { in ucom_shutdown() 482 if (!ISSET(t.c_cflag, CRTSCTS)) in ucom_do_open() 489 ISSET(sc->sc_msr, UMSR_DCD) || ISSET(tp->t_cflag, MDMBUF)) in ucom_do_open() 507 if (ISSET(flag, O_NONBLOCK)) { in ucom_do_open() 772 if (ISSET(ttybits, TIOCM_DTR)) in tiocm_to_ucom() 774 if (ISSET(ttybits, TIOCM_RTS)) in tiocm_to_ucom() 805 if (ISSET(combits, UMCR_DTR)) in ucom_to_tiocm() 807 if (ISSET(combits, UMCR_RTS)) in ucom_to_tiocm() 811 if (ISSET(combits, UMSR_DCD)) in ucom_to_tiocm() 813 if (ISSET(combits, UMSR_CTS)) in ucom_to_tiocm() [all …]
|
/openbsd/sys/arch/armv7/omap/ |
H A D | ommmc.c | 721 if (!ISSET(HREAD4(sc, MMCHS_PSTATE), in ommmc_bus_clock() 956 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in ommmc_start_command() 967 if (ISSET(sc->flags, SHF_USE_DMA)) in ommmc_start_command() 977 if (ISSET(cmd->c_flags, SCF_RSP_CRC)) in ommmc_start_command() 979 if (ISSET(cmd->c_flags, SCF_RSP_IDX)) in ommmc_start_command() 1049 if (ISSET(cmd->c_flags, SCF_CMD_READ)) in ommmc_transfer_data() 1167 if (ISSET(status, MMCHS_STAT_ERRI)) { in ommmc_wait_intr() 1198 if (ISSET(status, MMCHS_STAT_ERRI)) { in ommmc_intr() 1199 if (ISSET(status, MMCHS_STAT_CTO| in ommmc_intr() 1219 if (ISSET(status, MMCHS_STAT_BRR| in ommmc_intr() [all …]
|