Searched refs:read_byte (Results 1 – 25 of 32) sorted by relevance
12
101 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()
114 nand->read_byte = kpn_nand_read_byte; in board_nand_init()
229 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()
179 chip->read_byte = upm_nand_read_byte; in fsl_upm_nand_init()
158 static uint8_t read_byte(struct mtd_info *mtd) in read_byte() function944 nand->read_byte = read_byte; in tegra_probe()
1138 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()
89 static uint8_t read_byte(struct mtd_info *mtd) in read_byte() function1299 nand->read_byte = read_byte; in ca_nand_probe()
376 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()
577 lpc32xx_chip.read_byte = lpc32xx_read_byte; /* FIXME: NEEDED? */ in board_nand_init()
953 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()
531 lpc32xx_chip->read_byte = lpc32xx_read_byte; in board_nand_init()
1153 maf_id = nand_chip->read_byte(mtd); in zynq_nand_probe()1154 dev_id = nand_chip->read_byte(mtd); in zynq_nand_probe()
525 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()
1346 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()
658 chip->read_byte = vf610_nfc_read_byte; in vf610_nfc_nand_init()
708 nand->read_byte = fsl_elbc_read_byte; in fsl_elbc_chip_init()
23 u8 (*read_byte)(struct udevice *dev); member
661 int (*read_byte)(struct pci_controller*, pci_dev_t, int where, u8 *); member681 int (*read_byte)(struct pci_controller*, in pci_set_ops()693 hose->read_byte = read_byte; in pci_set_ops()
125 static uchar read_byte (int);257 static uchar read_byte(int ack) in read_byte() function393 *buffer++ = read_byte(len == 0); in soft_i2c_read()
163 if (!ops->read_byte) in w1_read_byte()166 return ops->read_byte(bus); in w1_read_byte()
148 .read_byte = w1_gpio_read_byte,
208 .read_byte = mxc_w1_read_byte,
131 read_byte(void) in read_byte() function164 for(i=0;i<count;i++) *(buf++)=read_byte(); in read_ser_drv()
154 nand->read_byte = sc_nand_read_byte; in board_nand_init()
896 uint8_t (*read_byte)(struct mtd_info *mtd); member1182 unsigned char (*read_byte)(struct mtd_info *mtd); member
Completed in 55 milliseconds