Searched refs:write_byte (Results 1 – 14 of 14) sorted by relevance
| /openbmc/u-boot/drivers/w1/ |
| H A D | w1-uclass.c | 39 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 D | w1-gpio.c | 149 .write_byte = w1_gpio_write_byte,
|
| H A D | mxc_w1.c | 208 .write_byte = mxc_w1_write_byte,
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | soft_i2c.c | 122 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 D | ds1302.c | 114 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 D | w1.h | 26 void (*write_byte)(struct udevice *dev, u8 byte); member
|
| H A D | pci.h | 594 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 D | core.c | 116 sc->write_byte(card, value); in sdbus_write_byte() 130 sc->write_byte(card, data[i]); in sdbus_write_data()
|
| H A D | sd.c | 2861 sc->write_byte = sd_write_byte; in sdmmc_common_class_init()
|
| /openbmc/qemu/include/hw/sd/ |
| H A D | sd.h | 117 void (*write_byte)(SDState *sd, uint8_t value); member
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | lpc32xx_nand_slc.c | 530 lpc32xx_chip->write_byte = lpc32xx_write_byte; in board_nand_init()
|
| H A D | nand_base.c | 2997 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 D | denali.c | 1256 chip->write_byte = denali_write_byte; in denali_init()
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | rawnand.h | 889 void (*write_byte)(struct mtd_info *mtd, uint8_t byte); member
|