Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/w1/
H A Dw1-uclass.c39 if (!ops->reset || !ops->write_byte || !ops->triplet) in w1_enumerate()
59 ops->write_byte(bus, W1_SEARCH); in w1_enumerate()
144 if (!ops->reset || !ops->write_byte) in w1_reset_select()
149 ops->write_byte(bus, W1_MATCH_ROM); in w1_reset_select()
152 ops->write_byte(bus, (w1->id >> (i * 8)) & 0xff); in w1_reset_select()
188 if (!ops->write_byte) in w1_write_byte()
191 ops->write_byte(bus, byte); in w1_write_byte()
H A Dw1-gpio.c149 .write_byte = w1_gpio_write_byte,
H A Dmxc_w1.c208 .write_byte = mxc_w1_write_byte,
/openbmc/u-boot/drivers/i2c/
H A Dsoft_i2c.c122 static int write_byte (uchar byte);
213 static int write_byte(uchar data) in write_byte() function
316 rc = write_byte ((addr << 1) | 0); in soft_i2c_probe()
358 if(write_byte(chip << 1)) { /* write cycle */ in soft_i2c_read()
365 if(write_byte(addr >> shift)) { in soft_i2c_read()
389 write_byte((chip << 1) | 1); /* read cycle */ in soft_i2c_read()
409 if(write_byte(chip << 1)) { /* write cycle */ in soft_i2c_write()
416 if(write_byte(addr >> shift)) { in soft_i2c_write()
424 if(write_byte(*buffer++)) { in soft_i2c_write()
/openbmc/u-boot/drivers/rtc/
H A Dds1302.c114 write_byte(unsigned char b) in write_byte() function
160 write_byte(addr); in read_ser_drv()
182 write_byte(addr); in write_ser_drv()
183 for(i=0;i<count;i++) write_byte(*(buf++)); in write_ser_drv()
/openbmc/u-boot/include/
H A Dw1.h26 void (*write_byte)(struct udevice *dev, u8 byte); member
H A Dpci.h594 int (*write_byte)(struct pci_controller*, pci_dev_t, int where, u8); member
617 int (*write_byte)(struct pci_controller*, in pci_set_ops()
626 hose->write_byte = write_byte; in pci_set_ops()
/openbmc/qemu/hw/sd/
H A Dcore.c116 sc->write_byte(card, value); in sdbus_write_byte()
130 sc->write_byte(card, data[i]); in sdbus_write_data()
H A Dsd.c2861 sc->write_byte = sd_write_byte; in sdmmc_common_class_init()
/openbmc/qemu/include/hw/sd/
H A Dsd.h117 void (*write_byte)(SDState *sd, uint8_t value); member
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_slc.c530 lpc32xx_chip->write_byte = lpc32xx_write_byte; in board_nand_init()
H A Dnand_base.c2997 chip->write_byte(mtd, subfeature_param[i]); in nand_onfi_set_features()
3065 if (!chip->write_byte || chip->write_byte == nand_write_byte) in nand_set_defaults()
3066 chip->write_byte = busw ? nand_write_byte16 : nand_write_byte; in nand_set_defaults()
H A Ddenali.c1256 chip->write_byte = denali_write_byte; in denali_init()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h889 void (*write_byte)(struct mtd_info *mtd, uint8_t byte); member