Searched defs:hwrev (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_subr.c | 66 uint16_t device, uint8_t hwrev) in bcma_alloc_corecfg()
|
/freebsd/sys/dev/usb/net/ |
H A D | if_kue.c | 286 uint16_t hwrev; in kue_load_fw() local
|
/freebsd/sys/dev/uart/ |
H A D | uart_dev_pl011.c | 546 int hwrev; in uart_pl011_bus_probe() local
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipcreg.h | 30 #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 D | if_rl.c | 643 int error = 0, hwrev, i, phy, pmc, rid; in rl_attach() local
|
/freebsd/sys/dev/re/ |
H A D | if_re.c | 1220 int capmask, error = 0, hwrev, i, msic, msixc, in re_attach() local
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd.h | 241 uint16_t hwrev; /**< hardware revision */ member
|