Home
last modified time | relevance | path

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

/trueos/sys/dev/pccbb/
HDpccbbreg.h75 #define CBB_MEMALIGN 4096 macro
HDpccbb.c1105 align = CBB_MEMALIGN; in cbb_cardbus_auto_open()
1239 if (count < CBB_MEMALIGN) in cbb_cardbus_alloc_resource()
1240 align = CBB_MEMALIGN; in cbb_cardbus_alloc_resource()
1384 if (count < CBB_MEMALIGN) in cbb_pcic_alloc_resource()
1385 align = CBB_MEMALIGN; in cbb_pcic_alloc_resource()
/trueos/sys/dev/exca/
HDexca.c868 rman_make_alignment_flags(CBB_MEMALIGN);