Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dmc3230.c132 static unsigned char mc32x0_type; variable
375 mc32x0_type = IS_MC3230; in mc3230_reg_init()
377 mc32x0_type = IS_MC3210; in mc3230_reg_init()
379 mc32x0_type = IS_MC2234; in mc3230_reg_init()
383 mc32x0_type = IS_MC3236; in mc3230_reg_init()
385 mc32x0_type = IS_MC3413; in mc3230_reg_init()
387 mc32x0_type = IS_MC3416; in mc3230_reg_init()
390 …GSE_LOG("MC3230 1, MC3210 2, MC2234 3, MC3236 4, MC3416 5, MC3416 6:mc32x0_type=%d\n", mc32x0_type in mc3230_reg_init()
392 if ((mc32x0_type == IS_MC3230) || (mc32x0_type == IS_MC2234)) { in mc3230_reg_init()
394 } else if (mc32x0_type == IS_MC3236) { in mc3230_reg_init()
[all …]