Searched refs:read_byte (Results 1 – 25 of 33) sorted by relevance
12
114 mfg_id = chip->read_byte(mtd); in mxs_flash_onfi_ident()115 dev_id = chip->read_byte(mtd); in mxs_flash_onfi_ident()120 id_data[i] = chip->read_byte(mtd); in mxs_flash_onfi_ident()130 if (chip->read_byte(mtd) != 'O' || chip->read_byte(mtd) != 'N' || in mxs_flash_onfi_ident()131 chip->read_byte(mtd) != 'F' || chip->read_byte(mtd) != 'I') { in mxs_flash_onfi_ident()
115 nand->read_byte = kpn_nand_read_byte; in board_nand_init()
231 if (chip->read_byte(mtd) & NAND_LOCK_STATUS_TIGHT) { in nand_lock()293 ret = chip->read_byte(mtd) & (NAND_LOCK_STATUS_TIGHT in nand_get_lock_status()332 if (!(chip->read_byte(mtd) & NAND_STATUS_WP)) { in nand_unlock()341 if (chip->read_byte(mtd) & NAND_LOCK_STATUS_TIGHT) { in nand_unlock()
159 static uint8_t read_byte(struct mtd_info *mtd) in read_byte() function945 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()1250 nand_chip->read_byte = arasan_nand_read_byte; in arasan_probe()
90 static uint8_t read_byte(struct mtd_info *mtd) in read_byte() function1300 nand->read_byte = read_byte; in ca_nand_probe()
373 bad = chip->read_byte(mtd); in nand_block_bad()1160 p[i] = chip->read_byte(mtd); in nand_read_param_page_op()1386 id[i] = chip->read_byte(mtd); in nand_readid_op()1409 *status = chip->read_byte(mtd); in nand_status_op()1519 params[i] = chip->read_byte(mtd); in nand_get_features_op()1570 p[i] = chip->read_byte(mtd); in nand_read_data_op()3754 if (!chip->read_byte || chip->read_byte == nand_read_byte) in nand_set_defaults()3755 chip->read_byte = busw ? nand_read_byte16 : nand_read_byte; in nand_set_defaults()
949 nand->read_byte = fsl_ifc_read_byte16; in fsl_ifc_chip_init()952 nand->read_byte = fsl_ifc_read_byte; in fsl_ifc_chip_init()
578 lpc32xx_chip.read_byte = lpc32xx_read_byte; /* FIXME: NEEDED? */ in board_nand_init()
480 id = chip->read_byte(mtd); in pxa3xx_nand_init_timings()481 id |= chip->read_byte(mtd) << 0x8; in pxa3xx_nand_init_timings()1701 chip->read_byte = pxa3xx_nand_read_byte; in alloc_nand_resource()
532 lpc32xx_chip->read_byte = lpc32xx_read_byte; in board_nand_init()
1156 maf_id = nand_chip->read_byte(mtd); in zynq_nand_probe()1157 dev_id = nand_chip->read_byte(mtd); in zynq_nand_probe()
1130 nand->read_byte = mt7621_nfc_read_byte; in mt7621_nfc_init_chip()1175 nand->read_byte = mt7621_nfc_read_byte; in mt7621_nfc_spl_init()
561 nand_chip->read_byte = mxic_nfc_read_byte; in mxic_nfc_probe()
658 chip->read_byte = vf610_nfc_read_byte; in vf610_nfc_nand_init()
1583 nand->read_byte = mxs_nand_read_byte; in mxs_nand_init_spl()1627 nand->read_byte = mxs_nand_read_byte; in mxs_nand_init_ctrl()
723 nand->read_byte = fsl_elbc_read_byte; in fsl_elbc_chip_init()
118 static uchar read_byte (int);250 static uchar read_byte(int ack) in read_byte() function386 *buffer++ = read_byte(len == 0); in soft_i2c_read()
40 u8 (*read_byte)(struct udevice *dev); member
234 if (!ops->read_byte) in w1_read_byte()237 return ops->read_byte(bus); in w1_read_byte()
148 .read_byte = w1_gpio_read_byte,
208 .read_byte = mxc_w1_read_byte,
155 nand->read_byte = sc_nand_read_byte; in board_nand_init()
901 uint8_t (*read_byte)(struct mtd_info *mtd); member1212 unsigned char (*read_byte)(struct mtd_info *mtd); member
285 (nand_chip->read_byte(mtd) & 0x80 ? in do_nand_status()
Completed in 75 milliseconds