Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/sensor/
H A Dds1631.c93 static int ds1631_read_1(device_t dev, uint32_t addr, uint8_t reg,
143 ds1631_read_1(device_t dev, uint32_t addr, uint8_t reg, uint8_t *data) in ds1631_read_1() function
256 err = ds1631_read_1(dev, addr, DS1631_CONTROL, &conf); in ds1631_init()