Lines Matching +defs:val +defs:page
99 #define COL_ADDR(pos, val) (((val) & 0xFF) << (8 * (pos))) argument
104 #define ROW_ADDR(pos, val) (((val) & 0xFF) << (8 * (pos))) argument
179 static inline void vf610_nfc_write(struct vf610_nfc *nfc, uint reg, u32 val) in vf610_nfc_write()
195 u32 mask, u32 shift, u32 val) in vf610_nfc_set_field()
236 u32 val = swab32(__raw_readl(src + i)); in vf610_nfc_rd_from_sram() local
271 u32 val; in vf610_nfc_wr_to_sram() local
389 u8 val = instr->ctx.addr.addrs[i]; in vf610_nfc_cmd() local
509 uint8_t *oob, int page) in vf610_nfc_correct_data()
537 static void vf610_nfc_fill_row(struct nand_chip *chip, int page, u32 *code, in vf610_nfc_fill_row()
550 int oob_required, int page) in vf610_nfc_read_page()
598 int oob_required, int page) in vf610_nfc_write_page()
642 int oob_required, int page) in vf610_nfc_read_page_raw()
655 int oob_required, int page) in vf610_nfc_write_page_raw()
674 static int vf610_nfc_read_oob(struct nand_chip *chip, int page) in vf610_nfc_read_oob()
686 static int vf610_nfc_write_oob(struct nand_chip *chip, int page) in vf610_nfc_write_oob()