HomeSort by: relevance | last modified time | path
    Searched refs:status1 (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212desc.h 40 uint32_t status1;/* DMA status 1 */ member in struct:ar5212_desc::__anon6499::__anon6500
44 uint32_t status1;/* DMA status 1 */ member in struct:ar5212_desc::__anon6499::__anon6501
54 #define ds_txstatus1 u.tx.status1
56 #define ds_rxstatus1 u.rx.status1
  /src/sys/dev/pci/
ahc_pci.c 1337 u_int status1;
1379 status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag,
1381 if ((status1 & STA) != 0)
1388 status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag,
1391 status1, /*bytes*/1);
1403 u_int status1; local
1409 status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag,
1416 if (status1 & DPE) {
1420 if (status1 & SSE) {
1423 if (status1 & RMA)
    [all...]
  /src/sys/dev/acpi/
apei_hest.c 124 const uint32_t status1 = atomic_cas_32(&gesb->BlockStatus, status, 0); local
125 if (status1 != status) {
128 ctx, status, status1);
172 const uint32_t status1 = atomic_cas_32(&gesb->BlockStatus, status, 0); local
173 if (status1 != status) {
176 ctx, status, status1);
  /src/sys/arch/hp300/dev/
dvboxreg.h 160 uint16_t status1; /* Master Status register 0x8012 */ member in struct:dvboxfb
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416desc.h 56 uint32_t status1; member in struct:ar5416_rx_desc
92 #define ds_rxstatus1 u.rx.status1
  /src/sys/dev/ic/
opl.c 243 u_int8_t status1, status2; local
255 status1 = bus_space_read_1(sc->iot,sc->ioh,OPL_STATUS+OPL_L+sc->offs);
269 DPRINTFN(2,("opl_find: %02x %02x\n", status1, status2));
271 if ((status1 & OPL_STATUS_MASK) != 0 ||
275 switch(status1) {
  /src/sys/arch/hp300/stand/common/
grf_dvreg.h 184 vu_short status1; /* Master Status register 0x8012 */ member in struct:dvboxfb
  /src/sys/dev/qbus/
if_qe.c 571 int csr, status1, status2, len; local
580 status1 = qc->qc_recv[sc->sc_nextrx].qe_status1;
584 len = ((status1 & QE_RBL_HI) |
591 if ((status1 & QE_ESETUP) == 0)
  /src/sys/arch/mips/rmi/
rmixl_pcie.c 1420 uint32_t status1 = RMIXL_IOREG_READ(RMIXL_IO_DEV_PCIE_LE + int_sts_offset[link].r1); local
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 1115 int status0, status1; local
1126 status1 = mesh_read_reg(sc, MESH_BUS_STATUS1);
1130 intr, imsk, exception, error, status0, status1);
  /src/etc/
MAKEDEV.tmpl 711 read status1;
713 case "$status1,$status2" in
716 *,*) exit $status1;;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 4084 int status1 = COMMON_INTERCEPTOR_ON_EXIT(ctx);
4086 if (status == 0) status = status1;

Completed in 29 milliseconds