HomeSort by: relevance | last modified time | path
    Searched defs:rev (Results 1 - 25 of 115) sorted by relevancy

1 2 3 4 5

  /src/sys/arch/evbmips/gdium/
bonito_mainbus.c 71 pcireg_t rev; local in function:bonito_mainbus_attach
79 rev = PCI_REVISION(REGVAL(BONITO_PCICLASS));
81 printf(": BONITO Memory and PCI controller, %s rev. %d.%d\n",
82 BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC",
83 BONITO_REV_MAJOR(rev), BONITO_REV_MINOR(rev));
  /src/sys/arch/evbmips/loongson/
bonito_mainbus.c 73 pcireg_t rev; local in function:bonito_mainbus_attach
93 rev = PCI_REVISION(REGVAL(BONITO_PCICLASS));
96 " %s rev. %d.%d\n", BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC",
97 BONITO_REV_MAJOR(rev), BONITO_REV_MINOR(rev));
99 aprint_normal(": Memory and PCI-X controller, rev. %d\n",
100 PCI_REVISION(rev));
  /src/sys/arch/algor/dev/
bonito_mainbus.c 81 pcireg_t rev; local in function:bonito_mainbus_attach
94 rev = PCI_REVISION(REGVAL(BONITO_PCICLASS));
96 printf(": BONITO Memory and PCI controller, %s rev. %d.%d\n",
97 BONITO_REV_FPGA(rev) ? "FPGA" : "ASIC",
98 BONITO_REV_MAJOR(rev), BONITO_REV_MINOR(rev));
  /src/sys/arch/i386/pci/
geode.c 105 u_int rev; local in function:geode_gcb_attach
118 rev = bus_space_read_1(sc->sc_iot, sc->sc_ioh, SC1100_GCB_REV_B);
121 aprint_normal(": AMD Geode GCB (rev. 0x%02x)\n", rev);
  /src/sys/arch/x86/pci/
aapic.c 45 int bus, dev, func, rev; local in function:aapic_attach
50 rev = PCI_REVISION(pa->pa_class);
52 aprint_normal(": %s (rev. 0x%02x)\n", devinfo, rev);
  /src/sys/dev/mii/
ukphy.c 111 int rev = MII_REV(ma->mii_id2); local in function:ukphyattach
115 aprint_normal(": %s (OUI 0x%06x, model 0x%04x), rev. %d\n",
116 descr, oui, model, rev);
118 aprint_normal(": OUI 0x%06x, model 0x%04x, rev. %d\n",
119 oui, model, rev);
gentbi.c 143 int rev = MII_REV(ma->mii_id2); local in function:gentbiattach
148 aprint_normal(": %s (OUI 0x%06x, model 0x%04x), rev. %d\n",
149 descr, oui, model, rev);
151 aprint_normal(": OUI 0x%06x, model 0x%04x, rev. %d\n",
152 oui, model, rev);
161 sc->mii_mpd_rev = rev;
  /src/tests/lib/libc/sys/
t_kevent.c 188 struct kevent ev, rev; local in function:ATF_TC_BODY
201 ATF_REQUIRE(kevent(kq, NULL, 0, &rev, 1, &timeout) == 1);
202 ATF_REQUIRE(rev.ident == 666);
203 ATF_REQUIRE(rev.filter == EVFILT_USER);
204 ATF_REQUIRE(rev.fflags == 8);
  /src/sys/arch/arm/ti/
ti_cpufreq.c 65 uint32_t efuse, rev; local in function:am33xx_opp_supported
69 rev = __BIT(__SHIFTOUT(syscon_read_4(ti_opp_syscon, AM33XX_REV_OFFSET), AM33XX_REV_MASK));
81 if ((rev & be32toh(supported_hw[0])) == 0)
  /src/share/examples/puffs/pgfs/
