Searched refs:hwrev (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcmavar.h80 uint16_t vendor, uint16_t device, uint8_t hwrev);
H A Dbcma_subr.c53 * @param hwrev Core revision.
57 uint16_t device, uint8_t hwrev)
68 .hwrev = hwrev,
56 bcma_alloc_corecfg(u_int core_index, int core_unit, uint16_t vendor, uint16_t device, uint8_t hwrev) argument
H A Dbcma.c144 *result = ci->hwrev;
H A Dbcma_erom.c562 buffer[i].hwrev = core.rev;
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_subr.c285 .hwrev = bhnd_get_hwrev(dev),
469 !bhnd_hwrev_matches(core->hwrev, &desc->core_rev))
537 * Return true if the @p hwrev matches @p desc.
539 * @param hwrev A bhnd hardware revision.
542 * @retval true if @p hwrev matches @p match
543 * @retval false if @p hwrev does not match @p match.
546 bhnd_hwrev_matches(uint16_t hwrev, const struct bhnd_hwrev_match *desc) argument
549 desc->start > hwrev)
553 desc->end < hwrev)
H A Dbhnd.h104 BHND_ACCESSOR(hwrev, HWREV, uint8_t);
168 uint16_t hwrev; /**< hardware revision */ member in struct:bhnd_core_info
285 bool bhnd_hwrev_matches(uint16_t hwrev,
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_kue.c289 uint16_t hwrev; local
293 hwrev = UGETW(dd->bcdDevice);
309 if (hwrev == 0x0202)
/freebsd-11-stable/sys/dev/bhnd/siba/
H A Dsiba_subr.c97 .hwrev = SIBA_IDH_CORE_REV(idhigh),
H A Dsiba.c169 *result = cfg->hwrev;
/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipcreg.h36 #define CHIPC_NCORES_MIN_HWREV(hwrev) ((hwrev) == 4 || (hwrev) >= 6)
/freebsd-11-stable/sys/dev/re/
H A Dif_re.c1211 int capmask, error = 0, hwrev, i, msic, msixc, local
1379 hwrev = CSR_READ_4(sc, RL_TXCFG);
1380 switch (hwrev & 0x70000000) {
1383 device_printf(dev, "Chip rev. 0x%08x\n", hwrev & 0xfc800000);
1384 hwrev &= (RL_TXCFG_HWREV | 0x80000000);
1387 device_printf(dev, "Chip rev. 0x%08x\n", hwrev & 0x7c800000);
1388 sc->rl_macrev = hwrev & 0x00700000;
1389 hwrev &= RL_TXCFG_HWREV;
1394 if (hw_rev->rl_rev == hwrev) {
1402 device_printf(dev, "Unknown H/W revision: 0x%08x\n", hwrev);
[all...]
/freebsd-11-stable/sys/dev/rl/
H A Dif_rl.c643 int error = 0, hwrev, i, phy, pmc, rid; local
814 hwrev = CSR_READ_4(sc, RL_TXCFG) & RL_TXCFG_HWREV;
815 switch (hwrev) {

Completed in 556 milliseconds