| /src/sys/arch/arm/broadcom/ |
| bcm2835_dmac.c | 56 struct bcm_dmac_softc *ch_sc; member in struct:bcm_dmac_channel 153 ch->ch_sc = sc; 177 struct bcm_dmac_softc *sc = ch->ch_sc; 258 struct bcm_dmac_softc *sc = ch->ch_sc; 280 struct bcm_dmac_softc *sc = ch->ch_sc; 288 struct bcm_dmac_softc *sc = ch->ch_sc; 304 struct bcm_dmac_softc *sc = ch->ch_sc;
|
| /src/sys/arch/arm/ti/ |
| ti_edma.c | 59 struct edma_softc *ch_sc; member in struct:edma_channel 146 ch->ch_sc = sc; 339 struct edma_softc *sc = ch->ch_sc; 364 struct edma_softc *sc = ch->ch_sc; 391 struct edma_softc *sc = ch->ch_sc; 410 struct edma_softc *sc = ch->ch_sc; 429 struct edma_softc *sc = ch->ch_sc; 455 struct edma_softc *sc = ch->ch_sc; 473 struct edma_softc *sc = ch->ch_sc; 516 struct edma_softc *sc = ch->ch_sc; [all...] |
| /src/sys/dev/ic/ |
| clmpccvar.h | 55 struct clmpcc_softc *ch_sc; /* Pointer to chip's softc structure */ member in struct:clmpcc_chan
|
| clmpcc.c | 243 old = clmpcc_select_channel(ch->ch_sc, ch->ch_car); 246 clmpcc_wrreg(ch->ch_sc, CLMPCC_REG_IER, 247 clmpcc_rdreg(ch->ch_sc, CLMPCC_REG_IER) | CLMPCC_IER_TX_EMPTY); 251 clmpcc_select_channel(ch->ch_sc, old); 297 ch->ch_sc = sc; 453 oldch = clmpcc_select_channel(ch->ch_sc, ch->ch_car); 456 clmpcc_wrreg(ch->ch_sc, CLMPCC_REG_IER, 0); 460 clmpcc_channel_cmd(ch->ch_sc, ch->ch_car, CLMPCC_CCR_T0_RX_DIS | 467 clmpcc_select_channel(ch->ch_sc, oldch); 718 struct clmpcc_softc *sc = ch->ch_sc; [all...] |
| /src/sys/arch/macppc/dev/ |
| ki2cvar.h | 91 struct ki2c_softc *ch_sc; member in struct:ki2c_channel
|
| ki2c.c | 82 struct ki2c_softc *sc = ch->ch_sc; 97 struct ki2c_softc *sc = ch->ch_sc; 117 if (ch->ch_sc != NULL) { 131 ch->ch_sc = sc; 491 struct ki2c_softc *sc = ch->ch_sc;
|
| /src/sys/arch/arm/sunxi/ |
| sunxi_codec.h | 70 struct sunxi_codec_softc *ch_sc; member in struct:sunxi_codec_chan
|
| sunxi_codec.c | 481 struct sunxi_codec_softc * const sc = ch->ch_sc; 499 ch->ch_sc = sc;
|
| sunxi_i2s.c | 154 struct sunxi_i2s_softc *ch_sc; member in struct:sunxi_i2s_chan 591 struct sunxi_i2s_softc * const sc = ch->ch_sc; 609 ch->ch_sc = sc;
|
| /src/sys/arch/mips/sibyte/dev/ |
| sbscnvar.h | 97 struct sbscn_softc *ch_sc; member in struct:sbscn_channel
|
| sbjcnvar.h | 97 struct sbjcn_softc *ch_sc; member in struct:sbjcn_channel
|
| sbscn.c | 255 ((~READ_REG(MIPS_PHYS_TO_KSEG1((ch)->ch_sc->sc_addr + 0x280))) & (ch)->ch_i_mask) 264 WRITE_REG(MIPS_PHYS_TO_KSEG1((ch)->ch_sc->sc_addr + 0x2c0), \ 266 WRITE_REG(MIPS_PHYS_TO_KSEG1((ch)->ch_sc->sc_addr + 0x2b0), \ 308 ch->ch_sc = sc; 435 struct sbscn_softc *sc = ch->ch_sc; 1149 aprint_debug_dev(ch->ch_sc->sc_dev, 1302 struct sbscn_softc *sc = ch->ch_sc;
|
| sbjcn.c | 280 ch->ch_sc = sc; 399 struct sbjcn_softc *sc = ch->ch_sc; 1056 aprint_error_dev(ch->ch_sc->sc_dev, 1197 struct sbjcn_softc *sc = ch->ch_sc;
|
| /src/sys/arch/mac68k/obio/ |
| wdc_obio.c | 84 static struct ata_channel *ch_sc; variable in typeref:struct:ata_channel * 203 ch_sc = chp; 233 wdcintr(ch_sc);
|
| /src/sys/dev/acpi/ |
| qcomipcc.c | 64 struct qcipcc_softc *ch_sc; member in struct:qcipcc_channel 244 ch->ch_sc = sc; 255 struct qcipcc_softc *sc = ch->ch_sc;
|
| qcompas.c | 753 struct qcpas_softc *ch_sc; member in struct:qcpas_glink_channel 939 struct qcpas_softc *sc = ch->ch_sc; 1024 ch->ch_sc = sc; 1390 struct qcpas_softc *sc = ch->ch_sc; 1404 struct qcpas_softc *sc = ch->ch_sc; 1488 struct qcpas_softc *sc = ch->ch_sc;
|
| /src/sys/dev/hyperv/ |
| vmbus.c | 1054 ch->ch_sc = sc; 1069 struct vmbus_softc *sc = ch->ch_sc; 1092 struct vmbus_softc *sc = nch->ch_sc; 1160 struct vmbus_softc *sc = ch->ch_sc; 1304 struct vmbus_softc *sc = ch->ch_sc; 1324 struct vmbus_softc *sc = prich->ch_sc; 1413 struct vmbus_softc *sc = ch->ch_sc; 1453 struct vmbus_softc *sc = ch->ch_sc; 1469 struct vmbus_softc *sc = ch->ch_sc; 1527 vmbus_devq_enqueue(ch->ch_sc, VMBUS_DEV_TYPE_DETACH, ch) [all...] |
| vmbusvar.h | 92 struct vmbus_softc *ch_sc; member in struct:vmbus_channel
|
| hvs.c | 336 sc->sc_dmat = sc->sc_chan->ch_sc->sc_dmat; 960 version = sc->sc_chan->ch_sc->sc_proto;
|
| if_hvn.c | 2839 if (sc->sc_prichan->ch_sc->sc_proto >= VMBUS_VERSION_WIN10 && 2849 if (sc->sc_prichan->ch_sc->sc_proto >= VMBUS_VERSION_WIN10 && 3356 if (sc->sc_prichan->ch_sc->sc_proto < VMBUS_VERSION_WIN10 && 3506 if (sc->sc_prichan->ch_sc->sc_proto < VMBUS_VERSION_WIN10 &&
|
| /src/sys/arch/arm/nvidia/ |
| tegra_apbdma.c | 69 struct tegra_apbdma_softc *ch_sc; member in struct:tegra_apbdma_chan 154 sc->sc_chan[n].ch_sc = sc; 178 struct tegra_apbdma_softc *sc = ch->ch_sc;
|