Searched refs:istatus (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-stable/sys/arm/xilinx/
H A Duart_dev_cdnc.c563 uint32_t istatus; local
567 istatus = RD4(bas, CDNC_UART_ISTAT_REG);
570 WR4(bas, CDNC_UART_ISTAT_REG, istatus &
576 if ((istatus & (CDNC_UART_INT_RXTRIG | CDNC_UART_INT_RXTMOUT)) != 0)
580 if (sc->sc_txbusy && (istatus & CDNC_UART_INT_TXEMPTY) != 0) {
587 if ((istatus & CDNC_UART_INT_TXOVR) != 0)
591 if ((istatus & CDNC_UART_INT_RXOVR) != 0)
595 if ((istatus & CDNC_UART_INT_DMSI) != 0) {
H A Dzy7_devcfg.c647 uint32_t istatus, imask; local
651 istatus = RD4(sc, ZY7_DEVCFG_INT_STATUS);
657 if ((istatus & imask) == 0) {
663 if ((istatus & ZY7_DEVCFG_INT_DMA_DONE) != 0)
667 if ((istatus & ZY7_DEVCFG_INT_PCFG_INIT_PE) != 0)
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c64 static void ahci_ch_intr_main(struct ahci_channel *ch, uint32_t istatus);
1266 uint32_t istatus; local
1269 istatus = ATA_INL(ch->r_mem, AHCI_P_IS);
1272 ahci_ch_intr_main(ch, istatus);
1281 uint32_t istatus; local
1285 istatus = ATA_INL(ch->r_mem, AHCI_P_IS);
1289 ahci_ch_intr_main(ch, istatus);
1320 ahci_ch_intr_main(struct ahci_channel *ch, uint32_t istatus) argument
1327 ATA_OUTL(ch->r_mem, AHCI_P_IS, istatus);
1336 if ((istatus
2831 uint32_t istatus; local
[all...]
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h5634 } istatus; member in struct:wpa_event_data::wds_sta_interface
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddrv_callbacks.c1571 int istatus,
1579 if (istatus == INTERFACE_ADDED)
1586 istatus == INTERFACE_ADDED ?
1894 hapd, data->wds_sta_interface.istatus,
1570 hostapd_event_wds_sta_interface_status(struct hostapd_data *hapd, int istatus, const char *ifname, const u8 *addr) argument
/freebsd-11-stable/sys/dev/cadence/
H A Dif_cgem.c933 uint32_t istatus; local
943 istatus = RD4(sc, CGEM_INTR_STAT);
944 WR4(sc, CGEM_INTR_STAT, istatus);
947 if ((istatus & CGEM_INTR_RX_COMPLETE) != 0)
954 if ((istatus & CGEM_INTR_HRESP_NOT_OK) != 0) {
961 if ((istatus & CGEM_INTR_RX_OVERRUN) != 0) {
968 if ((istatus & CGEM_INTR_RX_USED_READ) != 0) {
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c851 uint32_t istatus, sstatus, ctx, estatus, ok, err = 0; local
868 istatus = ATA_INL(ch->r_mem, SIIS_P_IS) &
870 ATA_OUTL(ch->r_mem, SIIS_P_IS, istatus);
872 if (istatus & SIIS_P_IX_PHYRDYCHG)
875 if (istatus & SIIS_P_IX_SDBN)
878 if (istatus & SIIS_P_IX_COMMERR) {
885 // __func__, sstatus, istatus, ch->rslots, estatus, ccs, port,
/freebsd-11-stable/sys/dev/iir/
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
H A Diir_pci.c409 if (ctx->istatus & 0x80) { /* error flag */
410 ctx->istatus &= ~0x80;
420 if (ctx->istatus == GDT_ASYNCINDEX) {
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.c8161 if (scb->hscb->shared_data.istatus.scsi_status != 0) {
8214 aic_set_scsi_status(scb, hscb->shared_data.istatus.scsi_status);
8215 switch (hscb->shared_data.istatus.scsi_status) {
8438 spkt = &hscb->shared_data.istatus;
H A Daic79xx.h460 struct initiator_status istatus; member in union:hardware_scb::__anon9061
/freebsd-11-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));

Completed in 207 milliseconds