HomeSort by: relevance | last modified time | path
    Searched refs:iwm (Results 1 - 5 of 5) sorted by relevancy

  /src/share/man/man4/man4.mac68k/
Makefile 4 MAN= ae.4 ascaudio.4 autoconf.4 cpi.4 intro.4 iwm.4 mainbus.4 mem.4 \
  /src/sys/arch/mac68k/obio/
iwm_fd.c 218 /* IWM floppy disk controller */
219 CFATTACH_DECL_NEW(iwm, sizeof(iwm_softc_t),
264 /*** Configure the IWM controller ***/
269 * Is the IWM chip present? Here, *aux is a ptr to struct confargs
275 * While here, map the machine-dependent physical IO address of IWM
279 * SWIM does not support the IWM register set used by this driver
339 printf("IWM or original SWIM not found.\n");
351 * The IWM is present, initialize it. Then look up the connected drives
358 iwm_softc_t *iwm; local
362 iwm = device_private(self)
436 iwm_softc_t *iwm; local
531 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local
663 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); local
707 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); local
851 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); local
1142 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local
1256 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local
1385 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local
1748 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local
    [all...]
  /src/sys/arch/mac68k/include/
iopreg.h 75 } iwm; member in union:__anon1588::__anon1589
  /src/share/man/man4/
Makefile 39 ipw.4 irmce.4 isp.4 ismt.4 isv.4 itesio.4 iteide.4 iwi.4 iwm.4 iwn.4 \
  /src/sys/dev/pci/
if_iwm.c 1865 DPRINTF(("iwm apm stop\n"));
4060 panic("iwm: could not load RX mbuf");
9218 SYSCTL_DESCR("iwm per-controller controls"),
9223 "couldn't create iwm per-controller sysctl node\n");
9457 CFATTACH_DECL_NEW(iwm, sizeof(struct iwm_softc), iwm_match, iwm_attach,
9480 SYSCTL_SETUP(sysctl_iwm, "sysctl iwm(4) subtree setup")
9489 CTLFLAG_PERMANENT, CTLTYPE_NODE, "iwm",
9490 SYSCTL_DESCR("iwm global controls"),

Completed in 22 milliseconds