Searched refs:status0 (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212desc.h39 uint32_t status0;/* DMA status 0 */ member in struct:ar5212_desc::__anon8759::__anon8760
43 uint32_t status0;/* DMA status 0 */ member in struct:ar5212_desc::__anon8759::__anon8761
53 #define ds_txstatus0 u.tx.status0
55 #define ds_rxstatus0 u.rx.status0
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dcscreg.h45 vu_char *status0; member in struct:csc_regmap
H A Dcsc.c116 rp->status0 = &sc->sc_specific.sc_iobase[CSC_STATUS0];
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dmesh.c324 u_char intr, exception, error, status0, status1; local
334 status0 = mesh_read_reg(sc, MESH_BUS_STATUS0);
344 snprintb(buf1, sizeof buf1, MESH_STATUS0_BITMASK, status0);
346 printf("mesh_intr status0 = 0x%s (%s), exc = 0x%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;
1118 int status0, status1; local
1128 status0 = mesh_read_reg(sc, MESH_BUS_STATUS0);
1133 intr, imsk, exception, error, status0, status
[all...]
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416desc.h55 uint32_t status0; member in struct:ar5416_rx_desc
91 #define ds_rxstatus0 u.rx.status0
/netbsd-6-1-5-RELEASE/sys/arch/mips/rmi/
H A Drmixl_pcie.c1429 uint32_t status0 = RMIXL_IOREG_READ(RMIXL_IO_DEV_PCIE_LE + int_sts_offset[link].r0); local
1431 uint64_t status = ((uint64_t)status1 << 32) | status0;
1438 rmixl_pcie_link_error_intr(link, status0, status1);
1458 rmixl_pcie_link_error_intr(u_int link, uint32_t status0, uint32_t status1) argument
1462 printf("%s: PCIe Link Error: link=%d status0=%#x status1=%#x\n",
1463 __func__, link, status0, status1);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dtic54x-dis.c421 const char *status0[] = { local
431 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dtic54x-dis.c421 const char *status0[] = { local
431 n ? status1[SBIT (opcode)] : status0[SBIT (opcode)]);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic7xxx.c973 u_int status0; local
987 status0 = ahc_inb(ahc, SSTAT0) & IOERR;
989 status0 = 0;
991 if (status == 0 && status0 == 0) {
1017 && (status0 & IOERR) != 0) {
H A Daic79xx.c1500 u_int status0; local
1512 status0 = ahd_inb(ahd, SSTAT0) & (IOERR|OVERRUN|SELDI|SELDO);
1517 if ((status0 & (SELDI|SELDO)) != 0) {
1522 status0 &= simode0 & (IOERR|OVERRUN|SELDI|SELDO);
1534 if ((status0 & IOERR) != 0) {
1548 } else if ((status0 & OVERRUN) != 0) {
1618 } else if ((status0 & (SELDI|SELDO)) != 0) {

Completed in 311 milliseconds