| /src/sys/arch/hp300/stand/common/ |
| hpibvar.h | 38 char sc_type; member in struct:hpib_softc
|
| sd.c | 71 uint8_t sc_type; member in struct:sd_softc 114 ss->sc_type = inqbuf.type & SID_TYPE; 117 ss->sc_type = T_DIRECT; 165 if (ss->sc_type == T_CDROM) {
|
| /src/sys/arch/amiga/pci/ |
| p5membarvar.h | 38 uint8_t sc_type; member in struct:p5membar_softc
|
| /src/sys/dev/fdt/ |
| connector_fdt.c | 67 #define sc_type sc_con.con_type macro 97 sc->sc_type = of_compatible_lookup(phandle, compat_data)->value; 102 switch(sc->sc_type) { 116 panic("unknown connector type %d\n", sc->sc_type);
|
| /src/sys/dev/hpc/ |
| hpcout.c | 57 #define sc_type sc_hma.hma_type macro 93 config_hook(sc->sc_type, sc->sc_id, CONFIG_HOOK_SHARE,
|
| hpcin.c | 59 #define sc_type sc_hma.hma_type macro 100 sc->sc_ct = config_connect(sc->sc_type, sc->sc_id); 114 sc->sc_type, sc->sc_id); 115 config_hook_call(sc->sc_type, sc->sc_id, (void *)on);
|
| /src/sys/dev/ic/ |
| wevar.h | 22 u_int8_t sc_type; /* our type */ member in struct:we_softc
|
| ne2000var.h | 52 } sc_type; member in struct:ne2000_softc
|
| dwiic_var.h | 46 enum dwiic_type sc_type; member in struct:dwiic_softc
|
| /src/sys/arch/riscv/starfive/ |
| jh71x0_eth.h | 42 enum jh7x10_eth_type sc_type; member in struct:jh71x0_eth_softc
|
| /src/sys/arch/mips/cavium/dev/ |
| octeon_intc.c | 65 enum octeon_intc_type sc_type; member in struct:octeon_intc_softc 95 sc->sc_type = of_compatible_lookup(phandle, compat_data)->value; 97 switch (sc->sc_type) {
|
| /src/sys/arch/sun3/dev/ |
| memerr.c | 66 enum memerr_type sc_type; member in struct:memerr_softc 118 sc->sc_type = ME_ECC; 124 sc->sc_type = ME_PAR; 140 if (sc->sc_type == ME_PAR) 188 if (sc->sc_type == ME_PAR) {
|
| /src/sys/arch/arm/imx/ |
| imxspivar.h | 65 enum imxspi_type sc_type; member in struct:imxspi_softc
|
| /src/sys/arch/atari/vme/ |
| if_levar.h | 60 int sc_type; /* Type of board found */ member in struct:le_softc
|
| /src/sys/arch/sparc64/dev/ |
| ffbvar.h | 65 int sc_type; member in struct:ffb_softc
|
| /src/sys/dev/dec/ |
| dzvar.h | 91 int sc_type; /* DZ11 or DZV11? */ member in struct:dz_softc
|
| /src/sys/dev/hil/ |
| hildevs.h | 61 int sc_type; /* hil device type */ member in struct:hildev_softc 73 #define hd_type sc_hildev.sc_type
|
| /src/sys/arch/arm/amlogic/ |
| meson_usbphy.c | 77 enum meson_usbphy_type sc_type; member in struct:meson_usbphy_softc 208 sc->sc_type = of_compatible_lookup(phandle, compat_data)->value;
|
| /src/sys/arch/arm/fdt/ |
| pcihost_fdtvar.h | 75 enum pcihost_type sc_type; member in struct:pcihost_softc
|
| /src/sys/arch/arm/rockchip/ |
| rk_usb.c | 84 enum rk_usb_type sc_type; member in struct:rk_usb_softc 123 switch (sc->sc_type) { 153 switch (sc->sc_type) { 230 sc->sc_type = of_compatible_lookup(phandle, compat_data)->value; 306 switch (usb_sc->sc_type) { 345 switch (usb_sc->sc_type) {
|
| /src/sys/arch/arm/sunxi/ |
| sunxi_usb3phy.c | 83 enum sunxi_usb3phy_type sc_type; member in struct:sunxi_usb3phy_softc 180 sc->sc_type = of_compatible_lookup(phandle, compat_data)->value;
|
| /src/sys/arch/arm/ti/ |
| ti_omaptimer.c | 102 enum omaptimer_type sc_type; member in struct:omaptimer_softc 107 bus_space_read_4((sc)->sc_bst, (sc)->sc_bsh, omaptimer_regmap[(sc)->sc_type][(reg)]) 109 bus_space_write_4((sc)->sc_bst, (sc)->sc_bsh, omaptimer_regmap[(sc)->sc_type][(reg)], val) 192 sc->sc_type = of_compatible_lookup(phandle, compat_data)->value;
|
| /src/sys/arch/macppc/dev/ |
| battery.c | 71 int sc_type; member in struct:battery_softc 127 sc->sc_type = BTYPE_HOOPER; 132 sc->sc_type = BTYPE_COMET;
|
| mediabay.c | 57 enum mediabay_controller sc_type; member in struct:mediabay_softc 97 ((sc)->sc_type == MB_CONTROLLER_KEYLARGO ? \ 136 sc->sc_type = MB_CONTROLLER_KEYLARGO; 139 sc->sc_type = MB_CONTROLLER_OTHER; 170 if (sc->sc_type != MB_CONTROLLER_KEYLARGO) { 255 if (sc->sc_type != MB_CONTROLLER_KEYLARGO) { 308 if (sc->sc_type != MB_CONTROLLER_KEYLARGO) {
|
| /src/sys/dev/isa/ |
| fdvar.h | 62 struct fd_type *sc_type; /* current type descriptor */ member in struct:fd_softc
|