Searched defs:page (Results 26 - 50 of 59) sorted by relevance

123

/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c48 unsigned int page; /* Last page written to / read from */ member in struct:fsl_ifc_ctrl
737 fsl_ifc_read_page(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
758 fsl_ifc_write_page(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
[all...]
H A Dmxc_nand.c386 mxc_nand_read_oob_syndrome(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
438 mxc_nand_read_page_raw_syndrome(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
483 mxc_nand_read_page_syndrome(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
550 mxc_nand_write_oob_syndrome(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
576 mxc_nand_write_page_raw_syndrome(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
616 mxc_nand_write_page_syndrome(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
[all...]
H A Dlpc32xx_nand_mlc.c236 lpc32xx_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
284 lpc32xx_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
333 lpc32xx_read_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
386 lpc32xx_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
444 lpc32xx_write_page_raw(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
480 lpc32xx_write_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
624 read_single_page(uint8_t *dest, int page, struct lpc32xx_oob *oob) argument
703 int page = offs / BYTES_PER_PAGE; local
[all...]
H A Dlpc32xx_nand_slc.c416 lpc32xx_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
454 lpc32xx_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
H A Domap_gpmc.c708 omap_read_page_bch(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
1274 nand_read_page(int block, int page, uchar *dst) argument
[all...]
H A Dsunxi_nand_spl.c219 int page = offs / conf->page_size; local
263 int page = offs / conf->page_size; local
375 int page = offs / conf->page_size; local
479 int first_seed = 0, page, ret; local
[all...]
H A Dvf610_nfc.c329 static void vf610_nfc_addr_cycle(struct mtd_info *mtd, int column, int page) argument
356 vf610_nfc_command(struct mtd_info *mtd, unsigned command, int column, int page) argument
556 vf610_nfc_correct_data(struct mtd_info *mtd, uint8_t *dat, uint8_t *oob, int page) argument
592 vf610_nfc_read_page(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
616 vf610_nfc_write_page(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
[all...]
H A Ddenali.c434 denali_setup_dma64(struct denali_nand_info *denali, dma_addr_t dma_addr, int page, int write) argument
458 denali_setup_dma32(struct denali_nand_info *denali, dma_addr_t dma_addr, int page, int write) argument
482 denali_pio_read(struct denali_nand_info *denali, void *buf, size_t size, int page, int raw) argument
510 denali_pio_write(struct denali_nand_info *denali, const void *buf, size_t size, int page, int raw) argument
531 denali_pio_xfer(struct denali_nand_info *denali, void *buf, size_t size, int page, int raw, int write) argument
540 denali_dma_xfer(struct denali_nand_info *denali, void *buf, size_t size, int page, int raw, int write) argument
597 denali_data_xfer(struct denali_nand_info *denali, void *buf, size_t size, int page, int raw, int write) argument
610 denali_oob_xfer(struct mtd_info *mtd, struct nand_chip *chip, int page, int write) argument
670 denali_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
745 denali_read_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
753 denali_write_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
769 denali_read_page(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
801 denali_write_page_raw(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
879 denali_write_page(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
906 denali_erase(struct mtd_info *mtd, int page) argument
[all...]
H A Datmel_nand.c535 atmel_nand_pmecc_read_page(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
576 atmel_nand_pmecc_write_page(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
1035 atmel_nand_read_page(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
1259 nand_command(int block, int page, uint32_t offs, u8 cmd) argument
1320 nand_read_page(int block, int page, void *dst) argument
1353 spl_nand_erase_one(int block, int page) argument
1384 nand_read_page(int block, int page, void *dst) argument
[all...]
H A Dmxs_nand.c638 mxs_nand_erased_page(struct mtd_info *mtd, struct nand_chip *nand, u8 *buf, int chunk, int page) argument
680 mxs_nand_ecc_read_page(struct mtd_info *mtd, struct nand_chip *nand, uint8_t *buf, int oob_required, int page) argument
852 mxs_nand_ecc_write_page(struct mtd_info *mtd, struct nand_chip *nand, const uint8_t *buf, int oob_required, int page) argument
1042 mxs_nand_ecc_read_oob(struct mtd_info *mtd, struct nand_chip *nand, int page) argument
1077 mxs_nand_ecc_write_oob(struct mtd_info *mtd, struct nand_chip *nand, int page) argument
[all...]
H A Ddenali.h299 uint32_t page; member in struct:denali_nand_info
H A Dmt7621_nand.c803 mt7621_nfc_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *nand, uint8_t *buf, int oob_required, int page) argument
863 mt7621_nfc_read_page_raw(struct mtd_info *mtd, struct nand_chip *nand, uint8_t *buf, int oob_required, int page) argument
899 mt7621_nfc_read_oob_hwecc(struct mtd_info *mtd, struct nand_chip *nand, int page) argument
905 mt7621_nfc_read_oob_raw(struct mtd_info *mtd, struct nand_chip *nand, int page) argument
933 mt7621_nfc_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *nand, const u8 *buf, int oob_required, int page) argument
979 mt7621_nfc_write_page_raw(struct mtd_info *mtd, struct nand_chip *nand, const u8 *buf, int oob_required, int page) argument
1018 mt7621_nfc_write_oob_hwecc(struct mtd_info *mtd, struct nand_chip *nand, int page) argument
1024 mt7621_nfc_write_oob_raw(struct mtd_info *mtd, struct nand_chip *nand, int page) argument
[all...]
H A Dmeson_nand.c546 meson_nfc_write_page_sub(struct nand_chip *nand, int page, bool raw) argument
585 meson_nfc_write_page_raw(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
593 meson_nfc_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
628 meson_nfc_read_page_sub(struct nand_chip *nand, int page, bool raw) argument
664 meson_nfc_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
678 meson_nfc_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
743 meson_nfc_read_oob_raw(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
755 meson_nfc_read_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
767 meson_nfc_write_oob_raw(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
783 meson_nfc_write_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
[all...]
H A Dsunxi_nand.c691 static u16 sunxi_nfc_randomizer_state(struct mtd_info *mtd, int page, bool ecc) argument
750 static void sunxi_nfc_randomize_bbm(struct mtd_info *mtd, int page, u8 *bbm) argument
709 sunxi_nfc_randomizer_config(struct mtd_info *mtd, int page, bool ecc) argument
758 sunxi_nfc_randomizer_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len, bool ecc, int page) argument
768 sunxi_nfc_randomizer_read_buf(struct mtd_info *mtd, uint8_t *buf, int len, bool ecc, int page) argument
812 sunxi_nfc_hw_ecc_read_chunk(struct mtd_info *mtd, u8 *data, int data_off, u8 *oob, int oob_off, int *cur_off, unsigned int *max_bitflips, bool bbm, int page) argument
910 sunxi_nfc_hw_ecc_read_extra_oob(struct mtd_info *mtd, u8 *oob, int *cur_off, bool randomize, int page) argument
940 sunxi_nfc_hw_ecc_write_chunk(struct mtd_info *mtd, const u8 *data, int data_off, const u8 *oob, int oob_off, int *cur_off, bool bbm, int page) argument
991 sunxi_nfc_hw_ecc_write_extra_oob(struct mtd_info *mtd, u8 *oob, int *cur_off, int page) argument
1012 sunxi_nfc_hw_ecc_read_page(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
1048 sunxi_nfc_hw_ecc_read_subpage(struct mtd_info *mtd, struct nand_chip *chip, uint32_t data_offs, uint32_t readlen, uint8_t *bufpoi, int page) argument
1079 sunxi_nfc_hw_ecc_write_page(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
1111 sunxi_nfc_hw_ecc_write_subpage(struct mtd_info *mtd, struct nand_chip *chip, u32 data_offs, u32 data_len, const u8 *buf, int oob_required, int page) argument
1141 sunxi_nfc_hw_syndrome_ecc_read_page(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
1177 sunxi_nfc_hw_syndrome_ecc_write_page(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
[all...]
H A Drockchip_nfc.c432 rk_nfc_write_page_raw(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
514 rk_nfc_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
610 rk_nfc_write_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
616 rk_nfc_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
672 rk_nfc_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
779 rk_nfc_read_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
[all...]
H A Dstm32_fmc2_nand.c512 stm32_fmc2_nfc_read_page(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
H A Dzynq_nand.c442 zynq_nand_read_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
469 zynq_nand_write_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
502 zynq_nand_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
523 zynq_nand_read_page_raw_nooob(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
530 zynq_nand_read_subpage_raw(struct mtd_info *mtd, struct nand_chip *chip, u32 data_offs, u32 readlen, u8 *buf, int page) argument
550 zynq_nand_write_page_raw(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
582 zynq_nand_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
640 zynq_nand_write_page_swecc(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
673 zynq_nand_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
745 zynq_nand_read_page_swecc(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
[all...]
H A Darasan_nfc.c24 u32 page; member in struct:nand_config
459 arasan_nand_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
514 arasan_nand_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
619 arasan_nand_read_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
628 arasan_nand_write_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
713 u32 reg_val, page; local
811 u32 reg_val, page; local
923 u32 reg_val, addr_cycles, page; local
[all...]
/u-boot/board/CZ.NIC/turris_mox/
H A Dturris_mox.c450 static void mox_phy_modify(struct phy_device *phydev, int page, int reg, argument
/u-boot/fs/ubifs/
H A Dubifs.c664 static inline void *kmap(struct page *page) argument
716 do_readpage(struct ubifs_info *c, struct inode *inode, struct page *page, int last_block_size) argument
835 struct page page; local
[all...]
/u-boot/drivers/net/phy/
H A Db53.c121 static int b53_mdio_op(struct mii_dev *bus, u8 page, u8 reg, u16 op) argument
157 static int b53_mdio_read8(struct mii_dev *bus, u8 page, u8 reg, u8 *val) argument
171 static int b53_mdio_read16(struct mii_dev *bus, u8 page, u8 reg, u16 *val) argument
185 static int b53_mdio_read32(struct mii_dev *bus, u8 page, u8 reg, u32 *val) argument
201 static int b53_mdio_read48(struct mii_dev *bus, u8 page, u argument
222 b53_mdio_read64(struct mii_dev *bus, u8 page, u8 reg, u64 *val) argument
243 b53_mdio_write8(struct mii_dev *bus, u8 page, u8 reg, u8 value) argument
255 b53_mdio_write16(struct mii_dev *bus, u8 page, u8 reg, u16 value) argument
268 b53_mdio_write32(struct mii_dev *bus, u8 page, u8 reg, u32 value) argument
286 b53_mdio_write48(struct mii_dev *bus, u8 page, u8 reg, u64 value) argument
304 b53_mdio_write64(struct mii_dev *bus, u8 page, u8 reg, u64 value) argument
322 b53_read8(struct b53_device *dev, u8 page, u8 reg, u8 *value) argument
328 b53_read16(struct b53_device *dev, u8 page, u8 reg, u16 *value) argument
334 b53_read32(struct b53_device *dev, u8 page, u8 reg, u32 *value) argument
340 b53_read48(struct b53_device *dev, u8 page, u8 reg, u64 *value) argument
346 b53_read64(struct b53_device *dev, u8 page, u8 reg, u64 *value) argument
352 b53_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) argument
358 b53_write16(struct b53_device *dev, u8 page, u8 reg, u16 value) argument
364 b53_write32(struct b53_device *dev, u8 page, u8 reg, u32 value) argument
370 b53_write48(struct b53_device *dev, u8 page, u8 reg, u64 value) argument
376 b53_write64(struct b53_device *dev, u8 page, u8 reg, u64 value) argument
628 u8 page, offset, width; local
682 u8 page, offset, width; local
[all...]
H A Dmarvell.c113 static int marvell_write_page(struct phy_device *phydev, int page) argument
150 u16 page = be32_to_cpup(prop + i); local
[all...]
H A Dmv88e61xx.c431 static int mv88e61xx_set_page(struct phy_device *phydev, u8 phy, u8 page) argument
/u-boot/drivers/net/
H A Dmv88e6xxx.c408 static int mv88e6xxx_set_page(struct udevice *dev, u8 phy, u8 page) argument
/u-boot/drivers/mtd/onenand/
H A Donenand_base.c190 static int onenand_page_address(int page, int sector) argument
334 int block, page; local
623 int blockpage, block, page; local
[all...]

Completed in 438 milliseconds

123