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

/freebsd-11-stable/sys/dev/iicbus/
H A Dds1631.c95 static int ds1631_read_1(device_t dev, uint32_t addr, uint8_t reg,
147 ds1631_read_1(device_t dev, uint32_t addr, uint8_t reg, uint8_t *data) function
170 pause("ds1631_read_1", hz);
260 err = ds1631_read_1(dev, addr, DS1631_CONTROL, &conf);

Completed in 159 milliseconds