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

/freebsd-10.0-release/sys/pci/
H A Dviapm.c58 #define VIAPM_DEBUG(x) if (viapm_debug) (x) macro
592 VIAPM_DEBUG(printf("viapm: idle? STS=0x%x\n", sts));
619 VIAPM_DEBUG(printf("viapm: SMBHST=0x%x\n", sts));
675 VIAPM_DEBUG(printf("viapm: QWRITE to 0x%x", slave));
679 VIAPM_DEBUG(printf("viapm: QREAD to 0x%x", slave));
714 VIAPM_DEBUG(printf("viapm: SENDB to 0x%x, byte=0x%x, error=0x%x\n", slave, byte, error));
740 VIAPM_DEBUG(printf("viapm: RECVB from 0x%x, byte=0x%x, error=0x%x\n", slave, *byte, error));
767 VIAPM_DEBUG(printf("viapm: WRITEB to 0x%x, cmd=0x%x, byte=0x%x, error=0x%x\n", slave, cmd, byte, error));
794 VIAPM_DEBUG(printf("viapm: READB from 0x%x, cmd=0x%x, byte=0x%x, error=0x%x\n", slave, cmd, *byte, error));
822 VIAPM_DEBUG(print
[all...]

Completed in 106 milliseconds