Home
last modified time | relevance | path

Searched refs:reg_mem (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arc/net/
H A Dbpf_jit_arcv2.c746 static u8 arc_st_r(u8 *buf, u8 reg, u8 reg_mem, s16 off, u8 zz) in arc_st_r() argument
749 OP_B(reg_mem) | STORE_S9(off); in arc_st_r()
767 static u8 arc_ld_r(u8 *buf, u8 reg, u8 reg_mem, s16 off, u8 zz) in arc_ld_r() argument
770 OP_B(reg_mem) | LOAD_S9(off); in arc_ld_r()
778 static u8 arc_ldx_r(u8 *buf, u8 reg, u8 reg_mem, s16 off, u8 zz) in arc_ldx_r() argument
781 OP_B(reg_mem) | LOAD_S9(off); in arc_ldx_r()
/linux/drivers/media/pci/ivtv/
H A Divtv-driver.c1031 itv->reg_mem = devm_ioremap(&pdev->dev, in ivtv_probe()
1034 if (!itv->reg_mem) { in ivtv_probe()
H A Divtv-ioctl.c695 reg_start = itv->reg_mem - IVTV_REG_OFFSET; in ivtv_itvc()
/linux/drivers/media/pci/cx18/
H A Dcx18-driver.c950 cx->reg_mem = cx->enc_mem + CX18_REG_OFFSET; in cx18_probe()