newfs.sql 65 rev int8 NOT NULL, field in table:file
93 INSERT INTO file (fileid, type, mode, uid, gid, nlink, rev,
  /src/sys/dev/ata/
satapmp_subr.c 272 uint32_t id, rev, inf; local in function:satapmp_attach
284 satapmp_read(chp, PMP_PORT_CTL, PMP_GSCR_REV, &rev, xfer) != 0 ||
297 if (rev & PMP_REV_SPEC_11) {
299 } else if (rev & PMP_REV_SPEC_10) {
302 aprint_verbose(", unknown revision 0x%x", rev & 0x0f);
304 aprint_verbose(", level %d\n", PMP_REV_LEVEL(rev));
  /src/sys/dev/i2c/
smscmon.c 159 uint8_t cmd, cid, rev; local in function:smscmon_match
175 ia->ia_addr, &cmd, sizeof cmd, &rev, sizeof rev, 0)) {
180 if ( cid != SMSC_CID_47M192 || rev != SMSC_REV_47M192) {
194 uint8_t cid, rev; local in function:smscmon_attach
205 rev = sc->smscmon_readreg(sc, SMSCMON_REG_STEPPING);
208 if (rev == SMSC_REV_47M192) {
219 aprint_normal(": unknown chip: cid 0x%02x rev 0x%02x\n",
220 cid, rev);
  /src/sys/arch/acorn32/mainbus/
pioc.c 148 int id, rev; local in function:piocmatch
161 piocgetid(iot, ioh, PIOC_CM_ENTER_665, &id, &rev);
165 piocgetid(iot, ioh, PIOC_CM_ENTER_666, &id, &rev);
292 int id, rev; local in function:piocattach
303 piocgetid(iot, ioh, PIOC_CM_ENTER_665, &id, &rev);
305 piocgetid(iot, ioh, PIOC_CM_ENTER_666, &id, &rev);
313 printf("SMC FDC37C6%xGT peripheral controller rev %d\n", id, rev);
316 printf("Unrecognised peripheral controller id=%2x rev=%2x\n", id, rev);
    [all...]
  /src/sys/arch/arm/ep93xx/
epsoc.c 81 const char *rev; local in function:epsoc_attach
96 rev = "A";
99 rev = "B";
102 rev = "C";
105 rev = "D0";
108 rev = "D1";
111 rev = "E0";
114 rev = "E1";
117 rev = ">E1";
120 printf(": Cirrus Logic EP93xx SoC rev %s\n", rev)
    [all...]
  /src/sys/arch/hpcmips/tx/
tx39.c 103 int model, rev; local in function:tx_init
134 rev = tx_conf_read(tc, TX3922_REVISION_REG);
136 cpuname_printf("TOSHIBA TMPR3922 rev. %x.%x "
137 "%d.%02d MHz", (rev >> 4) & 0xf, rev & 0xf,
  /src/sys/arch/mvme68k/stand/netboot/
config.h 45 u_char rev; member in struct:brdid
  /src/sys/arch/x68k/stand/common/
xprintf.c 65 char rev[32]; local in function:numstr
66 char *r = rev, *b = buf;
83 while (r > rev)
  /src/sys/dev/isa/
pas.c 114 int rev; member in struct:pas_softc
363 sc->rev = pasread(BOARD_REV_ID);
474 aprint_normal(" ProAudio Spectrum %s [rev %d] ", pasnames[sc->model],
475 sc->rev);
482 sc->rev);
smsc.c 145 uint8_t rev, msb, lsb, chipid; local in function:smsc_attach
170 rev = smsc_readreg(ia->ia_iot, ioh, SMSC_DEVICE_REVISION);
250 aprint_normal(" (rev %u)\n", rev);
  /src/sys/arch/arm/footbridge/
footbridge.c 149 int vendor, device, rev; local in function:footbridge_attach
167 rev = bus_space_read_1(sc->sc_iot, sc->sc_ioh, REVISION);
171 aprint_normal(": DC21285 rev %d\n", rev);
  /src/sys/arch/sun68k/stand/libsa/
netif_sun.c 419 char *rev; local in function:netif_getether
435 * so we have to check the PROM rev first.
436 * Note that old PROMs prefix the rev string
437 * with "Rev " (i.e. "Rev 2.6").
439 rev = romVectorPtr->monId;
440 if (!strncmp(rev, "Rev ", 4))
441 rev += 4;
442 if (!strncmp(rev, "3.", 2))
    [all...]
  /src/sys/dev/pci/
aceride.c 117 pcireg_t rev = PCI_REVISION(pa->pa_class); local in function:acer_chip_map
130 if (rev >= 0x20) {
132 if (rev >= 0xC7)
134 else if (rev >= 0xC4)
136 else if (rev >= 0xC2)
142 if (rev <= 0xc4) {
197 if (rev >= 0xC2) {
210 if (rev == 0xC3) {
232 (rev >= 0xC2) ? pciide_pci_intr : acer_pci_intr);
  /src/sys/dev/cardbus/
if_rtw_cardbus.c 221 int rev = PCI_REVISION(ca->ca_class); local in function:rtw_cardbus_attach
225 (rev >> 4) & 0xf, rev & 0xf,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/
nouveau_nvkm_subdev_mxm_base.c 109 int rev; local in function:mxm_shadow_dsm
124 rev = (version & 0xf0) << 4 | (version & 0x0f);
125 obj = acpi_evaluate_dsm(handle, &muid, rev, 0x00000010, &argv4);
  /src/sys/arch/arm/amlogic/
gxlphy.c 150 int rev = MII_REV(ma->mii_id2); local in function:gxlphyattach
155 aprint_normal(": %s (OUI 0x%06x, model 0x%04x), rev. %d\n",
156 descr, oui, model, rev);
158 aprint_normal(": OUI 0x%06x, model 0x%04x, rev. %d\n",
159 oui, model, rev);

Completed in 21 milliseconds

1 2 3 4 5