siba_type
siba->siba_type = SIBA_TYPE_PCI;
*result = siba->siba_type;
if (siba->siba_type != SIBA_TYPE_PCI ||
if (siba->siba_type == SIBA_TYPE_PCI) {
if (siba->siba_type == SIBA_TYPE_SSB ||
siba->siba_type == SIBA_TYPE_PCMCIA)
if (siba->siba_type == SIBA_TYPE_SSB)
KASSERT(siba->siba_type == SIBA_TYPE_PCI,
("unsupported BUS type (%#x)", siba->siba_type));
if (siba->siba_type != SIBA_TYPE_PCI || !psd)
KASSERT(siba->siba_type == SIBA_TYPE_PCI,
("unsupported bustype %d\n", siba->siba_type));
if (siba->siba_type != SIBA_TYPE_PCI)
switch (siba->siba_type) {
KASSERT(siba->siba_type == SIBA_TYPE_PCI,
("unsupported BUS type (%#x)", siba->siba_type));
if (siba->siba_type == SIBA_TYPE_PCI) {
switch (siba->siba_type) {
siba->siba_type));
KASSERT(siba->siba_type == SIBA_TYPE_PCI,
("unsupported BUS type (%#x)", siba->siba_type));
enum siba_type siba_type;
SIBA_ACCESSOR(type, TYPE, enum siba_type)