Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/w1-eeprom/
H A Deep_sandbox.c34 w1_write_byte(dev, W1_F2D_READ_EEPROM); in eep_sandbox_read_buf()
35 w1_write_byte(dev, offset & 0xff); in eep_sandbox_read_buf()
36 w1_write_byte(dev, offset >> 8); in eep_sandbox_read_buf()
H A Dds24xxx.c23 w1_write_byte(dev, W1_F2D_READ_EEPROM); in ds24xxx_read_buf()
24 w1_write_byte(dev, offset & 0xff); in ds24xxx_read_buf()
25 w1_write_byte(dev, offset >> 8); in ds24xxx_read_buf()
H A Dds2502.c81 w1_write_byte(dev, pagebuf[i]); in ds2502_read()
/openbmc/u-boot/include/
H A Dw1.h36 int w1_write_byte(struct udevice *dev, u8 byte);
/openbmc/u-boot/drivers/w1/
H A Dw1-uclass.c183 int w1_write_byte(struct udevice *dev, u8 byte) in w1_write_byte() function