HomeSort by: relevance | last modified time | path
    Searched defs:smi (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
spear310-evb.dts 95 smi: flash@fc000000 { label
103 st,smi-fast-mode;
spear3xx.dtsi 58 smi: flash@fc000000 { label
59 compatible = "st,spear600-smi";
spear1310-evb.dts 63 smi-pmx {
65 st,function = "smi";
171 smi: flash@ea000000 { label
179 st,smi-fast-mode;
spear300-evb.dts 81 smi: flash@fc000000 { label
89 st,smi-fast-mode;
spear320-evb.dts 96 smi: flash@fc000000 { label
104 st,smi-fast-mode;
spear13xx.dtsi 168 smi: flash@ea000000 { label
169 compatible = "st,spear600-smi";
spear320-hmi.dts 168 smi: flash@fc000000 { label
176 st,smi-fast-mode;
spear1340-evb.dts 59 smi-pmx {
61 st,function = "smi";
169 smi: flash@ea000000 { label
177 st,smi-fast-mode;
spear600.dtsi 84 smi: flash@fc000000 { label
85 compatible = "st,spear600-smi";
  /src/bin/ksh/
exec.c 1372 struct select_menu_info *smi = (struct select_menu_info *) arg; local in function:select_fmt_entry
1375 smi->num_width, i + 1, smi->args[i]);
1386 struct select_menu_info smi; local in function:pr_menu
1413 smi.args = ap;
1414 smi.arg_width = nwidth;
1415 smi.num_width = dwidth;
1416 print_columns(shl_out, n, select_fmt_entry, (void *) &smi,
  /src/sys/arch/mips/cavium/dev/
octeon_gmx.c 202 struct octsmi_softc *smi; local in function:octgmx_attach
226 smi = octsmi_lookup(/*XXX*/0, port);
227 if (smi == NULL)
269 gmx_aa.ga_smi = smi;
  /src/sys/dev/marvell/
if_mvgbe.c 524 uint32_t smi; local in function:mvgbec_miibus_readreg
528 aprint_error_ifnet(ifp, "SMI mvgbec0 not found\n");
541 aprint_error_ifnet(ifp, "SMI busy timeout\n");
546 smi =
548 MVGBE_WRITE(csc, MVGBE_SMI, smi);
552 smi = MVGBE_READ(csc, MVGBE_SMI);
553 if (smi & MVGBE_SMI_READVALID) {
554 *val = smi & MVGBE_SMI_DATA_MASK;
578 uint32_t smi; local in function:mvgbec_miibus_writereg
582 aprint_error_ifnet(ifp, "SMI mvgbec0 not found\n")
    [all...]
if_mvxpe.c 696 uint32_t smi; local in function:mvxpe_miibus_readreg
707 aprint_error_ifnet(ifp, "SMI busy timeout\n");
712 smi =
714 MVXPE_WRITE(sc, MVXPE_SMI, smi);
718 smi = MVXPE_READ(sc, MVXPE_SMI);
719 if (smi & MVXPE_SMI_READVALID) {
720 *val = smi & MVXPE_SMI_DATA_MASK;
741 uint32_t smi; local in function:mvxpe_miibus_writereg
754 aprint_error_ifnet(ifp, "SMI busy timeout\n");
759 smi = MVXPE_SMI_PHYAD(phy) | MVXPE_SMI_REGAD(reg)
    [all...]

Completed in 25 milliseconds