HomeSort by: relevance | last modified time | path
    Searched refs:tcic_log2 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/isa/
tcic2_isa.c 245 sc->memsize2 = tcic_log2((u_int)ia->ia_iomem[0].ir_size);
  /src/sys/dev/ic/
tcic2.c 725 i = tcic_log2((u_int)size);
918 h->mem[win].size2 = tcic_log2((u_int)pcmhp->realsize) - TCIC_MEM_SHIFT;
961 size2 = tcic_log2((u_int)size);
1037 size2 = tcic_log2((u_int)h->io[win].size);
1279 tcic_log2(u_int val) function in typeref:typename:int
tcic2var.h 137 int tcic_log2(u_int);

Completed in 13 milliseconds