Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Drj54n1cb0c.c640 u16 inc_sel, wb_bit8, wb_left, wb_right, wb_top, wb_bottom; in rj54n1_sensor_scale() local
746 inc_sel = 1 << skip; in rj54n1_sensor_scale()
748 if (inc_sel <= 2) in rj54n1_sensor_scale()
749 inc_sel = 0xc; in rj54n1_sensor_scale()
751 inc_sel |= 1 << (skip + 1); in rj54n1_sensor_scale()
753 ret = reg_write(client, RJ54N1_INC_USE_SEL_L, inc_sel & 0xfc); in rj54n1_sensor_scale()
755 ret = reg_write(client, RJ54N1_INC_USE_SEL_H, inc_sel >> 8); in rj54n1_sensor_scale()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Drj54n1cb0c.c640 u16 inc_sel, wb_bit8, wb_left, wb_right, wb_top, wb_bottom; in rj54n1_sensor_scale() local
746 inc_sel = 1 << skip; in rj54n1_sensor_scale()
748 if (inc_sel <= 2) in rj54n1_sensor_scale()
749 inc_sel = 0xc; in rj54n1_sensor_scale()
751 inc_sel |= 1 << (skip + 1); in rj54n1_sensor_scale()
753 ret = reg_write(client, RJ54N1_INC_USE_SEL_L, inc_sel & 0xfc); in rj54n1_sensor_scale()
755 ret = reg_write(client, RJ54N1_INC_USE_SEL_H, inc_sel >> 8); in rj54n1_sensor_scale()
/kernel/linux/linux-5.10/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"),
/kernel/linux/linux-6.6/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 7 milliseconds