Searched refs:istatus (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/arm/xilinx/
H A Duart_dev_cdnc.c566 uint32_t istatus; local
570 istatus = RD4(bas, CDNC_UART_ISTAT_REG);
573 WR4(bas, CDNC_UART_ISTAT_REG, istatus &
579 if ((istatus & (CDNC_UART_INT_RXTRIG | CDNC_UART_INT_RXTMOUT)) != 0)
583 if (sc->sc_txbusy && (istatus & CDNC_UART_INT_TXEMPTY) != 0) {
590 if ((istatus & CDNC_UART_INT_TXOVR) != 0)
594 if ((istatus & CDNC_UART_INT_RXOVR) != 0)
598 if ((istatus & CDNC_UART_INT_DMSI) != 0) {
H A Dzy7_devcfg.c485 uint32_t istatus, imask; local
489 istatus = RD4(sc, ZY7_DEVCFG_INT_STATUS);
495 if ((istatus & imask) == 0) {
501 if ((istatus & ZY7_DEVCFG_INT_DMA_DONE) != 0)
505 if ((istatus & ZY7_DEVCFG_INT_PCFG_INIT_PE) != 0)
/freebsd-10-stable/sys/dev/ata/chipsets/
H A Data-nvidia.c288 u_int32_t istatus; local
292 istatus = ATA_INL(ctlr->r_res2, offset);
294 istatus = ATA_INB(ctlr->r_res2, offset);
297 if (istatus & (0x0c << shift))
307 return (istatus & (0x01 << shift));
/freebsd-10-stable/sys/dev/iir/
H A Diir_pci.c409 if (ctx->istatus & 0x80) { /* error flag */
410 ctx->istatus &= ~0x80;
420 if (ctx->istatus == GDT_ASYNCINDEX) {
H A Diir.c1487 ctx.istatus = gdt->sc_get_status(gdt);
1488 if (ctx.istatus == 0x00) {
1490 return (ctx.istatus);
1500 if (ctx.istatus == GDT_ASYNCINDEX) {
1502 return (ctx.istatus);
1504 if (ctx.istatus == GDT_SPEZINDEX) {
1511 return (ctx.istatus);
1514 gccb = &gdt->sc_gccbs[ctx.istatus - 2];
1520 device_get_nameunit(gdt->sc_devnode), ctx.istatus));
1523 gdt->sc_dvr.eu.driver.index = ctx.istatus;
[all...]
H A Diir.h588 u_int8_t istatus; member in struct:gdt_intr_ctx
/freebsd-10-stable/sys/dev/ahci/
H A Dahci.c63 static void ahci_ch_intr_main(struct ahci_channel *ch, uint32_t istatus);
1121 uint32_t istatus; local
1124 istatus = ATA_INL(ch->r_mem, AHCI_P_IS);
1127 ahci_ch_intr_main(ch, istatus);
1136 uint32_t istatus; local
1140 istatus = ATA_INL(ch->r_mem, AHCI_P_IS);
1144 ahci_ch_intr_main(ch, istatus);
1175 ahci_ch_intr_main(struct ahci_channel *ch, uint32_t istatus) argument
1182 ATA_OUTL(ch->r_mem, AHCI_P_IS, istatus);
1191 if ((istatus
2670 uint32_t istatus; local
[all...]
/freebsd-10-stable/sys/dev/cadence/
H A Dif_cgem.c904 uint32_t istatus; local
914 istatus = RD4(sc, CGEM_INTR_STAT);
915 WR4(sc, CGEM_INTR_STAT, istatus);
918 if ((istatus & CGEM_INTR_RX_COMPLETE) != 0)
925 if ((istatus & CGEM_INTR_HRESP_NOT_OK) != 0) {
932 if ((istatus & CGEM_INTR_RX_OVERRUN) != 0) {
939 if ((istatus & CGEM_INTR_RX_USED_READ) != 0) {
/freebsd-10-stable/sys/dev/siis/
H A Dsiis.c850 uint32_t istatus, sstatus, ctx, estatus, ok, err = 0; local
867 istatus = ATA_INL(ch->r_mem, SIIS_P_IS) &
869 ATA_OUTL(ch->r_mem, SIIS_P_IS, istatus);
871 if (istatus & SIIS_P_IX_PHYRDYCHG)
874 if (istatus & SIIS_P_IX_SDBN)
877 if (istatus & SIIS_P_IX_COMMERR) {
884 // __func__, sstatus, istatus, ch->rslots, estatus, ccs, port,
/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic79xx.h460 struct initiator_status istatus; member in union:hardware_scb::__anon8
H A Daic79xx.c8170 if (scb->hscb->shared_data.istatus.scsi_status != 0) {
8223 aic_set_scsi_status(scb, hscb->shared_data.istatus.scsi_status);
8224 switch (hscb->shared_data.istatus.scsi_status) {
8447 spkt = &hscb->shared_data.istatus;

Completed in 229 milliseconds