/src/sys/dev/acpi/ |
apei_hest.c | 124 const uint32_t status1 = atomic_cas_32(&gesb->BlockStatus, status, 0); local in function:apei_hest_ghes_handle 125 if (status1 != status) { 128 ctx, status, status1); 172 const uint32_t status1 = atomic_cas_32(&gesb->BlockStatus, status, 0); local in function:apei_hest_ghes_v2_handle 173 if (status1 != status) { 176 ctx, status, status1);
|
/src/sys/dev/ic/ |
opl.c | 243 u_int8_t status1, status2; local in function:opl_find 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/dev/qbus/ |
if_qe.c | 571 int csr, status1, status2, len; local in function:qeintr 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/hp300/dev/ |
dvboxreg.h | 160 uint16_t status1; /* Master Status register 0x8012 */ member in struct:dvboxfb
|
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212desc.h | 40 uint32_t status1;/* DMA status 1 */ member in struct:ar5212_desc::__anon53d77335010a::__anon53d773350208 44 uint32_t status1;/* DMA status 1 */ member in struct:ar5212_desc::__anon53d77335010a::__anon53d773350308 54 #define ds_txstatus1 u.tx.status1 56 #define ds_rxstatus1 u.rx.status1
|
/src/sys/arch/hp300/stand/common/ |
grf_dvreg.h | 184 vu_short status1; /* Master Status register 0x8012 */ member in struct:dvboxfb
|
/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 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 | 1115 int status0, status1; local in function:mesh_timeout 1126 status1 = mesh_read_reg(sc, MESH_BUS_STATUS1); 1130 intr, imsk, exception, error, status0, status1);
|
/src/sys/dev/pci/ |
ahc_pci.c | 1347 u_int status1; 1389 status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag, 1391 if ((status1 & STA) != 0) 1398 status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag, 1401 status1, /*bytes*/1); 1413 u_int status1; local in function:ahc_pci_intr 1419 status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag, 1426 if (status1 & DPE) { 1430 if (status1 & SSE) { 1433 if (status1 & RMA) [all...] |
/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
|