Home
last modified time | relevance | path

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

12

/drivers/mtd/nand/raw/
A Dmxs_nand_spl.c113 mfg_id = chip->read_byte(mtd); in mxs_flash_onfi_ident()
114 dev_id = chip->read_byte(mtd); in mxs_flash_onfi_ident()
119 id_data[i] = chip->read_byte(mtd); in mxs_flash_onfi_ident()
129 if (chip->read_byte(mtd) != 'O' || chip->read_byte(mtd) != 'N' || in mxs_flash_onfi_ident()
130 chip->read_byte(mtd) != 'F' || chip->read_byte(mtd) != 'I') { in mxs_flash_onfi_ident()
A Dnand_util.c230 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 Dkmeter1_nand.c115 nand->read_byte = kpn_nand_read_byte; in board_nand_init()
A Dtegra_nand.c159 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.c1137 maf_id = nand_chip->read_byte(mtd); in arasan_check_ondie()
1138 dev_id = nand_chip->read_byte(mtd); in arasan_check_ondie()
1154 get_feature[i] = nand_chip->read_byte(mtd); in arasan_check_ondie()
1250 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
1298 nand->read_byte = read_byte; in ca_nand_probe()
A Dnand_base.c1148 p[i] = chip->read_byte(mtd); in nand_read_param_page_op()
1374 id[i] = chip->read_byte(mtd); in nand_readid_op()
1397 *status = chip->read_byte(mtd); in nand_status_op()
1507 params[i] = chip->read_byte(mtd); in nand_get_features_op()
1558 p[i] = chip->read_byte(mtd); in nand_read_data_op()
3739 if (!chip->read_byte || chip->read_byte == nand_read_byte) in nand_set_defaults()
3740 chip->read_byte = busw ? nand_read_byte16 : nand_read_byte; in nand_set_defaults()
A Dfsl_ifc_nand.c949 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()
A Dlpc32xx_nand_mlc.c579 lpc32xx_chip.read_byte = lpc32xx_read_byte; /* FIXME: NEEDED? */ in board_nand_init()
A Dpxa3xx_nand.c486 id = chip->read_byte(mtd); in pxa3xx_nand_init_timings()
487 id |= chip->read_byte(mtd) << 0x8; in pxa3xx_nand_init_timings()
1718 chip->read_byte = pxa3xx_nand_read_byte; in alloc_nand_resource()
A Dzynq_nand.c1155 maf_id = nand_chip->read_byte(mtd); in zynq_nand_probe()
1156 dev_id = nand_chip->read_byte(mtd); in zynq_nand_probe()
A Dmt7621_nand.c1130 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()
A Dmeson_nand.c923 status = (int)chip->read_byte(mtd); in meson_nfc_dev_ready()
1098 nand->read_byte = meson_nfc_nand_read_byte; in meson_nfc_nand_chip_init()
A Dsand_nand.c610 nand->read_byte = sand_nand_read_byte; in sand_nand_probe()
A Dvf610_nfc.c659 chip->read_byte = vf610_nfc_read_byte; in vf610_nfc_nand_init()
A Dmxs_nand.c1590 nand->read_byte = mxs_nand_read_byte; in mxs_nand_init_spl()
1634 nand->read_byte = mxs_nand_read_byte; in mxs_nand_init_ctrl()
A Dfsl_elbc_nand.c723 nand->read_byte = fsl_elbc_read_byte; in fsl_elbc_chip_init()
A Drockchip_nfc.c950 chip->read_byte = rockchip_nand_read_byte; in rk_nfc_nand_chip_init()
A Dmxc_nand.c1171 this->read_byte = mxc_nand_read_byte;
A Ddenali.c1250 chip->read_byte = denali_read_byte; in denali_init()
A Dsunxi_nand.c1711 nand->read_byte = sunxi_nfc_read_byte; in sunxi_nand_chip_init()
/drivers/i2c/
A Dsoft_i2c.c115 static uchar read_byte (int);
245 static uchar read_byte(int ack) in read_byte() function
374 *buffer++ = read_byte(len == 0); in soft_i2c_read()
/drivers/w1/
A Dw1-uclass.c233 if (!ops->read_byte) in w1_read_byte()
236 return ops->read_byte(bus); in w1_read_byte()
A Dw1-gpio.c147 .read_byte = w1_gpio_read_byte,
A Dmxc_w1.c207 .read_byte = mxc_w1_read_byte,

Completed in 100 milliseconds

12