Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dfmsradio.c101 #define PCS_CLOCK_ON FM_IO_PIN3
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()
307 d = FM_IO_GPIO_ALL | FM_IO_GPIO_IN(PCPR_DATA_ON | FM_IO_PIN3); in sf256pcpr_hw_read()
333 wren = FM_IO_GPIO_ALL | FM_IO_GPIO_IN(FM_IO_PIN3) | PCPR_WREN_ON; in sf256pcpr_write_bit()
345 d = FM_IO_GPIO_ALL | FM_IO_GPIO_IN(FM_IO_PIN3); in sf256pcpr_init()
356 d = FM_IO_GPIO_ALL | FM_IO_GPIO_IN(FM_IO_PIN3); in sf256pcpr_rset()
392 d = FM_IO_GPIO_ALL | FM_IO_GPIO_IN(PCR_DATA_ON | FM_IO_PIN3); in sf64pcr_hw_read()
[all …]
Dfmsreg.h90 #define FM_IO_PIN3 0x0008 macro