| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | mxs_nand_spl.c | 90 mfg_id = chip->read_byte(mtd); in mxs_flash_onfi_ident() 91 dev_id = chip->read_byte(mtd); in mxs_flash_onfi_ident() 96 id_data[i] = chip->read_byte(mtd); in mxs_flash_onfi_ident() 106 if (chip->read_byte(mtd) != 'O' || chip->read_byte(mtd) != 'N' || in mxs_flash_onfi_ident() 107 chip->read_byte(mtd) != 'F' || chip->read_byte(mtd) != 'I') { in mxs_flash_onfi_ident()
|
| H A D | kmeter1_nand.c | 114 nand->read_byte = kpn_nand_read_byte; in board_nand_init()
|
| H A D | nand_util.c | 227 if (chip->read_byte(mtd) & NAND_LOCK_STATUS_TIGHT) { in nand_lock() 289 ret = chip->read_byte(mtd) & (NAND_LOCK_STATUS_TIGHT in nand_get_lock_status() 328 if (!(chip->read_byte(mtd) & NAND_STATUS_WP)) { in nand_unlock() 337 if (chip->read_byte(mtd) & NAND_LOCK_STATUS_TIGHT) { in nand_unlock()
|
| H A D | rockchip_nand_v9.c | 556 bad = chip->read_byte(mtd); in rockchip_nand_block_bad() 562 bad = chip->read_byte(mtd); in rockchip_nand_block_bad() 568 bad = chip->read_byte(mtd); in rockchip_nand_block_bad() 593 chip->read_byte = rockchip_nand_read_byte; in rockchip_nand_chip_init()
|
| H A D | rockchip_nand.c | 555 bad = chip->read_byte(mtd); in rockchip_nand_block_bad() 561 bad = chip->read_byte(mtd); in rockchip_nand_block_bad() 567 bad = chip->read_byte(mtd); in rockchip_nand_block_bad() 592 chip->read_byte = rockchip_nand_read_byte; in rockchip_nand_chip_init()
|
| H A D | fsl_upm.c | 178 chip->read_byte = upm_nand_read_byte; in fsl_upm_nand_init()
|
| H A D | tegra_nand.c | 154 static uint8_t read_byte(struct mtd_info *mtd) in read_byte() function 940 nand->read_byte = read_byte; in tegra_probe()
|
| H A D | arasan_nfc.c | 1103 maf_id = nand_chip->read_byte(mtd); in arasan_check_ondie() 1104 dev_id = nand_chip->read_byte(mtd); in arasan_check_ondie() 1120 get_feature[i] = nand_chip->read_byte(mtd); in arasan_check_ondie() 1211 nand_chip->read_byte = arasan_nand_read_byte; in arasan_nand_init()
|
| H A D | nand_base.c | 371 bad = chip->read_byte(mtd); in nand_block_bad() 1137 p[i] = chip->read_byte(mtd); in nand_read_param_page_op() 1363 id[i] = chip->read_byte(mtd); in nand_readid_op() 1386 *status = chip->read_byte(mtd); in nand_status_op() 1496 params[i] = chip->read_byte(mtd); in nand_get_features_op() 1547 p[i] = chip->read_byte(mtd); in nand_read_data_op() 3733 if (!chip->read_byte || chip->read_byte == nand_read_byte) in nand_set_defaults() 3734 chip->read_byte = busw ? nand_read_byte16 : nand_read_byte; in nand_set_defaults()
|
| H A D | mxs_nand.c | 1189 nand->read_byte = mxs_nand_read_byte; in mxs_nand_init_spl() 1233 nand->read_byte = mxs_nand_read_byte; in mxs_nand_init_ctrl()
|
| H A D | fsl_ifc_nand.c | 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()
|
| H A D | lpc32xx_nand_mlc.c | 577 lpc32xx_chip.read_byte = lpc32xx_read_byte; /* FIXME: NEEDED? */ in board_nand_init()
|
| H A D | pxa3xx_nand.c | 499 id = chip->read_byte(mtd); in pxa3xx_nand_init_timings() 500 id |= chip->read_byte(mtd) << 0x8; in pxa3xx_nand_init_timings() 1783 chip->read_byte = pxa3xx_nand_read_byte; in alloc_nand_resource()
|
| H A D | zynq_nand.c | 1119 maf_id = nand_chip->read_byte(mtd); in zynq_nand_init() 1120 dev_id = nand_chip->read_byte(mtd); in zynq_nand_init()
|
| H A D | lpc32xx_nand_slc.c | 528 lpc32xx_chip->read_byte = lpc32xx_read_byte; in board_nand_init()
|
| H A D | vf610_nfc.c | 667 chip->read_byte = vf610_nfc_read_byte; in vf610_nfc_nand_init()
|
| H A D | fsl_elbc_nand.c | 707 nand->read_byte = fsl_elbc_read_byte; in fsl_elbc_chip_init()
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | soft_i2c.c | 127 static uchar read_byte (int); 259 static uchar read_byte(int ack) in read_byte() function 395 *buffer++ = read_byte(len == 0); in soft_i2c_read()
|
| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | ds1302.c | 132 read_byte(void) in read_byte() function 165 for(i=0;i<count;i++) *(buf++)=read_byte(); in read_ser_drv()
|
| /rk3399_rockchip-uboot/board/socrates/ |
| H A D | nand.c | 155 nand->read_byte = sc_nand_read_byte; in board_nand_init()
|
| /rk3399_rockchip-uboot/board/synopsys/axs10x/ |
| H A D | nand.c | 233 nand->read_byte = axs101_nand_read_byte; in board_nand_init()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pci.h | 605 int (*read_byte)(struct pci_controller*, pci_dev_t, int where, u8 *); member 627 int (*read_byte)(struct pci_controller*, in pci_set_ops() 639 hose->read_byte = read_byte; in pci_set_ops()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | rawnand.h | 865 uint8_t (*read_byte)(struct mtd_info *mtd); member 1142 unsigned char (*read_byte)(struct mtd_info *mtd); member
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | nand.c | 165 (nand_chip->read_byte(mtd) & 0x80 ? in do_nand_status()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.nand | 144 * or uses the standard read_byte/write_buf/etc. functions from
|