Lines Matching refs:uint
127 uint column;
136 static inline u16 nfc_read(struct mtd_info *mtd, uint reg) in nfc_read()
145 static inline void nfc_write(struct mtd_info *mtd, uint reg, u16 val) in nfc_write()
154 static inline void nfc_set(struct mtd_info *mtd, uint reg, u16 bits) in nfc_set()
160 static inline void nfc_clear(struct mtd_info *mtd, uint reg, u16 bits) in nfc_clear()
406 static void mpc5121_nfc_copy_spare(struct mtd_info *mtd, uint offset, in mpc5121_nfc_copy_spare()
407 u8 *buffer, uint size, int wr) in mpc5121_nfc_copy_spare()
411 uint o, s, sbsize, blksize; in mpc5121_nfc_copy_spare()
463 uint c = prv->column; in mpc5121_nfc_buf_copy()
464 uint l; in mpc5121_nfc_buf_copy()
481 l = min((uint)len, mtd->writesize - c); in mpc5121_nfc_buf_copy()
543 uint rcw_pagesize = 0; in mpc5121_nfc_read_hw_config()
544 uint rcw_sparesize = 0; in mpc5121_nfc_read_hw_config()
545 uint rcw_width; in mpc5121_nfc_read_hw_config()
546 uint rcwh; in mpc5121_nfc_read_hw_config()
547 uint romloc, ps; in mpc5121_nfc_read_hw_config()