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

/freebsd-10.0-release/sys/pci/
H A Dviapm.c131 #define VIAPM_SDA 0x04 /* GPIO2_VAL */ macro
430 VIAPM_OUTB(GPIO_DIR, VIAPM_INB(GPIO_DIR) | VIAPM_SCL | VIAPM_SDA);
522 val |= VIAPM_SDA;
524 val &= ~VIAPM_SDA;
563 return ((val & VIAPM_SDA) != 0);

Completed in 51 milliseconds