Home
last modified time | relevance | path

Searched refs:func_code (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/dreamcast/dev/maple/
H A Dmmemcard.c65 uint32_t func_code; member
72 uint32_t func_code; /* function code (big endian) */ member
78 uint32_t func_code; member
87 uint32_t func_code; member
102 uint32_t func_code; /* function code (big endian) */ member
315 sc->sc_reqm.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_MEMCARD)); in mmemattach()
463 sc->sc_reqr.func_code = in mmem_intr()
511 r->func_code /* XXX */); in mmem_intr()
518 be32toh(r->func_code), sz); in mmem_intr()
552 r->func_code /* XXX */); in mmem_intr()
[all …]
H A Dmlcd.c62 uint32_t func_code; member
71 uint32_t func_code; member
82 uint32_t func_code; /* function code (big endian) */ member
289 sc->sc_reqm.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_LCD)); in mlcdattach()
380 sc->sc_reqw.func_code = in mlcd_intr()
430 rm->func_code /* XXX */); in mlcd_intr()
437 be32toh(rm->func_code), sz); in mlcd_intr()
563 sc->sc_reqw.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_LCD)); in mlcdstart_bp()
H A Dmkbdvar.h36 uint32_t func_code; /* function code (big endian) */ member
H A Dmaple.c1221 int func_code, len; in maple_check_responses() local
1256 func_code = u->u_dma_func; in maple_check_responses()
1258 be32toh(u->u_rxbuf[1]) == MAPLE_FUNC(func_code)) { in maple_check_responses()
1259 fn = &u->u_func[func_code]; in maple_check_responses()
1398 func_code = u->u_dma_func; in maple_check_responses()
1399 fn = &u->u_func[func_code]; in maple_check_responses()
1405 func_code, response); in maple_check_responses()
H A Dmms.c49 uint32_t func_code; /* function code (big endian) */ member
/netbsd-src/sys/dev/ic/
H A Daic7xxx.c1279 && scb->io_ctx->ccb_h.func_code== XPT_RESET_DEV in ahc_handle_scsiint()
5197 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code); in ahc_match_scb()
7078 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahc_handle_en_lun()
H A Daic79xx.c2202 && scb->io_ctx->ccb_h.func_code== XPT_RESET_DEV in ahd_handle_nonpkt_busfree()
6979 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code); in ahd_match_scb()
9444 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahd_handle_en_lun()