HomeSort by: relevance | last modified time | path
    Searched defs:status0 (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ibus/
nouveau_nvkm_subdev_ibus_gk20a.c 57 u32 status0 = nvkm_rd32(device, 0x120058); local in function:gk20a_ibus_intr
59 if (status0 & 0x7) {
  /src/sys/arch/acorn32/podulebus/
cscreg.h 45 vu_char *status0; member in struct:csc_regmap
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212desc.h 39 uint32_t status0;/* DMA status 0 */ member in struct:ar5212_desc::__anon53d77335010a::__anon53d773350208
43 uint32_t status0;/* DMA status 0 */ member in struct:ar5212_desc::__anon53d77335010a::__anon53d773350308
53 #define ds_txstatus0 u.tx.status0
55 #define ds_rxstatus0 u.rx.status0
  /src/sys/arch/mips/rmi/
rmixl_pcie.c 1419 uint32_t status0 = RMIXL_IOREG_READ(RMIXL_IO_DEV_PCIE_LE + int_sts_offset[link].r0); local in function:rmixl_pcie_intr
1421 uint64_t status = ((uint64_t)status1 << 32) | status0;
1428 rmixl_pcie_link_error_intr(link, status0, status1);
1448 rmixl_pcie_link_error_intr(u_int link, uint32_t status0, uint32_t status1)
1452 printf("%s: PCIe Link Error: link=%d status0=%#x status1=%#x\n",
1453 __func__, link, status0, status1);
  /src/sys/arch/macppc/dev/
mesh.c 324 u_char intr, exception, error, status0; local in function:mesh_intr
334 status0 = mesh_read_reg(sc, MESH_BUS_STATUS0);
344 snprintb(buf1, sizeof buf1, MESH_STATUS0_BITMASK, status0);
346 printf("mesh_intr status0 = %s (%s), exc = %s\n",
347 buf1, scsi_phase[status0 & 7], buf2);
407 sc->sc_nextstate = status0 & MESH_PHASE_MASK;
415 sc->sc_nextstate = status0 & MESH_PHASE_MASK;
1115 int status0, status1; local in function:mesh_timeout
1125 status0 = mesh_read_reg(sc, MESH_BUS_STATUS0);
1130 intr, imsk, exception, error, status0, status1)
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416desc.h 55 uint32_t status0; member in struct:ar5416_rx_desc
91 #define ds_rxstatus0 u.rx.status0
  /src/sys/dev/ic/
aic79xx.c 1504 u_int status0; local in function:ahd_handle_scsiint
1516 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
1521 if ((status0 & (SELDI|SELDO)) != 0) {
1526 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
1538 if ((status0 & IOERR) != 0) {
1552 } else if ((status0 & OVERRUN) != 0) {
1622 } else if ((status0 & (SELDI|SELDO)) != 0) {
aic7xxx.c 973 u_int status0; local in function:ahc_handle_scsiint
987 status0 = ahc_inb(ahc, SSTAT0) & IOERR;
989 status0 = 0;
991 if (status == 0 && status0 == 0) {
1017 && (status0 & IOERR) != 0) {

Completed in 25 milliseconds