Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dds4510.c260 int (*rw_func)(uint8_t, int, uint8_t *, int); in do_ds4510() local
333 rw_func = ds4510_mem_read; in do_ds4510()
335 rw_func = ds4510_mem_write; in do_ds4510()
348 return rw_func(chip, off, (uint8_t *)addr, cnt); in do_ds4510()