Home
last modified time | relevance | path

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

12

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand_spl.c89 mfg_id = chip->read_byte(mtd); in mxs_flash_onfi_ident()
90 dev_id = chip->read_byte(mtd); in mxs_flash_onfi_ident()
95 id_data[i] = chip->read_byte(mtd); in mxs_flash_onfi_ident()
105 if (chip->read_byte(mtd) != 'O' || chip->read_byte(mtd) != 'N' || in mxs_flash_onfi_ident()
106 chip->read_byte(mtd) != 'F' || chip->read_byte(mtd) != 'I') { in mxs_flash_onfi_ident()
H A Dnand_base.c371 bad = chip->read_byte(mtd); in nand_block_bad()
496 return (chip->read_byte(mtd) & NAND_STATUS_WP) ? 0 : 1; in nand_check_wp()
582 if ((chip->read_byte(mtd) & NAND_STATUS_READY)) in nand_wait_status_ready()
854 if (chip->read_byte(mtd) & NAND_STATUS_READY) in panic_nand_wait()
892 if (chip->read_byte(mtd) & NAND_STATUS_READY) in nand_wait()
898 status = (int)chip->read_byte(mtd); in nand_wait()
3026 *subfeature_param++ = chip->read_byte(mtd); in nand_onfi_get_features()
3055 if (!chip->read_byte || chip->read_byte == nand_read_byte) in nand_set_defaults()
3056 chip->read_byte = busw ? nand_read_byte16 : nand_read_byte; in nand_set_defaults()
3220 if (chip->read_byte(mtd) != 'O' || chip->read_byte(mtd) != 'N' || in nand_flash_detect_onfi()
[all …]
H A Dnand_util.c226 if (chip->read_byte(mtd) & NAND_LOCK_STATUS_TIGHT) { in nand_lock()
288 ret = chip->read_byte(mtd) & (NAND_LOCK_STATUS_TIGHT in nand_get_lock_status()
327 if (!(chip->read_byte(mtd) & NAND_STATUS_WP)) { in nand_unlock()
336 if (chip->read_byte(mtd) & NAND_LOCK_STATUS_TIGHT) { in nand_unlock()
H A Dkmeter1_nand.c113 nand->read_byte = kpn_nand_read_byte; in board_nand_init()
H A Dfsl_upm.c177 chip->read_byte = upm_nand_read_byte; in fsl_upm_nand_init()
H A Dtegra_nand.c153 static uint8_t read_byte(struct mtd_info *mtd) in read_byte() function
939 nand->read_byte = read_byte; in tegra_probe()
H A Darasan_nfc.c1102 maf_id = nand_chip->read_byte(mtd); in arasan_check_ondie()
1103 dev_id = nand_chip->read_byte(mtd); in arasan_check_ondie()
1119 get_feature[i] = nand_chip->read_byte(mtd); in arasan_check_ondie()
1210 nand_chip->read_byte = arasan_nand_read_byte; in arasan_nand_init()
H A Dmxs_nand.c1188 nand->read_byte = mxs_nand_read_byte; in mxs_nand_init_spl()
1232 nand->read_byte = mxs_nand_read_byte; in mxs_nand_init_ctrl()
H A Dfsl_ifc_nand.c948 nand->read_byte = fsl_ifc_read_byte16; in fsl_ifc_chip_init()
951 nand->read_byte = fsl_ifc_read_byte; in fsl_ifc_chip_init()
H A Dlpc32xx_nand_mlc.c576 lpc32xx_chip.read_byte = lpc32xx_read_byte; /* FIXME: NEEDED? */ in board_nand_init()
H A Dpxa3xx_nand.c498 id = chip->read_byte(mtd); in pxa3xx_nand_init_timings()
499 id |= chip->read_byte(mtd) << 0x8; in pxa3xx_nand_init_timings()
1782 chip->read_byte = pxa3xx_nand_read_byte; in alloc_nand_resource()
H A Dzynq_nand.c1118 maf_id = nand_chip->read_byte(mtd); in zynq_nand_init()
1119 dev_id = nand_chip->read_byte(mtd); in zynq_nand_init()
/openbmc/qemu/scripts/
H A Dreplay-dump.py64 def read_byte(fin): function
73 replay_state.set_event(read_byte(fin))
176 async_event_kind = read_byte(dumpfile)
177 async_event_checkpoint = read_byte(dumpfile)
197 char_id = read_byte(dumpfile)
208 net_id = read_byte(dumpfile)
/openbmc/u-boot/drivers/i2c/
H A Dsoft_i2c.c123 static uchar read_byte (int);
255 static uchar read_byte(int ack) in read_byte() function
391 *buffer++ = read_byte(len == 0); in soft_i2c_read()
/openbmc/u-boot/include/
H A Dw1.h23 u8 (*read_byte)(struct udevice *dev); member
H A Dpci.h591 int (*read_byte)(struct pci_controller*, pci_dev_t, int where, u8 *); member
611 int (*read_byte)(struct pci_controller*, in pci_set_ops()
623 hose->read_byte = read_byte; in pci_set_ops()
/openbmc/u-boot/drivers/w1/
H A Dw1-uclass.c162 if (!ops->read_byte) in w1_read_byte()
165 return ops->read_byte(bus); in w1_read_byte()
H A Dw1-gpio.c146 .read_byte = w1_gpio_read_byte,
H A Dmxc_w1.c205 .read_byte = mxc_w1_read_byte,
/openbmc/qemu/hw/sd/
H A Dcore.c143 value = sc->read_byte(card); in sdbus_read_byte()
159 data[i] = sc->read_byte(card); in sdbus_read_data()
/openbmc/u-boot/drivers/rtc/
H A Dds1302.c130 read_byte(void) in read_byte() function
163 for(i=0;i<count;i++) *(buf++)=read_byte(); in read_ser_drv()
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p1.patch24 - * (single exception: see read_byte()'s "G.csize <= 0" handling) !!
/openbmc/u-boot/board/socrates/
H A Dnand.c154 nand->read_byte = sc_nand_read_byte; in board_nand_init()
/openbmc/qemu/include/hw/sd/
H A Dsd.h126 uint8_t (*read_byte)(SDState *sd); member
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h887 uint8_t (*read_byte)(struct mtd_info *mtd); member
1162 unsigned char (*read_byte)(struct mtd_info *mtd); member

12