Searched refs:ALPM_DEBUG (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/pci/
H A Dalpm.c52 #define ALPM_DEBUG(x) if (alpm_debug) (x) macro
294 ALPM_DEBUG(printf("alpm: idle? STS=0x%x\n", sts));
317 ALPM_DEBUG(printf("alpm: STS=0x%x\n", sts));
354 ALPM_DEBUG(printf("alpm: QWRITE to 0x%x", slave));
358 ALPM_DEBUG(printf("alpm: QREAD to 0x%x", slave));
370 ALPM_DEBUG(printf(", error=0x%x\n", error));
396 ALPM_DEBUG(printf("alpm: SENDB to 0x%x, byte=0x%x, error=0x%x\n", slave, byte, error));
422 ALPM_DEBUG(printf("alpm: RECVB from 0x%x, byte=0x%x, error=0x%x\n", slave, *byte, error));
449 ALPM_DEBUG(printf("alpm: WRITEB to 0x%x, cmd=0x%x, byte=0x%x, error=0x%x\n", slave, cmd, byte, error));
476 ALPM_DEBUG(print
[all...]

Completed in 45 milliseconds