Searched refs:chipid (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/sys/mips/rmi/
H A Dboard.h163 uint32_t chipid = xlr_processor_id(); local
165 return (chipid == 0xce || chipid == 0xcf);
171 uint32_t chipid = xlr_processor_id(); local
173 return (chipid == 0x8e || chipid == 0x8f);
179 uint32_t chipid = xlr_processor_id(); local
181 return (chipid == 0x88 || chipid == 0x8c);
187 uint32_t chipid local
[all...]
H A Dboard.c73 uint32_t chipid; local
80 chipid = xlr_processor_id();
84 switch (chipid) {
104 switch (chipid) {
124 switch (chipid) {
209 uint32_t chipid; local
213 chipid = xlr_processor_id();
215 switch (chipid) {
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_nexusvar.h44 int bhnd_nexus_read_chipid(device_t dev, struct bhnd_chipid *chipid);
H A Dbhnd_nexus.c65 * @param chipid On success, will be populated with the chip identifier.
70 bhnd_nexus_read_chipid(device_t dev, struct bhnd_chipid *chipid) argument
76 error = bhnd_read_chipid(dev, rspec, 0, chipid);
H A Dbhnd_ids.h296 #define BHND_CHIPID_BCM4306 0x4306 /* 4306 chipcommon chipid */
298 #define BHND_CHIPID_BCM43111 43111 /* 43111 chipcommon chipid (OTP chipid) */
299 #define BHND_CHIPID_BCM43112 43112 /* 43112 chipcommon chipid (OTP chipid) */
300 #define BHND_CHIPID_BCM4312 0x4312 /* 4312 chipcommon chipid */
302 #define BHND_CHIPID_BCM43131 43131 /* 43131 chip id (OTP chipid) */
304 #define BHND_CHIPID_BCM4318 0x4318 /* 4318 chipcommon chipid */
306 #define BHND_CHIPID_BCM4320 0x4320 /* 4320 chipcommon chipid */
307 #define BHND_CHIPID_BCM4321 0x4321 /* 4321 chipcommon chipid */
[all...]
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_mp.c61 bus_addr_t chipid; local
65 0x1000, 0, &chipid) != 0)
66 panic("Couldn't map chipid\n");
67 reg = bus_space_read_4(fdtbus_bs_tag, chipid, 0x0);
68 bus_space_unmap(fdtbus_bs_tag, chipid, 0x1000);
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndbvar.h90 struct bhnd_chipid chipid; /**< chip identification */ member in struct:bhndb_softc
H A Dbhndb.c181 (unsigned long long) sc->chipid.enum_addr);
535 if ((error = bhndb_read_chipid(sc, cfg, &sc->chipid)))
926 return (&sc->chipid);
H A Dbhndb_pci.c138 if (sc->bhndb.chipid.chip_type != BHND_CHIPTYPE_SIBA) {
/freebsd-11-stable/sys/dev/bhnd/siba/
H A Dsiba_bhndb.c100 const struct bhnd_chipid *chipid; local
106 chipid = BHNDB_GET_CHIPID(device_get_parent(dev), dev);
107 if ((error = siba_add_children(dev, chipid)))
H A Dsiba.c449 * @param chipid The chip identifier, if the device does not provide a
453 siba_add_children(device_t dev, const struct bhnd_chipid *chipid) argument
472 * information via a non-NULL chipid parameter.
474 if (chipid == NULL) {
536 chipid = &ccid;
541 cores = malloc(sizeof(*cores) * chipid->ncores, M_BHND, M_NOWAIT);
546 for (u_int i = 0; i < chipid->ncores; i++) {
H A Dsibavar.h64 const struct bhnd_chipid *chipid);
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4vf_hw.c365 adapter->params.chipid = pci_get_device(adapter->dev) >> 12;
366 if (adapter->params.chipid >= 0xa) {
367 adapter->params.chipid -= (0xa - 0x4);
H A Dcommon.h357 unsigned int chipid:4; /* chip ID. T4 = 4, T5 = 5, ... */ member in struct:adapter_params
473 return adap->params.chipid;
483 return adap->params.chipid == CHELSIO_T4;
488 return adap->params.chipid == CHELSIO_T5;
493 return adap->params.chipid == CHELSIO_T6;
611 const struct chip_params *t4_get_chip_params(int chipid);
/freebsd-11-stable/sys/dev/rc/
H A Drc.c843 rc_hwreset(struct rc_softc *sc, u_int chipid) argument
850 rcout(sc, CD180_GIVR, chipid);
1110 unsigned int iack, chipid; local
1124 chipid = RC_FAKEID;
1127 rc_hwreset(sc, chipid);
1174 if (iack != (GIVR_IT_TDI | chipid))
1176 iack, GIVR_IT_TDI | chipid));
1194 if (iack != (GIVR_IT_RGDI | chipid) &&
1195 iack != (GIVR_IT_REI | chipid))
1197 iack, GIVR_IT_RGDI | chipid));
[all...]
/freebsd-11-stable/sys/dev/de/
H A Dif_devar.h280 #define TULIP_MEDIAINFO_SIA_INIT(sc, mi, chipid, media) do { \
283 (mi)->mi_sia_connectivity = TULIP_ ## chipid ## _SIACONN_ ## media; \
284 (mi)->mi_sia_tx_rx = TULIP_ ## chipid ## _SIATXRX_ ## media; \
285 (mi)->mi_sia_general = TULIP_ ## chipid ## _SIAGEN_ ## media; \
H A Dif_de.c4732 tulip_chipid_t chipid = TULIP_CHIPID_UNKNOWN; local
4752 chipid = TULIP_21040;
4754 chipid = TULIP_21041;
4756 chipid = (revinfo >= 0x20) ? TULIP_21140A : TULIP_21140;
4758 chipid = (revinfo >= 0x20) ? TULIP_21143 : TULIP_21142;
4760 if (chipid == TULIP_CHIPID_UNKNOWN)
4763 if (chipid == TULIP_21040 && revinfo < 0x20) {
4768 } else if (chipid == TULIP_21140 && revinfo < 0x11) {
4779 sc->tulip_chipid = chipid;
4781 if (chipid
[all...]
/freebsd-11-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c359 uint16_t chipid; local
396 chipid = ((bytes[1] & 0xff) << 8) | (bytes[0] & 0xff);
397 if (i == 0 && chipid == RTL8366RB_CIR_ID8366RB) {
398 DPRINTF(dev, "chip id 0x%04x\n", chipid);
403 if (i == 1 && chipid == RTL8366SR_CIR_ID8366SR) {
404 DPRINTF(dev, "chip id 0x%04x\n", chipid);
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-intel.c220 if (ctlr->chip->chipid == ATA_I82371FB) {
225 else if (ctlr->chip->chipid == ATA_I31244) {
242 else if (ctlr->chip->chipid == ATA_ISCH) {
280 } else if (ctlr->chip->chipid != ATA_I82801HBM_S1 ||
399 } else if (ctlr->chip->chipid != ATA_ISCH)
H A Data-ati.c140 switch (ctlr->chip->chipid) {
H A Data-ite.c91 if (ctlr->chip->chipid == ATA_IT8213F) {
H A Data-sis.c207 int offset = ch->unit << ((ctlr->chip->chipid == ATA_SIS182) ? 5 : 6);
H A Data-serverworks.c212 if (ctlr->chip->chipid == ATA_K2) {
/freebsd-11-stable/sys/dev/nctgpio/
H A Dnctgpio.c454 uint16_t chipid; local
474 chipid = read_cfg_reg_2(sc, NCT_CR_CHIP_ID);
484 if (chipid == nct_devs[j].chip_id) {
/freebsd-11-stable/sys/dev/siba/
H A Dsiba_core.c468 uint16_t chipid = 0; local
472 chipid = 0x4301;
477 chipid = 0x4307;
480 chipid = 0x4402;
488 chipid = 0x4610;
496 chipid = 0x4710;
504 chipid = 0x4309;
509 chipid = 0x4401;
516 return (chipid);
524 siba_getncores(device_t dev, uint16_t chipid) argument
[all...]

Completed in 229 milliseconds

12