lca_pci.c | 46 static void lca_conf_write(void *, pcitag_t, int, pcireg_t); 55 pc->pc_conf_write = lca_conf_write; 125 lca_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data) function in typeref:typename:void 164 printf("lca_conf_write: tag 0x%lx, reg 0x%lx -> 0x%x @ %p\n", tag,
|