Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dfmsreg.h91 #define FM_IO_GPIO(x) ((x) << 12) macro
92 #define FM_IO_GPIO_ALL FM_IO_GPIO(0xf)
Dfmsradio.c226 d = FM_IO_GPIO(FM_IO_PIN1 | FM_IO_PIN2 | FM_IO_PIN3) | PCS_WREN_OFF; in sf256pcs_hw_read()
252 wren = FM_IO_GPIO(FM_IO_PIN1 | FM_IO_PIN2 | FM_IO_PIN3); in sf256pcs_write_bit()
265 d = FM_IO_GPIO(FM_IO_PIN1 | FM_IO_PIN2 | FM_IO_PIN3); in sf256pcs_init()
276 d = FM_IO_GPIO(FM_IO_PIN1 | FM_IO_PIN2 | FM_IO_PIN3); in sf256pcs_rset()
483 mute = FM_IO_GPIO(FM_IO_PIN1 | FM_IO_PIN2 | FM_IO_PIN3); in fmsradio_set_mute()