Home | History | Annotate | Download | only in sys

Lines Matching refs:cis

92 	/* Get the Card's common CIS address */
95 sd_info(("%s: Card's Common CIS Ptr = 0x%x\n", __FUNCTION__, sd->com_cis_ptr));
97 /* Get the Card's function CIS (for each function) */
101 sd_info(("%s: Function %d CIS Ptr = 0x%x\n",
106 sd_info(("%s: Card's Common CIS Ptr = 0x%x\n", __FUNCTION__, sd->com_cis_ptr));
731 uint8 *cis = cisd;
736 bzero(cis, length);
746 sd_err(("%s: regread failed: Can't read CIS\n", __FUNCTION__));
750 *cis = (uint8)(foo & 0xff);
751 cis++;