Searched refs:ccr_base (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/pccard/
H A Dpccardvarp.h100 uint32_t ccr_base; /* Offset with card's memory */ member in struct:pccard_function
114 uint32_t pf_ccr_offset; /* Offset from ccr_base of CIS */
H A Dpccard.c675 (pf->ccr_base >= (tmp->ccr_base - tmp->pf_ccr_offset)) &&
676 ((pf->ccr_base + PCCARD_CCR_SIZE) <=
677 (tmp->ccr_base - tmp->pf_ccr_offset +
685 * tmp->ccr_base) + pf->ccr_base;
688 (tmp->pf_ccr_offset + pf->ccr_base) -
689 tmp->ccr_base; */
702 pf->ccr_base));
706 pf->ccr_rid, pf->ccr_base,
[all...]
H A Dpccard_cis.c555 printf(", ccr addr %#x mask %#x\n", pf->ccr_base, pf->ccr_mask);
879 state->pf->ccr_base = 0;
881 state->pf->ccr_base |=

Completed in 112 milliseconds