Home | History | Annotate | Download | only in pci

Lines Matching defs:cmb

493 	struct cmb *cmb;
500 cmb = sc->age_rdata.age_cmb_block;
501 if (cmb == NULL) {
512 status = le32toh(cmb->intr_status);
516 sc->age_tpd_cons = (le32toh(cmb->tpd_cons) & TPD_CONS_MASK) >>
518 sc->age_rr_prod = (le32toh(cmb->rprod_cons) & RRD_PROD_MASK) >>
521 /* Let hardware know CMB was served. */
522 cmb->intr_status = 0;
555 status = le32toh(cmb->intr_status);
821 * Create DMA stuffs for CMB block
831 /* Allocate DMA'able memory for CMB block */
837 "CMB block, error = %i\n", device_xname(sc->sc_dev), error);
849 /* Load the DMA map for CMB block. */
854 printf("%s: could not load DMA'able memory for CMB block, "
1033 /* CMB block */
1844 /* Configure CMB DMA write threshold. */
1851 /* Set CMB/SMB timer and enable them. */
1934 /* Stop CMB/SMB updates. */