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

  /src/sys/arch/amiga/pci/
cv3dpbvar.h 46 struct amiga_pci_chipset apc; member in struct:cv3dpb_softc
p5pbvar.h 53 struct amiga_pci_chipset apc; member in struct:p5pb_softc
em4kvar.h 65 struct amiga_pci_chipset apc; member in struct:em4k_softc
empbvar.h 77 struct amiga_pci_chipset apc; member in struct:empb_softc
mppb.c 68 struct amiga_pci_chipset apc; member in struct:mppb_softc
116 pc = &sc->apc;
139 sc->apc.pci_conf_datat = &(sc->pci_conf_area);
141 if (bus_space_map(sc->apc.pci_conf_datat, 0, MPPB_CONF_SIZE, 0,
142 &sc->apc.pci_conf_datah))
147 sc->apc.pc_conf_v = (void*) pc;
148 sc->apc.pc_bus_maxdevs = mppb_pci_bus_maxdevs;
149 sc->apc.pc_make_tag = amiga_pci_make_tag;
150 sc->apc.pc_decompose_tag = amiga_pci_decompose_tag;
151 sc->apc.pc_conf_read = mppb_pci_conf_read
    [all...]
  /src/sys/arch/sparc/dev/
apc.c 1 /* $NetBSD: apc.c,v 1.3 2025/05/31 15:14:40 jdc Exp $ */
28 __KERNEL_RCSID(0, "$NetBSD: apc.c,v 1.3 2025/05/31 15:14:40 jdc Exp $");
56 struct apc_softc *apc = NULL; variable in typeref:struct:apc_softc *
58 CFATTACH_DECL_NEW(apc, sizeof(struct apc_softc),
66 if (apc != NULL) /* only one instance */
88 apc = sc;
102 if (apc == NULL)
104 val = bus_space_read_1(apc->sc_bt, apc->sc_bh, APC_IDLE_REG);
105 bus_space_write_1(apc->sc_bt, apc->sc_bh, APC_IDLE_REG
    [all...]
  /src/usr.sbin/sunlabel/
sunlabel.c 95 * acyl and apc count those spares, and this is also why ncyl and pcyl
98 * ncyl=pcyl=ceil(device size/spc) and acyl=apc=0.
113 uint32_t apc; /* Alternative sectors per cylinder */ member in struct:label
132 * tag is a short name for the field, like "apc" or "nsect". loc is a
196 {"apc", &label.apc, print_int, chval_int, 0, 0 },
397 label.apc = 0;
443 label.apc = l_s[212];
523 l_s[212] = label.apc;

Completed in 14 milliseconds