Home
last modified time | relevance | path

Searched defs:c (Results 76 – 100 of 344) sorted by path

12345678910>>...14

/qemu/hw/dma/
H A Detraxfs_dma.c224 static void channel_load_g(struct fs_dma_ctrl *ctrl, int c) in channel_load_g()
233 static void dump_c(int ch, struct dma_descr_context *c) in dump_c()
255 static void channel_load_c(struct fs_dma_ctrl *ctrl, int c) in channel_load_c()
271 static void channel_load_d(struct fs_dma_ctrl *ctrl, int c) in channel_load_d()
284 static void channel_store_c(struct fs_dma_ctrl *ctrl, int c) in channel_store_c()
295 static void channel_store_d(struct fs_dma_ctrl *ctrl, int c) in channel_store_d()
395 static int channel_out_run(struct fs_dma_ctrl *ctrl, int c) in channel_out_run()
586 int c; in dma_read() local
621 dma_update_state(struct fs_dma_ctrl *ctrl, int c) in dma_update_state()
635 int c; in dma_write() local
[all …]
H A Dpl080.c93 int c; in pl080_run() local
H A Dpxa2xx_dma.c186 int c, srcinc, destinc; in pxa2xx_dma_run() local
/qemu/hw/gpio/
H A Dzaurus.c268 #define MAGIC_CHG(a, b, c, d) ((d << 24) | (c << 16) | (b << 8) | a) argument
/qemu/hw/i2c/
H A Di2c_mux_pca954x.c201 Pca954xClass *c = PCA954X_GET_CLASS(obj); in pca954x_init() local
H A Dpmbus_device.c16 uint16_t pmbus_data2direct_mode(PMBusCoefficients c, uint32_t value) in pmbus_data2direct_mode()
23 uint32_t pmbus_direct_mode2data(PMBusCoefficients c, uint16_t value) in pmbus_direct_mode2data()
/qemu/hw/i386/
H A Dmultiboot.c333 hwaddr c = mb_add_cmdline(&mbs, one_file); in load_multiboot() local
/qemu/hw/ide/
H A Dahci-internal.h351 uint8_t c; member
H A Dcore.c699 int c = 0; in ide_buffered_readv() local
/qemu/hw/intc/
H A Darm_gic_common.c34 ARMGICCommonClass *c = ARM_GIC_COMMON_GET_CLASS(s); in gic_pre_save() local
46 ARMGICCommonClass *c = ARM_GIC_COMMON_GET_CLASS(s); in gic_post_load() local
H A Darm_gicv3_common.c74 ARMGICv3CommonClass *c = ARM_GICV3_COMMON_GET_CLASS(s); in gicv3_pre_save() local
86 ARMGICv3CommonClass *c = ARM_GICV3_COMMON_GET_CLASS(s); in gicv3_post_load() local
H A Darm_gicv3_its.c1956 GICv3ITSClass *c = ARM_GICV3_ITS_GET_CLASS(s); in gicv3_its_reset_hold() local
H A Darm_gicv3_its_common.c32 GICv3ITSCommonClass *c = ARM_GICV3_ITS_COMMON_GET_CLASS(s); in gicv3_its_pre_save() local
44 GICv3ITSCommonClass *c = ARM_GICV3_ITS_COMMON_GET_CLASS(s); in gicv3_its_post_load() local
83 GICv3ITSCommonClass *c = ARM_GICV3_ITS_COMMON_GET_CLASS(s); in gicv3_its_trans_write() local
H A Darm_gicv3_its_kvm.c203 KVMARMITSClass *c = KVM_ARM_ITS_GET_CLASS(s); in kvm_arm_its_reset_hold() local
H A Darm_gicv3_kvm.c344 GICv3CPUState *c = &s->cpu[ncpu]; in kvm_arm_gicv3_put() local
363 GICv3CPUState *c = &s->cpu[ncpu]; in kvm_arm_gicv3_put() local
458 GICv3CPUState *c = &s->cpu[ncpu]; in kvm_arm_gicv3_put() local
528 GICv3CPUState *c = &s->cpu[ncpu]; in kvm_arm_gicv3_get() local
563 GICv3CPUState *c = &s->cpu[ncpu]; in kvm_arm_gicv3_get() local
616 GICv3CPUState *c = &s->cpu[ncpu]; in kvm_arm_gicv3_get() local
670 GICv3CPUState *c; in arm_gicv3_icc_reset() local
H A Dmips_gic.c81 #define OFFSET_CHECK(c) \ argument
H A Dsifive_plic.c40 static PLICMode char_to_mode(char c) in char_to_mode()
296 char c; in parse_hart_config() local
/qemu/hw/ipack/
H A Dtpci200.c583 uint8_t *c = s->dev.config; in tpci200_realize() local
/qemu/hw/isa/
H A Dlpc_ich9.c133 uint8_t *c = lpc->chip_config; in ich9_cc_reset() local
/qemu/hw/mips/
H A Dloongson3_bootp.c32 struct efi_cpuinfo_loongson *c = g_cpuinfo; in init_cpu_info() local
/qemu/hw/misc/
H A Divshmem.c427 KVMRouteChange c; in ivshmem_add_kvm_msi_virq() local
H A Dmips_itu.c171 static void wake_blocked_threads(ITCStorageCell *c) in wake_blocked_threads()
183 void block_thread_and_exit(ITCStorageCell *c) in block_thread_and_exit()
193 static inline uint64_t view_bypass_read(ITCStorageCell *c) in view_bypass_read()
214 static inline uint64_t view_control_read(ITCStorageCell *c) in view_control_read()
268 static uint64_t view_ef_sync_read(ITCStorageCell *c) in view_ef_sync_read()
273 static uint64_t view_ef_try_read(ITCStorageCell *c) in view_ef_try_read()
335 static uint64_t view_pv_sync_read(ITCStorageCell *c) in view_pv_sync_read()
340 static uint64_t view_pv_try_read(ITCStorageCell *c) in view_pv_try_read()
345 static inline void view_pv_common_write(ITCStorageCell *c) in view_pv_common_write()
360 static void view_pv_sync_write(ITCStorageCell *c) in view_pv_sync_write()
[all …]
H A Dpci-testdev.c147 uint32_t c = le32_to_cpu(test->hdr->count); in pci_testdev_inc() local
/qemu/hw/net/
H A De1000e.c683 PCIDeviceClass *c = PCI_DEVICE_CLASS(class); in e1000e_class_init() local
H A Di82596.c91 static void set_byte(uint32_t addr, uint8_t c) in set_byte()

12345678910>>...14