Home
last modified time | relevance | path

Searched refs:GPIO_LEVEL_RO (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Dmacgpiovar.h43 #define GPIO_LEVEL_RO 0x02 /* read-only level on pin */ macro
H A Dsmu.c452 if (doorbell_ack != (GPIO_DDR_OUTPUT | GPIO_LEVEL_RO | GPIO_DATA)) in smu_doorbell_intr()
/freebsd/sys/dev/sound/macio/
H A Di2s.c301 if (macgpio_read(self) & GPIO_LEVEL_RO) in aoagpio_int()