Searched refs:inc_sel (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Drj54n1cb0c.c640 u16 inc_sel, wb_bit8, wb_left, wb_right, wb_top, wb_bottom; local
746 inc_sel = 1 << skip;
748 if (inc_sel <= 2)
749 inc_sel = 0xc;
751 inc_sel |= 1 << (skip + 1);
753 ret = reg_write(client, RJ54N1_INC_USE_SEL_L, inc_sel & 0xfc);
755 ret = reg_write(client, RJ54N1_INC_USE_SEL_H, inc_sel >> 8);
/linux-master/arch/x86/events/intel/
H A Duncore_nhmex.c869 DEFINE_UNCORE_FORMAT_ATTR(inc_sel, inc_sel, "config:9-13");
908 INTEL_UNCORE_EVENT_DESC(bbox_cmds_read, "inc_sel=0xd,fvc=0x2800"),
909 INTEL_UNCORE_EVENT_DESC(bbox_cmds_write, "inc_sel=0xd,fvc=0x2820"),
914 INTEL_UNCORE_EVENT_DESC(bbox_cmds_read, "inc_sel=0xd,fvc=0x5000"),
915 INTEL_UNCORE_EVENT_DESC(bbox_cmds_write, "inc_sel=0xd,fvc=0x5040"),

Completed in 96 milliseconds