Home
last modified time | relevance | path

Searched refs:size64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c1357 bool size64; in bcma_erom_dump() local
1367 size64 = true; in bcma_erom_dump()
1369 size64 = false; in bcma_erom_dump()
1372 size64 ? "sizelo" : "size", in bcma_erom_dump()
1375 if (size64) { in bcma_erom_dump()
/freebsd/sys/dev/liquidio/base/
H A Dlio_common.h154 uint64_t size64; member
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c147 unsigned int size64 = mc7->size / 8; /* # of 64-bit words */ in t3_mc7_bd_read() local
150 if (start >= size64 || start + n > size64) in t3_mc7_bd_read()