Searched refs:hw_rev (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_identsoc.c66 uint32_t hw_rev; member in struct:__anon5157
118 if (aml8726_soc_desc[i].hw_rev == aml8726_soc_hw_rev)
/freebsd-11-stable/sys/dev/ida/
H A Didareg.h195 u_int8_t hw_rev; /* Revision level of the hardware */ member in struct:ida_controller_info
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_ddump.c229 ocs_ddump_value(textbuf, "hw_rev0", "%x", sli4->config.hw_rev[0]);
230 ocs_ddump_value(textbuf, "hw_rev1", "%x", sli4->config.hw_rev[1]);
231 ocs_ddump_value(textbuf, "hw_rev2", "%x", sli4->config.hw_rev[2]);
H A Dsli4.h3198 uint32_t hw_rev[3]; member in struct:sli4_s::__anon7705
3404 return sli4->config.hw_rev[which];
H A Dsli4.c3889 sli4->config.hw_rev[0] = read_rev->first_hw_revision;
3890 sli4->config.hw_rev[1] = read_rev->second_hw_revision;
3891 sli4->config.hw_rev[2] = read_rev->third_hw_revision;
/freebsd-11-stable/sys/dev/re/
H A Dif_re.c1210 const struct rl_hwrev *hw_rev; local
1378 hw_rev = re_hwrevs;
1393 while (hw_rev->rl_desc != NULL) {
1394 if (hw_rev->rl_rev == hwrev) {
1395 sc->rl_type = hw_rev->rl_type;
1396 sc->rl_hwrev = hw_rev;
1399 hw_rev++;
1401 if (hw_rev->rl_desc == NULL) {
1407 switch (hw_rev->rl_rev) {
1616 if (hw_rev
[all...]
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_structures.h805 uint8_t hw_rev; member in struct:bmic_ident_ctrl
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c1113 static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2382 static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2083 static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.c11213 uint16_t hw_rev; local
11216 MDIO_AN_REG_848xx_ID_MSB, &hw_rev);
11217 if (hw_rev == BCM84858_PHY_ID) {

Completed in 281 milliseconds