Home
last modified time | relevance | path

Searched refs:FM_IO_PIN2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dfmsradio.c83 #define PCR_DATA_ON FM_IO_PIN2
92 #define PCPR_WREN_OFF FM_IO_PIN2
100 #define PCS_WREN_OFF FM_IO_PIN2
220 d = FM_IO_GPIO(FM_IO_PIN1 | FM_IO_PIN2 | FM_IO_PIN3) | PCS_WREN_OFF; in sf256pcs_hw_read()
246 wren = FM_IO_GPIO(FM_IO_PIN1 | FM_IO_PIN2 | FM_IO_PIN3); in sf256pcs_write_bit()
259 d = FM_IO_GPIO(FM_IO_PIN1 | FM_IO_PIN2 | FM_IO_PIN3); in sf256pcs_init()
270 d = FM_IO_GPIO(FM_IO_PIN1 | FM_IO_PIN2 | FM_IO_PIN3); in sf256pcs_rset()
477 mute = FM_IO_GPIO(FM_IO_PIN1 | FM_IO_PIN2 | FM_IO_PIN3); in fmsradio_set_mute()
H A Dfmsreg.h89 #define FM_IO_PIN2 0x0004 macro