Searched refs:chip_id (Results 1 – 12 of 12) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/components/camera/mt9m114/ |
| A D | hpm_mt9m114.c | 417 uint16_t chip_id; in mt9m114_check_chip_id() local 419 status = mt9m114_read_register(handle, MT9M114_REG_CHIP_ID, 2u, &chip_id); in mt9m114_check_chip_id() 424 if (MT9M114_CHIP_ID != chip_id) { in mt9m114_check_chip_id() 425 DEBUG_INFO("[ERROR] chipid is %04x(expect %04x)\n", chip_id, MT9M114_CHIP_ID); in mt9m114_check_chip_id()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLiteKernel/ |
| A D | vg_lite_kernel.c | 144 uint32_t chip_id = 0; local 233 chip_id = vg_lite_hal_peek(0x20); 234 if(chip_id == GPU_CHIP_ID_GC355) 305 uint32_t chip_id = 0; local 465 chip_id = vg_lite_hal_peek(0x20); 466 if(chip_id == GPU_CHIP_ID_GC355)
|
| /bsp/at91/at91sam9260/drivers/ |
| A D | at91_nand.h | 99 unsigned short chip_id; /* Nand Chip ID */ member
|
| A D | at91_nand.c | 219 if (chipid == nand_ids[i].chip_id) in at9260_nand_read_id()
|
| /bsp/qemu-vexpress-a9/drivers/ |
| A D | drv_smc911x.c | 70 struct chip_id struct 76 static const struct chip_id chip_ids[] = argument
|
| /bsp/nuvoton/libraries/nu_packages/BMX055/ |
| A D | sensor_bmx055.c | 312 *pu8 = g_sbmx055.accel.chip_id; in bmx055_getid() 316 *pu8 = g_sbmx055.gyro.chip_id; in bmx055_getid()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/inc/ |
| A D | vg_lite.h | 1222 uint32_t vg_lite_get_product_info(char *name, uint32_t *chip_id, uint32_t *chip_rev);
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/ |
| A D | vg_lite.c | 353 uint32_t chip_id; member 380 uint32_t chip_id; member 4123 vg_lite_get_product_info(NULL,&ctx->chip_id,&ctx->chip_rev); in fill_feature_table() 4124 if(ctx->chip_id == GPU_CHIP_ID_GC355) in fill_feature_table() 4129 if ((VGFeatureInfos[i].chip_id == ctx->chip_id) in fill_feature_table() 5890 if (ctx->chip_id == GPU_CHIP_ID_GCNanoliteV) { in set_interpolation_steps() 6624 vg_lite_get_product_info(NULL,&s_context.chip_id,&s_context.chip_rev); in vg_lite_init() 6626 if(s_context.chip_id == 0x255 && s_context.chip_rev == 0x1311 && cid == 0x404) in vg_lite_init() 7319 vg_lite_get_product_info(NULL,&ctx->chip_id,NULL); in vg_lite_allocate() 7567 if (chip_id != NULL) in vg_lite_get_product_info() [all …]
|
| /bsp/nuvoton/libraries/nu_packages/BMX055/libraries/BMG160_driver/ |
| A D | bmg160.h | 1707 u8 chip_id;/**< chip id of BMG160 */ member
|
| A D | bmg160.c | 91 p_bmg160->chip_id = v_data_u8; in bmg160_init()
|
| /bsp/nuvoton/libraries/nu_packages/BMX055/libraries/BMA2x2_driver/ |
| A D | bma2x2.h | 677 u8 chip_id; member
|
| A D | bma2x2.c | 224 p_bma2x2->chip_id = data_u8; /* get bit slice */ in bma2x2_init() 1344 if (p_bma2x2->chip_id == BANDWIDTH_DEFINE) in bma2x2_set_bw()
|
Completed in 86 milliseconds