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

  /src/sys/arch/hppa/hppa/
mainbus.c 183 static uint32_t bmm[HPPA_FLEX_COUNT/32]; variable in typeref:typename:uint32_t[]
210 if (bmm[flex / 32] & (1 << (flex % 32))) {
212 __func__, flex, bmm[flex / 32]));
219 bmm[flex / 32] |= (1 << (flex % 32));
mainbus.c 183 static uint32_t bmm[HPPA_FLEX_COUNT/32]; variable in typeref:typename:uint32_t[]
210 if (bmm[flex / 32] & (1 << (flex % 32))) {
212 __func__, flex, bmm[flex / 32]));
219 bmm[flex / 32] |= (1 << (flex % 32));

Completed in 22 milliseconds