Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da5xx_catalog.c14 .chip_ids = ADRENO_CHIP_IDS(0x05000500),
27 .chip_ids = ADRENO_CHIP_IDS(0x05000600),
45 .chip_ids = ADRENO_CHIP_IDS(0x05000800),
62 .chip_ids = ADRENO_CHIP_IDS(0x05000900),
80 .chip_ids = ADRENO_CHIP_IDS(0x05010000),
95 .chip_ids = ADRENO_CHIP_IDS(0x05010200),
112 .chip_ids = ADRENO_CHIP_IDS(
134 .chip_ids = ADRENO_CHIP_IDS(0x05040001),
H A Da3xx_catalog.c14 .chip_ids = ADRENO_CHIP_IDS(0x03000512),
24 .chip_ids = ADRENO_CHIP_IDS(0x03000520),
35 .chip_ids = ADRENO_CHIP_IDS(0x03000600),
46 .chip_ids = ADRENO_CHIP_IDS(0x03000620),
57 .chip_ids = ADRENO_CHIP_IDS(
72 .chip_ids = ADRENO_CHIP_IDS(
H A Da4xx_catalog.c14 .chip_ids = ADRENO_CHIP_IDS(0x04000500),
25 .chip_ids = ADRENO_CHIP_IDS(0x04020000),
36 .chip_ids = ADRENO_CHIP_IDS(0x04030002),
H A Da6xx_catalog.c683 .chip_ids = ADRENO_CHIP_IDS(0x06010000),
716 .chip_ids = ADRENO_CHIP_IDS(0x06010200),
732 .chip_ids = ADRENO_CHIP_IDS(0x06010500),
763 .chip_ids = ADRENO_CHIP_IDS(0x06010800),
789 .chip_ids = ADRENO_CHIP_IDS(0x06010800),
813 .chip_ids = ADRENO_CHIP_IDS(0x06010900),
838 .chip_ids = ADRENO_CHIP_IDS(0x06010901),
862 .chip_ids = ADRENO_CHIP_IDS(0x06010900),
889 .chip_ids = ADRENO_CHIP_IDS(0x06020100),
913 .chip_ids = ADRENO_CHIP_IDS(0x06020300),
[all …]
H A Dadreno_device.c59 for (int k = 0; info->chip_ids[k]; k++) in adreno_info()
60 if (info->chip_ids[k] == chip_id) in adreno_info()
/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h165 static const char * chip_ids[ 15 ] = { variable
H A Dsmc91x.h703 static const char * chip_ids[ 16 ] = { variable
H A Dsmc91x.c1894 version_string = chip_ids[ (revision_register >> 4) & 0xF]; in smc_probe()
/linux/drivers/iio/magnetometer/
H A Dyamaha-yas530.c136 enum chip_ids { enum
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c2814 enum chip_ids chip_id; in qed_iwarp_setup()
H A Dqed_dev.c3700 enum chip_ids chip_id = QED_IS_BB(cdev) ? CHIP_BB : CHIP_K2; in qed_get_hsi_def_val()