Home
last modified time | relevance | path

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

/src/sys/dev/pccbb/
H A Dpccbbreg.h74 #define CBB_MEMALIGN 4096 macro
H A Dpccbb.c1076 align = CBB_MEMALIGN; in cbb_cardbus_auto_open()
1210 if (count < CBB_MEMALIGN) in cbb_cardbus_alloc_resource()
1211 align = CBB_MEMALIGN; in cbb_cardbus_alloc_resource()
1355 if (count < CBB_MEMALIGN) in cbb_pcic_alloc_resource()
1356 align = CBB_MEMALIGN; in cbb_pcic_alloc_resource()
/src/sys/dev/exca/
H A Dexca.c874 rman_make_alignment_flags(CBB_MEMALIGN);