Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm2835_gpio.c143 static void bcmgpio_fdt_write(device_t, void *, int, bool);
149 .write = bcmgpio_fdt_write
976 bcmgpio_fdt_write(device_t dev, void *priv, int val, bool raw) in bcmgpio_fdt_write() function