Home
last modified time | relevance | path

Searched refs:cbb_start_16_io (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/pccbb/
Dpccbb.c141 u_long cbb_start_16_io = CBB_START_16_IO; variable
142 TUNABLE_ULONG("hw.cbb.start_16_io", &cbb_start_16_io);
144 &cbb_start_16_io, CBB_START_16_IO,
1387 if (start < cbb_start_16_io) in cbb_pcic_alloc_resource()
1388 start = cbb_start_16_io; in cbb_pcic_alloc_resource()
/freebsd-9-stable/sys/dev/exca/
Dexca.c871 if (start < cbb_start_16_io)
872 start = cbb_start_16_io;