Home | History | Annotate | Download | only in bonito

Lines Matching defs:bc

69 bonito_pci_init(pci_chipset_tag_t pc, const struct bonito_config *bc)
72 pc->pc_conf_v = __UNCONST(bc);
73 if (bc->bc_attach_hook != NULL)
74 pc->pc_attach_hook = bc->bc_attach_hook;
117 bonito_conf_addr(struct bonito_config *bc, pcitag_t tag, int offset,
125 bonito_decompose_tag(bc, tag, &b, &d, &f);
128 if (d > (31 - bc->bc_adbase))
130 *cfgoff = (1UL << (d + bc->bc_adbase)) | (f << 8) | offset;
143 struct bonito_config *bc = v;
148 if (bonito_conf_addr(bc, tag, offset, &cfgoff, &pcimap_cfg))