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

  /src/share/man/man4/man4.alpha/
Makefile 4 intro.4 irongate.4 jensenio.4 kft.4 lca.4 mcbus.4 \
  /src/sys/arch/alpha/pci/
lca_bus_io.c 44 #define CHIP lca
lca_bus_mem.c 44 #define CHIP lca
lca.c 1 /* $NetBSD: lca.c,v 1.58 2023/12/04 00:32:10 thorpej Exp $ */
61 __KERNEL_RCSID(0, "$NetBSD: lca.c,v 1.58 2023/12/04 00:32:10 thorpej Exp $");
85 CFATTACH_DECL_NEW(lca, sizeof(struct lca_softc),
112 /* Make sure that we're looking for a LCA. */
155 * The LCA HAE register is WRITE-ONLY, so we can't tell where
  /src/sys/kern/
subr_autoconf.c 695 struct cfattach *lca; local in function:config_cfattach_attach
703 LIST_FOREACH(lca, &cd->cd_attach, ca_list) {
704 if (STREQ(lca->ca_name, ca->ca_name))

Completed in 17 milliseconds