Home
last modified time | relevance | path

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

/freebsd/sys/dev/gpio/
H A Dgpiomdio.c68 static void gpiomdio_bb_write(device_t, uint32_t);
136 sc->miibb_ops.mbo_write = gpiomdio_bb_write; in gpiomdio_attach()
157 gpiomdio_bb_write(device_t dev, uint32_t val) in gpiomdio_bb_write() function