/src/sys/arch/amiga/pci/ |
p5membarvar.h | 38 uint8_t sc_type; member in struct:p5membar_softc
|
p5membar.c | 97 sc->sc_type = P5MEMBAR_TYPE_INTERNAL; 101 sc->sc_type = P5MEMBAR_TYPE_INTERNAL; 105 sc->sc_type = P5MEMBAR_TYPE_INTERNAL; 109 sc->sc_type = P5MEMBAR_TYPE_MEMORY;
|
/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/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
|
/src/sys/arch/riscv/starfive/ |
jh71x0_eth.h | 42 enum jh7x10_eth_type sc_type; member in struct:jh71x0_eth_softc
|
/src/sys/arch/hp300/stand/common/ |
hpibvar.h | 38 char sc_type; member in struct:hpib_softc
|
hpib.c | 90 if (hpib_softc[unit].sc_type == HPIBC) 103 if (hpib_softc[unit].sc_type == HPIBC) 112 if (hpib_softc[unit].sc_type == HPIBC) 124 if (hpib_softc[unit].sc_type == HPIBC) 140 if (hpib_softc[unit].sc_type == HPIBC)
|
/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/arch/atari/dev/ |
hdfd.c | 253 struct fd_type *sc_type; /* current type descriptor */ member in struct:fd_softc 626 if (bp->b_blkno + sz > fd->sc_type->size) { 627 sz = fd->sc_type->size - bp->b_blkno; 642 bp->b_cylinder = bp->b_blkno / (FDC_BSIZE/DEV_BSIZE) / fd->sc_type->seccyl; 832 fd->sc_type != type) 835 fd->sc_type = type; 1017 out_fdc(fd->sc_type->steprate); 1024 out_fdc(bp->b_cylinder * fd->sc_type->step); 1041 type = fd->sc_type; 1129 cyl != bp->b_cylinder * fd->sc_type->step) [all...] |
/src/sys/arch/atari/vme/ |
if_levar.h | 60 int sc_type; /* Type of board found */ member in struct:le_softc
|
/src/sys/dev/dec/ |
dzvar.h | 91 int sc_type; /* DZ11 or DZV11? */ member in struct:dz_softc
|
/src/sys/dev/hpc/ |
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/arch/arm/imx/ |
imxspivar.h | 65 enum imxspi_type sc_type; member in struct:imxspi_softc
|
/src/sys/dev/pci/ |
if_wm.c | 530 wm_chip_type sc_type; /* MAC type */ member in struct:wm_softc 1945 if (sc->sc_type == WM_T_82574) { 2066 sc->sc_type = wmp->wmp_type; 2071 sc->phy.reset_delay_us = (sc->sc_type >= WM_T_82571) ? 100 : 10000; 2073 if (sc->sc_type < WM_T_82543) { 2080 sc->sc_type = WM_T_82542_2_0; 2097 if ((sc->sc_type <= WM_T_82541_2) || (sc->sc_type == WM_T_82571) 2098 || (sc->sc_type == WM_T_82572)) 2101 if ((sc->sc_type == WM_T_82575) || (sc->sc_type == WM_T_82576 [all...] |
/src/sys/arch/x68k/dev/ |
fd.c | 222 struct fd_type *sc_type; /* current type descriptor */ member in struct:fd_softc 717 (fd->sc_type->size << (fd->sc_type->secsize - 2))) { 718 sz = (fd->sc_type->size << (fd->sc_type->secsize - 2)) 736 (fd->sc_type->seccyl * (1 << (fd->sc_type->secsize - 2))); 837 0x80 | (fd->sc_type->rate << 4)| n); 853 (fd->sc_type->rate << 4) | fd->sc_drive); 940 fd->sc_type != type [all...] |
/src/sys/dev/i2c/ |
pcai2cmux.c | 168 const struct pcaiicmux_type *sc_type; member in struct:pcaiicmux_softc 213 if (bus->busidx >= sc->sc_type->nchannels) { 254 if (addr >= sc->sc_type->nchannels) { 268 if (sc->sc_type->enable_bit) { 270 (uint8_t)addr | sc->sc_type->enable_bit; 360 sc->sc_type = pcaiicmux_type_by_compat(ia); 361 KASSERT(sc->sc_type != NULL); 365 sc->sc_type->enable_bit ? "mux" : "switch");
|
/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) {
|
fd.c | 242 struct fd_type *sc_type; /* current type descriptor */ member in struct:fd_softc 680 if (bp->b_blkno + sz > fd->sc_type->size) { 681 sz = fd->sc_type->size - bp->b_blkno; 698 bp->b_blkno / (FDC_BSIZE / DEV_BSIZE) / fd->sc_type->seccyl; 895 fd->sc_type != type) 898 fd->sc_type = type; 1252 OUT_FDC(fdc, fd->sc_type->steprate, SEEKTIMEDOUT); 1259 OUT_FDC(fdc, bp->b_cylinder * fd->sc_type->step, SEEKTIMEDOUT); 1287 type = fd->sc_type; 1374 cyl != bp->b_cylinder * fd->sc_type->step) [all...] |
/src/sys/dev/ |
md.c | 95 #define sc_type sc_md.md_type macro 167 sc->sc_type = MD_UNCONFIGURED; 188 if (sc->sc_type != MD_UNCONFIGURED) 203 if (sc->sc_dkdev.dk_openmask == 0 && sc->sc_type == MD_UNCONFIGURED) 246 if (sc->sc_type == MD_UNCONFIGURED) 298 configured = (sc->sc_type != MD_UNCONFIGURED); 301 if (!configured && sc->sc_type != MD_UNCONFIGURED) 309 if (sc->sc_type == MD_UNCONFIGURED) { 384 if (sc == NULL || sc->sc_type == MD_UNCONFIGURED) 397 if (sc == NULL || sc->sc_type == MD_UNCONFIGURED [all...] |
/src/sys/dev/isa/ |
fd.c | 720 if (bp->b_blkno + sz > fd->sc_type->size) { 721 sz = fd->sc_type->size - bp->b_blkno; 737 bp->b_blkno / (FDC_BSIZE / DEV_BSIZE) / fd->sc_type->seccyl; 936 memcmp(fd->sc_type, type, sizeof(*type))) 940 fd->sc_type = &fd->sc_type_copy; 1126 out_fdc(iot, ioh, fd->sc_type->steprate); 1131 out_fdc(iot, ioh, bp->b_cylinder * fd->sc_type->step); 1144 type = fd->sc_type; 1228 cyl != bp->b_cylinder * fd->sc_type->step) { 1275 bp->b_cylinder = fd->sc_blkno / fd->sc_type->seccyl [all...] |
fdvar.h | 62 struct fd_type *sc_type; /* current type descriptor */ member in struct:fd_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/acorn32/mainbus/ |
fd.c | 222 struct fd_type *sc_type; /* current type descriptor */ member in struct:fd_softc 588 if (bp->b_blkno + sz > fd->sc_type->size) { 589 sz = fd->sc_type->size - bp->b_blkno; 604 bp->b_cylinder = bp->b_blkno / (FDC_BSIZE / DEV_BSIZE) / fd->sc_type->seccyl; 796 memcmp(fd->sc_type, type, sizeof(*type))) 800 fd->sc_type = &fd->sc_type_copy; 987 out_fdc(iot, ioh, fd->sc_type->steprate); 992 out_fdc(iot, ioh, bp->b_cylinder * fd->sc_type->step); 1005 type = fd->sc_type; 1111 cyl != bp->b_cylinder * fd->sc_type->step) [all...] |
/src/sys/arch/hp300/dev/ |
rdvar.h | 68 short sc_type; member in struct:rd_softc
|