Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/mips/rmi/dev/iic/
HDmax6657.c70 static int max6657_read(device_t dev, uint32_t addr, int reg) ;
109 max6657_read(sc->sc_dev, sc->sc_addr, MAX6657_EXT_TEMP)); in max6657_attach()
115 max6657_read(device_t dev, uint32_t slave_addr, int reg) in max6657_read() function
135 v = max6657_read(sc->sc_dev, sc->sc_addr, MAX6657_EXT_TEMP); in max6657_update()