HomeSort by: relevance | last modified time | path
    Searched defs:cc_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/cardbus/
com_cardbus.c 68 int cc_type; member in struct:com_cardbus_softc
147 csc->cc_type = cp->type;
174 csc->cc_type = PCI_MAPREG_TYPE_MEM;
176 csc->cc_type = PCI_MAPREG_TYPE_IO;
221 csc->cc_type,
235 if(csc->cc_type == PCI_MAPREG_TYPE_IO) {
  /src/sys/dev/ic/
sl811hs.c 295 typedef uint32_t cc_type; typedef in typeref:typename:uint32_t
300 typedef uint64_t cc_type; typedef in typeref:typename:uint64_t
307 cc_type start;
308 cc_type stop;

Completed in 15 milliseconds