Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dsoft_i2c.c126 static int write_byte (uchar byte);
217 static int write_byte(uchar data) in write_byte() function
320 rc = write_byte ((addr << 1) | 0); in soft_i2c_probe()
362 if(write_byte(chip << 1)) { /* write cycle */ in soft_i2c_read()
369 if(write_byte(addr >> shift)) { in soft_i2c_read()
393 write_byte((chip << 1) | 1); /* read cycle */ in soft_i2c_read()
413 if(write_byte(chip << 1)) { /* write cycle */ in soft_i2c_write()
420 if(write_byte(addr >> shift)) { in soft_i2c_write()
428 if(write_byte(*buffer++)) { in soft_i2c_write()
/rk3399_rockchip-uboot/drivers/rtc/
H A Dds1302.c116 write_byte(unsigned char b) in write_byte() function
162 write_byte(addr); in read_ser_drv()
184 write_byte(addr); in write_ser_drv()
185 for(i=0;i<count;i++) write_byte(*(buf++)); in write_ser_drv()
/rk3399_rockchip-uboot/include/
H A Dpci.h608 int (*write_byte)(struct pci_controller*, pci_dev_t, int where, u8); member
633 int (*write_byte)(struct pci_controller*, in pci_set_ops()
642 hose->write_byte = write_byte; in pci_set_ops()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_slc.c529 lpc32xx_chip->write_byte = lpc32xx_write_byte; in board_nand_init()
H A Dnand_base.c1466 chip->write_byte(mtd, params[i]); in nand_set_features_op()
1582 chip->write_byte(mtd, p[i]); in nand_write_data_op()
3743 if (!chip->write_byte || chip->write_byte == nand_write_byte) in nand_set_defaults()
3744 chip->write_byte = busw ? nand_write_byte16 : nand_write_byte; in nand_set_defaults()
H A Ddenali.c1257 chip->write_byte = denali_write_byte; in denali_init()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Drawnand.h867 void (*write_byte)(struct mtd_info *mtd, uint8_t byte); member