Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dspca561.c36 __u8 chip_revision; member
422 sd->chip_revision = id->driver_info; in sd_config()
423 if (sd->chip_revision == Rev012A) { in sd_config()
459 if (sd->chip_revision == Rev012A) in setbrightness()
479 if (sd->chip_revision == Rev012A) { in setwhite()
633 if (sd->chip_revision == Rev012A) { in sd_stopN()
661 switch (sd->chip_revision) { in do_autogain()
733 if (sd->chip_revision == Rev012A) { in sd_pkt_scan()
H A Dzc3xx.c47 u16 chip_revision; member
6205 sd->chip_revision = retword; in vga_3wr_probe()
6562 sd->chip_revision); in sd_init()
6590 sd->chip_revision); in sd_init()
6598 sd->chip_revision); in sd_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cirrus/
H A Dmac89x0.c107 char chip_revision; /* revision letter of the chip ('A'...) */ member
223 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in mac89x0_device_probe()
228 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F') in mac89x0_device_probe()
230 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C') in mac89x0_device_probe()
238 lp->chip_revision, dev->base_addr); in mac89x0_device_probe()
H A Dcs89x0.c138 char chip_revision; /* revision letter of the chip ('A'...) */ member
1353 lp->chip_revision = ((rev_type & REVISON_BITS) >> 8) + 'A'; in cs89x0_probe1()
1360 if (lp->chip_type == CS8900 && lp->chip_revision >= 'F') in cs89x0_probe1()
1362 if (lp->chip_type != CS8900 && lp->chip_revision >= 'C') in cs89x0_probe1()
1371 lp->chip_revision, in cs89x0_probe1()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dpcie_bus.c32 u8 chip_revision = (wil_r(wil, RGF_USER_REVISION_ID) & in wil_set_capabilities() local
42 wil->chip_revision = chip_revision; in wil_set_capabilities()
48 switch (chip_revision) { in wil_set_capabilities()
108 jtag_id, chip_revision); in wil_set_capabilities()
H A Dwil6210.h929 u8 chip_revision; member
H A Ddebugfs.c2431 WIL_FIELD(chip_revision, 0444, doff_u8),
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dad9389b.c72 int chip_revision; member
369 v4l2_info(sd, "chip revision %d\n", state->chip_revision); in ad9389b_log_status()
1142 state->chip_revision = ad9389b_rd(sd, 0x0); in ad9389b_probe()
1143 if (state->chip_revision != 2) { in ad9389b_probe()
1144 v4l2_err(sd, "chip_revision %d != 2\n", state->chip_revision); in ad9389b_probe()
1149 ad9389b_rd(sd, 0x41), state->chip_revision); in ad9389b_probe()
1182 state->chip_revision = -1; in ad9389b_remove()
H A Dtda1997x.c234 int chip_revision; member
786 if (state->chip_revision == 0) in tda1997x_configure_vhref()
1460 if (state->chip_revision == 0) in tda1997x_irq_rate()
1956 state->chip_revision + 1); in tda1997x_log_status()
2081 if (state->chip_revision == 0) { in tda1997x_core_init()
2146 if (state->chip_revision == 0) in tda1997x_core_init()
2150 if (state->chip_revision == 0) in tda1997x_core_init()
2161 if (state->chip_revision == 0) in tda1997x_core_init()
2434 state->chip_revision = io_read(sd, REG_CMTP_REG11); in tda1997x_identify_module()
2675 if (state->chip_revision != 0) { in tda1997x_probe()
[all …]
H A Dadv7511-v4l2.c87 int chip_revision; member
1865 state->chip_revision = adv7511_rd(sd, 0x0); in adv7511_probe()
1960 state->chip_revision = -1; in adv7511_remove()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h199 unsigned short chip_revision; member
305 adapter->params.chip_revision == revision; in adapter_matches_type()
H A Dsubr.c906 p->chip_revision = TERM_T1B; in t1_get_board_rev()
908 p->chip_revision = TERM_T2; in t1_get_board_rev()
H A Dcxgb2.c1161 adapter->name, bi->desc, adapter->params.chip_revision, in init_one()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpsycho_common.c461 pbm->chip_revision = of_getintprop_default(dp, "module-revision#", 0); in psycho_pbm_init_common()
471 pbm->chip_version, pbm->chip_revision); in psycho_pbm_init_common()
H A Dpci_impl.h89 int chip_revision; member
H A Dpci_schizo.c1363 pbm->chip_revision = of_getintprop_default(dp, "module-version#", 0); in schizo_pbm_init()
1375 pbm->chip_version, pbm->chip_revision); in schizo_pbm_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/
H A Ddmfe.c200 u8 chip_revision; /* Chip revision */ member
454 db->chip_revision = pdev->revision; in dmfe_init_one()
467 if ( (pci_pmr == 0x10000) && (db->chip_revision == 0x31) ) in dmfe_init_one()
569 (db->chip_revision >= 0x30) ) { in dmfe_open()
1192 (db->chip_revision == 0x30)) || in dmfe_timer()
1194 (db->chip_revision == 0x10)) ) { in dmfe_timer()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Ddhdioctl.h107 uint32 chip_revision; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Ddhdioctl.h107 uint32 chip_revision; member
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_nx.c1709 ha->chip_revision = ha->pdev->revision; in qla82xx_pci_config()
1712 ha->chip_revision, ret); in qla82xx_pci_config()
1808 uint8_t chiprev = ha->chip_revision; in qla82xx_set_product_offset()
H A Dqla_mr.c513 ha->chip_revision = ha->pdev->revision; in qlafx00_pci_config()
H A Dqla_def.h4398 uint16_t chip_revision; member
H A Dqla_isr.c4116 ha->chip_revision, ha->fw_attributes); in qla2x00_request_irqs()
H A Dqla_init.c2590 ha->chip_revision = ha->pdev->revision; in qla24xx_pci_config()
2626 ha->chip_revision = ha->pdev->revision; in qla25xx_pci_config()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dcyapa_gen5.c236 u8 chip_revision; member