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

/freebsd-11.0-release/sys/dev/viapm/
H A Dviapm.c130 #define VIAPM_SCL 0x02 /* GPIO1_VAL */ macro
430 VIAPM_OUTB(GPIO_DIR, VIAPM_INB(GPIO_DIR) | VIAPM_SCL | VIAPM_SDA);
502 val |= VIAPM_SCL;
504 val &= ~VIAPM_SCL;
551 return ((val & VIAPM_SCL) != 0);

Completed in 100 milliseconds