apecs_pci.c | 45 static void apecs_conf_write(void *, pcitag_t, int, pcireg_t); 53 pc->pc_conf_write = apecs_conf_write; 105 apecs_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data) function in typeref:typename:void 147 printf("apecs_conf_write: tag 0x%lx, reg 0x%lx -> 0x%x @ %p\n", tag,
|