Home
last modified time | relevance | path

Searched refs:read_byte (Results 1 – 25 of 32) sorted by relevance

12

/u-boot/drivers/mtd/nand/raw/
A Dmxs_nand_spl.c101 mfg_id = chip->read_byte(mtd); in mxs_flash_onfi_ident()
102 dev_id = chip->read_byte(mtd); in mxs_flash_onfi_ident()
107 id_data[i] = chip->read_byte(mtd); in mxs_flash_onfi_ident()
117 if (chip->read_byte(mtd) != 'O' || chip->read_byte(mtd) != 'N' || in mxs_flash_onfi_ident()
118 chip->read_byte(mtd) != 'F' || chip->read_byte(mtd) != 'I') { in mxs_flash_onfi_ident()
A Dkmeter1_nand.c114 nand->read_byte = kpn_nand_read_byte; in board_nand_init()
A Dnand_util.c229 if (chip->read_byte(mtd) & NAND_LOCK_STATUS_TIGHT) { in nand_lock()
291 ret = chip->read_byte(mtd) & (NAND_LOCK_STATUS_TIGHT in nand_get_lock_status()
330 if (!(chip->read_byte(mtd) & NAND_STATUS_WP)) { in nand_unlock()
339 if (chip->read_byte(mtd) & NAND_LOCK_STATUS_TIGHT) { in nand_unlock()
A Dfsl_upm.c179 chip->read_byte = upm_nand_read_byte; in fsl_upm_nand_init()
A Dtegra_nand.c158 static uint8_t read_byte(struct mtd_info *mtd) in read_byte() function
944 nand->read_byte = read_byte; in tegra_probe()
A Darasan_nfc.c1138 maf_id = nand_chip->read_byte(mtd); in arasan_check_ondie()
1139 dev_id = nand_chip->read_byte(mtd); in arasan_check_ondie()
1155 get_feature[i] = nand_chip->read_byte(mtd); in arasan_check_ondie()
1246 nand_chip->read_byte = arasan_nand_read_byte; in arasan_probe()
A Dcortina_nand.c89 static uint8_t read_byte(struct mtd_info *mtd) in read_byte() function
1299 nand->read_byte = read_byte; in ca_nand_probe()
A Dnand_base.c376 bad = chip->read_byte(mtd); in nand_block_bad()
1142 p[i] = chip->read_byte(mtd); in nand_read_param_page_op()
1368 id[i] = chip->read_byte(mtd); in nand_readid_op()
1391 *status = chip->read_byte(mtd); in nand_status_op()
1501 params[i] = chip->read_byte(mtd); in nand_get_features_op()
1552 p[i] = chip->read_byte(mtd); in nand_read_data_op()
3738 if (!chip->read_byte || chip->read_byte == nand_read_byte) in nand_set_defaults()
3739 chip->read_byte = busw ? nand_read_byte16 : nand_read_byte; in nand_set_defaults()
A Dlpc32xx_nand_mlc.c577 lpc32xx_chip.read_byte = lpc32xx_read_byte; /* FIXME: NEEDED? */ in board_nand_init()
A Dfsl_ifc_nand.c953 nand->read_byte = fsl_ifc_read_byte16; in fsl_ifc_chip_init()
956 nand->read_byte = fsl_ifc_read_byte; in fsl_ifc_chip_init()
A Dlpc32xx_nand_slc.c531 lpc32xx_chip->read_byte = lpc32xx_read_byte; in board_nand_init()
A Dzynq_nand.c1153 maf_id = nand_chip->read_byte(mtd); in zynq_nand_probe()
1154 dev_id = nand_chip->read_byte(mtd); in zynq_nand_probe()
A Dpxa3xx_nand.c525 id = chip->read_byte(mtd); in pxa3xx_nand_init_timings()
526 id |= chip->read_byte(mtd) << 0x8; in pxa3xx_nand_init_timings()
1812 chip->read_byte = pxa3xx_nand_read_byte; in alloc_nand_resource()
A Dmxs_nand.c1346 nand->read_byte = mxs_nand_read_byte; in mxs_nand_init_spl()
1390 nand->read_byte = mxs_nand_read_byte; in mxs_nand_init_ctrl()
A Dvf610_nfc.c658 chip->read_byte = vf610_nfc_read_byte; in vf610_nfc_nand_init()
A Dfsl_elbc_nand.c708 nand->read_byte = fsl_elbc_read_byte; in fsl_elbc_chip_init()
/u-boot/include/
A Dw1.h23 u8 (*read_byte)(struct udevice *dev); member
A Dpci.h661 int (*read_byte)(struct pci_controller*, pci_dev_t, int where, u8 *); member
681 int (*read_byte)(struct pci_controller*, in pci_set_ops()
693 hose->read_byte = read_byte; in pci_set_ops()
/u-boot/drivers/i2c/
A Dsoft_i2c.c125 static uchar read_byte (int);
257 static uchar read_byte(int ack) in read_byte() function
393 *buffer++ = read_byte(len == 0); in soft_i2c_read()
/u-boot/drivers/w1/
A Dw1-uclass.c163 if (!ops->read_byte) in w1_read_byte()
166 return ops->read_byte(bus); in w1_read_byte()
A Dw1-gpio.c148 .read_byte = w1_gpio_read_byte,
A Dmxc_w1.c208 .read_byte = mxc_w1_read_byte,
/u-boot/drivers/rtc/
A Dds1302.c131 read_byte(void) in read_byte() function
164 for(i=0;i<count;i++) *(buf++)=read_byte(); in read_ser_drv()
/u-boot/board/socrates/
A Dnand.c154 nand->read_byte = sc_nand_read_byte; in board_nand_init()
/u-boot/include/linux/mtd/
A Drawnand.h896 uint8_t (*read_byte)(struct mtd_info *mtd); member
1182 unsigned char (*read_byte)(struct mtd_info *mtd); member

Completed in 55 milliseconds

12