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

123

/u-boot/drivers/video/
H A Dtda19988.c258 u8 old_val, page = REG2PAGE(reg); local
271 u8 old_val, page = REG2PAGE(reg); local
284 u8 page = REG2PAGE(reg); local
295 u8 page = REG2PAGE(reg); local
307 u8 buf[] = { val >> 8, val }, page = REG2PAGE(reg); local
[all...]
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_nand.c801 ndf_queue_cmd_ale(struct octeontx_nfc *tn, int addr_bytes, struct nand_chip *nand, u64 page, u32 col, int page_size) argument
871 ndf_build_pre_cmd(struct octeontx_nfc *tn, int cmd1, int addr_bytes, u64 page, u32 col, int cmd2) argument
999 ndf_read(struct octeontx_nfc *tn, int cmd1, int addr_bytes, u64 page, u32 col, int cmd2, int len) argument
1137 ndf_page_read(struct octeontx_nfc *tn, u64 page, int col, int len) argument
1179 ndf_page_write(struct octeontx_nfc *tn, int page) argument
1597 octeontx_nand_hw_bch_read_page(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
1643 octeontx_nand_hw_bch_write_page(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
1699 octeontx_nand_write_page_raw(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
1718 octeontx_nand_write_oob_std(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
1746 octeontx_nand_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
1756 octeontx_nand_read_oob_std(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
[all...]
H A Dpxa3xx_nand.c1219 pxa3xx_nand_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
1229 pxa3xx_nand_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
1276 pxa3xx_nand_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
1329 pxa3xx_nand_read_oob_raw(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
[all...]
H A Dnand_base.c319 int page, res = 0, i = 0; local
1084 nand_read_page_op(struct nand_chip *chip, unsigned int page, unsigned int offset_in_page, void *buf, unsigned int len) argument
1115 nand_read_param_page_op(struct nand_chip *chip, u8 page, void *buf, unsigned int len) argument
1178 nand_read_oob_op(struct nand_chip *chip, unsigned int page, unsigned int offset_in_oob, void *buf, unsigned int len) argument
1210 nand_prog_page_begin_op(struct nand_chip *chip, unsigned int page, unsigned int offset_in_page, const void *buf, unsigned int len) argument
1268 nand_prog_page_op(struct nand_chip *chip, unsigned int page, unsigned int offset_in_page, const void *buf, unsigned int len) argument
1417 unsigned int page = eraseblock << local
1753 nand_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
1782 nand_read_page_raw_syndrome(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
1841 nand_read_page_swecc(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
1887 nand_read_subpage(struct mtd_info *mtd, struct nand_chip *chip, uint32_t data_offs, uint32_t readlen, uint8_t *bufpoi, int page) argument
2000 nand_read_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
2070 nand_read_page_hwecc_oob_first(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
2137 nand_read_page_syndrome(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
2297 int chipnr, page, realpage, col, bytes, aligned, oob_required; local
2481 nand_read_oob_std(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
2494 nand_read_oob_syndrome(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
2548 nand_write_oob_std(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
2562 nand_write_oob_syndrome(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
2640 int page, realpage, chipnr; local
2782 nand_write_page_raw(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
2811 nand_write_page_raw_syndrome(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
2870 nand_write_page_swecc(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
2899 nand_write_page_hwecc(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
2942 nand_write_subpage_hwecc(struct mtd_info *mtd, struct nand_chip *chip, uint32_t offset, uint32_t data_len, const uint8_t *buf, int oob_required, int page) argument
3010 nand_write_page_syndrome(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
3078 nand_write_page(struct mtd_info *mtd, struct nand_chip *chip, uint32_t offset, int data_len, const uint8_t *buf, int oob_required, int page, int raw) argument
3184 int chipnr, realpage, page, column; local
3345 int chipnr, page, status, len; local
3467 single_erase(struct mtd_info *mtd, int page) argument
3501 int page, status, pages_per_block, ret, chipnr; local
[all...]
/u-boot/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c601 static void atmel_nfc_set_op_addr(struct nand_chip *chip, int page, int column) argument
738 atmel_nand_pmecc_write_pg(struct nand_chip *chip, const u8 *buf, bool oob_required, int page, bool raw) argument
766 atmel_nand_pmecc_write_page(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
773 atmel_nand_pmecc_write_page_raw(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
781 atmel_nand_pmecc_read_pg(struct nand_chip *chip, u8 *buf, bool oob_required, int page, bool raw) argument
803 atmel_nand_pmecc_read_page(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
810 atmel_nand_pmecc_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
817 atmel_hsmc_nand_pmecc_write_pg(struct nand_chip *chip, const u8 *buf, bool oob_required, int page, bool raw) argument
874 atmel_hsmc_nand_pmecc_write_page(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
883 atmel_hsmc_nand_pmecc_write_page_raw(struct mtd_info *mtd, struct nand_chip *chip, const u8 *buf, int oob_required, int page) argument
891 atmel_hsmc_nand_pmecc_read_pg(struct nand_chip *chip, u8 *buf, bool oob_required, int page, bool raw) argument
945 atmel_hsmc_nand_pmecc_read_page(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
953 atmel_hsmc_nand_pmecc_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, u8 *buf, int oob_required, int page) argument
[all...]
/u-boot/fs/yaffs2/
H A Dyaffs_guts.c2929 int page; local
[all...]
/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1847 int page local
1974 brcmnand_read_page(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
1986 brcmnand_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int oob_required, int page) argument
2002 brcmnand_read_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
2010 brcmnand_read_oob_raw(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
2090 brcmnand_write_page(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
2102 brcmnand_write_page_raw(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int oob_required, int page) argument
2117 brcmnand_write_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
2124 brcmnand_write_oob_raw(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
[all...]
/u-boot/drivers/ram/octeon/
H A Docteon3_lmc.c535 do_ddr4_mpr_read(struct ddr_priv *priv, int if_num, int rank, int page, int location) argument
577 ddr4_mpr_read(struct ddr_priv *priv, int if_num, int rank, int page, int location, u64 *mpr_data) argument
586 display_mpr_page(struct ddr_priv *priv, int rank_mask, int if_num, int page) argument
608 ddr4_mpr_write(struct ddr_priv *priv, int if_num, int rank, int page, int location, u8 mpr_data) argument
[all...]
/u-boot/fs/ubifs/
H A Dubifs.h62 struct page { struct
[all...]

Completed in 274 milliseconds

123