Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pccbb/
H A Dpccbbreg.h74 #define CBB_MEMALIGN 4096 macro
H A Dpccbb.c1107 align = CBB_MEMALIGN; in cbb_cardbus_auto_open()
1241 if (count < CBB_MEMALIGN) in cbb_cardbus_alloc_resource()
1242 align = CBB_MEMALIGN; in cbb_cardbus_alloc_resource()
1386 if (count < CBB_MEMALIGN) in cbb_pcic_alloc_resource()
1387 align = CBB_MEMALIGN; in cbb_pcic_alloc_resource()
/freebsd-14.2/sys/dev/exca/
H A Dexca.c875 rman_make_alignment_flags(CBB_MEMALIGN);