| /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/arch/riscv/starfive/ |
| jh71x0_eth.h | 42 enum jh7x10_eth_type sc_type; member in struct:jh71x0_eth_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/arm/imx/ |
| imxspivar.h | 65 enum imxspi_type sc_type; member in struct:imxspi_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/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_rsb.c | 86 enum sunxi_rsb_type sc_type; member in struct:sunxi_rsb_softc 159 sc->sc_type = of_compatible_lookup(phandle, compat_data)->value; 170 aprint_normal(": %s\n", sc->sc_type == SUNXI_P2WI ? "P2WI" : "RSB"); 340 if (sc->sc_type == SUNXI_RSB && sc->sc_rsb_last_da != addr) { 390 if (sc->sc_type == SUNXI_RSB) {
|
| 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 | 111 enum omaptimer_type sc_type; member in struct:omaptimer_softc 116 bus_space_read_4((sc)->sc_bst, (sc)->sc_bsh, omaptimer_regmap[(sc)->sc_type][(reg)]) 118 bus_space_write_4((sc)->sc_bst, (sc)->sc_bsh, omaptimer_regmap[(sc)->sc_type][(reg)], val) 201 sc->sc_type = of_compatible_lookup(phandle, compat_data)->value;
|
| /src/sys/arch/evbmips/sbmips/ |
| rtc.c | 62 int sc_type; member in struct:rtc_softc 88 time_writertc((sc)->sc_smbus_chan, (sc)->sc_smbus_addr, (dev), (sc)->sc_type, (val)) 90 time_readrtc((sc)->sc_smbus_chan, (sc)->sc_smbus_addr, (dev), (sc)->sc_type) 136 sc->sc_type = SMB_2BYTE_ADDR; /* Two-byte register addresses on the Xicor */ 247 sc->sc_type = SMB_1BYTE_ADDR; /* One-byte register addresses on the ST */
|
| /src/sys/arch/hp300/dev/ |
| dma.c | 124 char sc_type; /* A, B, or C */ member in struct:dma_softc 220 sc->sc_type = (rev == 'B') ? DMA_B : DMA_C; 285 if (sc->sc_type == DMA_B && sc->sc_ipl != 3) { 417 if (sc->sc_type == DMA_B && (flags & DMAGO_LWORD)) 461 && (sc->sc_type != DMA_B ||
|