Home
last modified time | relevance | path

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

/drivers/media/tuners/
Dtuner_it913x.c28 u8 chip_ver; member
190 if (state->chip_ver > 1) in it913x_init()
412 state->chip_ver = 0x01; in it913x_attach()
417 state->chip_ver = 0x02; in it913x_attach()
436 __func__, config, state->chip_ver); in it913x_attach()
/drivers/media/usb/dvb-usb-v2/
Dit913x.c190 st->it913x_config.chip_ver = 0x1; in it913x_query()
195 st->it913x_config.chip_ver = ver; in it913x_query()
198 info("Chip Version=%02x Chip Type=%04x", st->it913x_config.chip_ver, in it913x_query()
370 else if (st->it913x_config.chip_ver == 1) in ite_get_firmware_name()
439 if (st->it913x_config.chip_ver == 0x02 in it913x_select_config()
580 if (st->it913x_config.chip_ver == 2) in it913x_download_firmware()
634 if ((st->it913x_config.chip_ver == 1) && in it913x_download_firmware()
Dmxl111sf.h58 u8 chip_ver; member
Dmxl111sf.c186 if ((state->chip_id) && (state->chip_ver)) in mxl1x1sf_get_chip_info()
197 state->chip_ver = ver; in mxl1x1sf_get_chip_info()
/drivers/staging/csr/
Dcsr_wifi_hip_dump.c45 u16 chip_ver; member
437 req->chip_ver = find_dump->chip_ver; in unifi_coredump_get_value()
598 dump_buf->chip_ver = val; in unifi_coredump_from_sdio()
602 dump_buf->chip_ver, dump_buf->fw_ver); in unifi_coredump_from_sdio()
Dunifiio.h390 unsigned int chip_ver; /* chip version */ member
Dcsr_wifi_hip_unifi.h224 u32 chip_ver; /* Chip version */ member
Ddrv.c1597 dump_req.chip_ver = priv_req.chip_ver; in unifi_ioctl()
1604 dump_req.chip_ver, dump_req.drv_build, in unifi_ioctl()
/drivers/scsi/
Datp870u.h37 unsigned char chip_ver; member
Datp870u.c1070 if (dev->chip_ver < 4) { in tscam()
1103 if (dev->chip_ver == 4) { in tscam()
1308 if ((dev->chip_ver != 4) && (i > 7)) { in is870()
1321 if (dev->chip_ver == 4) { in is870()
1411 if (dev->chip_ver == 4) in is870()
1457 if (dev->chip_ver != 4) { in is870()
2594 atpdev->chip_ver = pdev->revision; in atp870u_probe()
2595 if (atpdev->chip_ver < 2) in atp870u_probe()
2605 atpdev->chip_ver = 0x04; in atp870u_probe()
2613 atpdev->chip_ver = pdev->revision; in atp870u_probe()
[all …]
/drivers/media/dvb-frontends/
Dit913x-fe.c220 if (state->config->chip_ver > 1) in it913x_init_tuner()
837 if (state->config->chip_ver == 1) in it913x_fe_start()
889 if (state->config->chip_ver > 1) in it913x_fe_start()
923 if (state->config->chip_ver == 2) { in it913x_fe_start()
Dit913x-fe.h29 u8 chip_ver; member
/drivers/scsi/csiostor/
Dcsio_hw.h495 char chip_ver; member
Dcsio_hw.c2153 hw->chip_ver = (char)csio_rd_reg32(hw, PL_REV); in csio_hw_configure()