Lines Matching +defs:val +defs:row
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
327 static inline void vf610_nfc_run(struct vf610_nfc *nfc, u32 col, u32 row, in vf610_nfc_run()
364 u32 col = 0, row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_cmd() local
389 u8 val = instr->ctx.addr.addrs[i]; in vf610_nfc_cmd() local
538 u32 *row) in vf610_nfc_fill_row()
555 u32 row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_read_page() local
603 u32 row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_write_page() local