Searched refs:dtc (Results 1 – 11 of 11) sorted by relevance
| /drivers/dma/ |
| A D | dmatest.c | 254 struct dmatest_chan *dtc; in is_threaded_test_run() local 270 struct dmatest_chan *dtc; in is_threaded_test_pending() local 966 kfree(dtc); in dmatest_cleanup_channel() 1023 struct dmatest_chan *dtc; in dmatest_add_channel() local 1029 if (!dtc) { in dmatest_add_channel() 1034 dtc->chan = chan; in dmatest_add_channel() 1134 struct dmatest_chan *dtc; in run_pending_tests() local 1156 list_del(&dtc->node); in stop_threaded_test() 1157 chan = dtc->chan; in stop_threaded_test() 1236 struct dmatest_chan *dtc; in dmatest_chan_set() local [all …]
|
| A D | dma-jz4780.c | 110 u32 dtc; member 357 desc->dtc = len >> jzchan->transfer_shift; in jz4780_dma_setup_hwdesc() 398 desc->desc[i].dtc |= in jz4780_dma_prep_slave_sg() 450 desc->desc[i].dtc |= in jz4780_dma_prep_dma_cyclic() 481 desc->desc[0].dtc = len >> jzchan->transfer_shift; in jz4780_dma_prep_dma_memcpy() 548 jzchan->desc->desc[jzchan->curr_hwdesc].dtc); in jz4780_dma_begin() 632 count += desc->desc[i].dtc & GENMASK(23, 0); in jz4780_dma_desc_residue()
|
| /drivers/perf/ |
| A D | arm-cmn.c | 131 #define CMN_DT_PMCCNTR(dtc) ((dtc)->pmu_base + 0x40) argument 134 #define CMN_DT_PMCCNTRSR(dtc) ((dtc)->pmu_base + 0x90) argument 136 #define CMN_DT_PMCR(dtc) ((dtc)->pmu_base + 0x100) argument 141 #define CMN_DT_PMOVSR(dtc) ((dtc)->pmu_base + 0x118) argument 144 #define CMN_DT_PMSSR(dtc) ((dtc)->pmu_base + 0x128) argument 147 #define CMN_DT_PMSRR(dtc) ((dtc)->pmu_base + 0x130) argument 289 s8 dtc; member 548 s8 dtc = xp[x].dtc; in arm_cmn_map_show() local 2082 dtc += dtc->irq_friend; in arm_cmn_handle_irq() 2130 struct arm_cmn_dtc *dtc = cmn->dtc + idx; in arm_cmn_init_dtc() local [all …]
|
| /drivers/ata/ |
| A D | pata_cs5536.c | 112 u32 dtc; in cs5536_program_dtc() local 114 cs5536_read(pdev, DTC, &dtc); in cs5536_program_dtc() 115 dtc &= ~(IDE_DRV_MASK << dshift); in cs5536_program_dtc() 116 dtc |= tim << dshift; in cs5536_program_dtc() 117 cs5536_write(pdev, DTC, dtc); in cs5536_program_dtc()
|
| /drivers/of/unittest-data/ |
| A D | overlay_common.dtsi | 8 * Do not add anything that would result in dtc creating node "/__fixups__". 9 * dtc will create nodes "/__symbols__" and "/__local_fixups__".
|
| A D | tests-interrupts.dtsi | 43 * warning from dtc starting with
|
| /drivers/tty/serial/8250/ |
| A D | Makefile | 59 CFLAGS_8250_ingenic.o += -I$(srctree)/scripts/dtc/libfdt
|
| /drivers/misc/ |
| A D | lan966x_pci.dtso | 20 * These properties allow to avoid a dtc warnings.
|
| /drivers/firmware/efi/libstub/ |
| A D | Makefile | 36 cflags-$(CONFIG_EFI_PARAMS_FROM_FDT) += -I$(srctree)/scripts/dtc/libfdt
|
| /drivers/of/ |
| A D | Kconfig | 39 this file with scripts/dtc/of_unittest_expect to reduce the
|
| /drivers/pinctrl/tegra/ |
| A D | pinctrl-tegra20.c | 2062 MUX_PG(dtc, RSVD1, RSVD2, VI, RSVD4, 0x14, 13, 0x84, 26, 0xa0, 22),
|
Completed in 848 milliseconds