/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am62a-wakeup.dtsi | 15 chipid: chipid@14 { label 16 compatible = "ti,am654-chipid";
|
H A D | k3-am65-wakeup.dtsi | 43 chipid: chipid@14 { label 44 compatible = "ti,am654-chipid";
|
H A D | k3-am62p-wakeup.dtsi | 16 chipid: chipid@14 { label 17 compatible = "ti,am654-chipid";
|
H A D | k3-am62-wakeup.dtsi | 19 chipid: chipid@14 { label 21 compatible = "ti,am654-chipid";
|
H A D | k3-am62p-j722s-common-wakeup.dtsi | 17 chipid: chipid@14 { label 18 compatible = "ti,am654-chipid";
|
H A D | k3-j721e-mcu-wakeup.dtsi | 61 chipid: chipid@14 { label 62 compatible = "ti,am654-chipid";
|
H A D | k3-j7200-mcu-wakeup.dtsi | 191 chipid: chipid@14 { label 192 compatible = "ti,am654-chipid";
|
H A D | k3-j721s2-mcu-wakeup.dtsi | 43 chipid: chipid@14 { label 44 compatible = "ti,am654-chipid";
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos5.dtsi | 38 chipid: chipid@10000000 { label 39 compatible = "samsung,exynos4210-chipid";
|
H A D | exynos5260.dtsi | 330 chipid: chipid@10000000 { label 331 compatible = "samsung,exynos4210-chipid";
|
H A D | exynos5422-odroidxu3-lite.dts | 33 &chipid {
|
/freebsd/sys/contrib/device-tree/src/arm64/exynos/ |
H A D | exynosautov920.dtsi | 169 chipid@10000000 { 170 compatible = "samsung,exynosautov920-chipid", 171 "samsung,exynos850-chipid";
|
H A D | exynos7885.dtsi | 174 chipid@10000000 { 175 compatible = "samsung,exynos7885-chipid", 176 "samsung,exynos850-chipid";
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | atmel-sysregs.txt | 4 - compatible: Should be "atmel,sama5d2-chipid" or "microchip,sama7g5-chipid"
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4vf_hw.c | 366 adapter->params.chipid = pci_get_device(adapter->dev) >> 12; in t4vf_prep_adapter() 367 if (adapter->params.chipid >= 0xa) { in t4vf_prep_adapter() 368 adapter->params.chipid -= (0xa - 0x4); in t4vf_prep_adapter()
|
H A D | common.h | 387 unsigned int chipid:4; /* chip ID. T4 = 4, T5 = 5, ... */ member 517 return adap->params.chipid; in chip_id() 527 return adap->params.chipid == CHELSIO_T4; in is_t4() 532 return adap->params.chipid == CHELSIO_T5; in is_t5() 537 return adap->params.chipid == CHELSIO_T6; in is_t6() 655 const struct chip_params *t4_get_chip_params(int chipid);
|
/freebsd/sys/dev/etherswitch/rtl8366/ |
H A D | rtl8366rb.c | 369 uint16_t chipid; in smi_probe() local 406 chipid = ((bytes[1] & 0xff) << 8) | (bytes[0] & 0xff); in smi_probe() 407 if (i == 0 && chipid == RTL8366RB_CIR_ID8366RB) { in smi_probe() 408 DPRINTF(dev, "chip id 0x%04x\n", chipid); in smi_probe() 413 if (i == 1 && chipid == RTL8366SR_CIR_ID8366SR) { in smi_probe() 414 DPRINTF(dev, "chip id 0x%04x\n", chipid); in smi_probe()
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_ids.h | 355 #define BHND_CHIPID_IS_BCM4707(chipid) \ argument 356 (((chipid) == BHND_CHIPID_BCM4707) || \ 357 ((chipid) == BHND_CHIPID_BCM53018))
|
/freebsd/sys/dev/usb/net/ |
H A D | if_muge.c | 179 uint16_t chipid; member 395 if (sc->chipid == ETH_ID_REV_CHIP_ID_7800_) { in lan78xx_eeprom_read_raw() 444 if (sc->chipid == ETH_ID_REV_CHIP_ID_7800_) { in lan78xx_eeprom_read_raw() 997 sc->chipid = (buf & ETH_ID_REV_CHIP_ID_MASK_) >> 16; in lan78xx_chip_init() 999 switch (sc->chipid) { in lan78xx_chip_init() 1005 sc->chipid); in lan78xx_chip_init() 1008 device_printf(sc->sc_ue.ue_dev, "Chip ID 0x%04x rev %04x\n", sc->chipid, in lan78xx_chip_init() 1100 if (sc->chipid == ETH_ID_REV_CHIP_ID_7800_ && in lan78xx_chip_init()
|
/freebsd/sys/dev/ata/chipsets/ |
H A D | ata-intel.c | 221 if (ctlr->chip->chipid == ATA_I82371FB) { in ata_intel_chipinit() 226 else if (ctlr->chip->chipid == ATA_I31244) { in ata_intel_chipinit() 243 else if (ctlr->chip->chipid == ATA_ISCH) { in ata_intel_chipinit() 281 } else if (ctlr->chip->chipid != ATA_I82801HBM_S1 || in ata_intel_chipinit() 400 } else if (ctlr->chip->chipid != ATA_ISCH) in ata_intel_ch_attach()
|
H A D | ata-ati.c | 139 switch (ctlr->chip->chipid) { in ata_ati_chipinit()
|
H A D | ata-ite.c | 90 if (ctlr->chip->chipid == ATA_IT8213F) { in ata_ite_chipinit()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndbvar.h | 178 struct bhnd_chipid chipid; /**< chip identification */ member
|
H A D | bhndb.c | 172 (unsigned long long) sc->chipid.enum_addr); in bhndb_child_location() 526 sc->chipid = *cid; in bhndb_attach() 882 return (&sc->chipid); in bhndb_get_chipid() 2107 if (!(sc->chipid.chip_caps & BHND_CAP_BP64)) in bhndb_get_dma_translation()
|
/freebsd/sys/contrib/device-tree/src/loongarch/ |
H A D | loongson-2k1000.dtsi | 144 chipid@1fe00000 { 145 compatible = "loongson,ls2k-chipid";
|