Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-spi4000.c188 static int last_value=-1; in __cvmx_spi4000_mdio_write() local
199 if (val != last_value) in __cvmx_spi4000_mdio_write()
201 last_value = val; in __cvmx_spi4000_mdio_write()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c448 valtype last_value, value = 0; \
483 last_value = value; \
485 if (last_value > value) /* Overflow */ \