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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_piovar.h39 void at91_pio_gpio_high_z(uint32_t pio, uint32_t high_z_mask, int enable);
H A Dat91_pio.c548 at91_pio_gpio_high_z(uint32_t pio, uint32_t high_z_mask, int enable) argument
553 PIO[PIO_MDER / 4] = high_z_mask;
555 PIO[PIO_MDDR / 4] = high_z_mask;

Completed in 77 milliseconds