Home
last modified time | relevance | path

Searched defs:hwrev (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_subr.c66 uint16_t device, uint8_t hwrev) in bcma_alloc_corecfg()
/freebsd/sys/dev/usb/net/
H A Dif_kue.c286 uint16_t hwrev; in kue_load_fw() local
/freebsd/sys/dev/uart/
H A Duart_dev_pl011.c546 int hwrev; in uart_pl011_bus_probe() local
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipcreg.h30 #define CHIPC_HWREV_HAS_CORECTRL(hwrev) ((hwrev) >= 1) argument
34 #define CHIPC_NCORES_MIN_HWREV(hwrev) ((hwrev) == 4 || (hwrev) >= 6) argument
38 #define CHIPC_HWREV_HAS_CAP_EXT(hwrev) ((hwrev) >= 35) argument
/freebsd/sys/dev/rl/
H A Dif_rl.c643 int error = 0, hwrev, i, phy, pmc, rid; in rl_attach() local
/freebsd/sys/dev/re/
H A Dif_re.c1220 int capmask, error = 0, hwrev, i, msic, msixc, in re_attach() local
/freebsd/sys/dev/bhnd/
H A Dbhnd.h241 uint16_t hwrev; /**< hardware revision */ member