Home
last modified time | relevance | path

Searched defs:u32 (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/qemu/rust/qemu-api/src/
H A Dbitops.rs47 fn mask(start: u32, length: u32) -> Self in mask()
57 fn deposit<U: IntegerExt>(self, start: u32, length: u32, in deposit()
69 fn extract(self, start: u32, length: u32) -> Self in extract()
H A Dmemory.rs44 unsafe extern "C" fn memory_region_ops_read_cb<T, F: for<'a> FnCall<(&'a T, hwaddr, u32), u64>>( in memory_region_ops_read_cb() argument
63 pub const fn read<F: for<'a> FnCall<(&'a T, hwaddr, u32), u64>>(mut self, _f: &F) -> Self { in read() argument
93 pub const fn valid_sizes(mut self, min: u32, max: u32) -> Self { in valid_sizes()
106 pub const fn impl_sizes(mut self, min: u32, max: u32) -> Self { in impl_sizes()
H A Dsysbus.rs90 fn mmio_map(&self, id: u32, addr: u64) { in mmio_map()
101 fn connect_irq(&self, id: u32, irq: &Owned<IRQState>) { in connect_irq()
H A Dqdev.rs361 fn init_gpio_in<F: for<'a> FnCall<(&'a Self::Target, u32, u32)>>( in init_gpio_in() argument
363 num_lines: u32, in init_gpio_in()
368 num_lines: u32, in init_gpio_in()
377 unsafe extern "C" fn rust_irq_handler<T, F: for<'a> FnCall<(&'a T, u32, u32)>>( in init_gpio_in() argument
H A Dtimer.rs52 scale: u32, in init_full()
53 attributes: u32, in init_full()
H A Dchardev.rs96 CanReceiveFn: for<'a> FnCall<(&'a T,), u32>, in enable_handlers() argument
/openbmc/qemu/hw/net/can/
H A Dctu_can_fd_regs.h103 uint32_t u32; member
124 uint32_t u32; member
217 uint32_t u32; member
245 uint32_t u32; member
269 uint32_t u32; member
305 uint32_t u32; member
319 uint32_t u32; member
333 uint32_t u32; member
347 uint32_t u32; member
361 uint32_t u32; member
[all …]
H A Dctu_can_fd_frame.h49 uint32_t u32; member
104 uint32_t u32; member
120 uint32_t u32; member
128 uint32_t u32; member
136 uint32_t u32; member
154 uint32_t u32; member
172 uint32_t u32; member
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs402 fn set_tn_cfg_reg(&mut self, shift: u32, len: u32, val: u64) { in set_tn_cfg_reg()
432 fn set_tn_cmp_reg(&mut self, shift: u32, len: u32, val: u64) { in set_tn_cmp_reg()
462 fn set_tn_fsb_route_reg(&mut self, shift: u32, len: u32, val: u64) { in set_tn_fsb_route_reg()
511 fn write(&mut self, reg: TimerRegister, value: u64, shift: u32, len: u32) { in write()
595 fn handle_legacy_irq(&self, irq: u32, level: u32) { in handle_legacy_irq()
623 fn update_int_status(&self, index: u32, level: bool) { in update_int_status()
629 fn set_cfg_reg(&self, shift: u32, len: u32, val: u64) { in set_cfg_reg()
672 fn set_int_status_reg(&self, shift: u32, _len: u32, val: u64) { in set_int_status_reg()
684 fn set_counter_reg(&self, shift: u32, len: u32, val: u64) { in set_counter_reg()
826 fn write(&self, addr: hwaddr, value: u64, size: u32) { in write()
H A Dfw_cfg.rs59 pub(crate) fn update_hpet_cfg(hpet_id: usize, timer_block_id: u32, address: u64) { in update_hpet_cfg()
/openbmc/u-boot/board/synopsys/hsdk/
H A Denv-lib.c100 bool (*cpu_used)(u32)) in env_validate_core()
196 bool (*cpu_used)(u32)) in envs_read_validate_core()
219 bool (*cpu_used)(u32)) in envs_process_and_validate()
/openbmc/u-boot/include/
H A Duboot_aes.h13 typedef unsigned int u32; typedef
/openbmc/qemu/linux-user/
H A Dfd-trans.c514 uint32_t *u32; in host_to_target_data_bridge_nlattr() local
600 uint32_t *u32; in host_to_target_slave_data_bridge_nlattr() local
667 uint32_t *u32; in host_to_target_data_tun_nlattr() local
762 uint32_t *u32; in host_to_target_data_inet_nlattr() local
783 uint32_t *u32; in host_to_target_data_inet6_nlattr() local
855 uint32_t *u32; in host_to_target_data_xdp_nlattr() local
1031 uint32_t *u32; in host_to_target_data_link_rtattr() local
1190 uint32_t *u32; in host_to_target_data_addr_rtattr() local
1226 uint32_t *u32; in host_to_target_data_route_rtattr() local
1270 uint32_t *u32; in host_to_target_data_neigh_rtattr() local
[all …]
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs64 const fn len(&self) -> u32 { in len()
195 pub(self) fn read(&mut self, offset: RegisterOffset) -> (bool, u32) { in read() argument
225 value: u32, in write()
292 fn read_data_register(&mut self, update: &mut bool) -> u32 { in read_data_register()
445 pub fn fifo_depth(&self) -> u32 { in fifo_depth()
562 fn write(&self, offset: hwaddr, value: u64, _size: u32) { in write()
590 fn can_receive(&self) -> u32 { in can_receive()
/openbmc/u-boot/tools/omap/
H A Dclocks_get_m_n.c13 typedef unsigned int u32; typedef
/openbmc/u-boot/include/asm-generic/
H A Dint-ll64.h40 typedef __u32 u32; typedef
/openbmc/u-boot/arch/mips/lib/
H A Dreloc.c69 uint32_t u32; in apply_reloc() local
/openbmc/u-boot/arch/nios2/include/asm/
H A Dtypes.h45 typedef unsigned int u32; typedef
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/
H A Dpxaregs.c31 typedef unsigned int u32; typedef
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h23 typedef unsigned int u32; typedef
/openbmc/u-boot/cmd/
H A Dnvedit_efi.c240 u32 u32; in append_value() member
/openbmc/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c70 typedef unsigned int u32; typedef
/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h26 typedef unsigned u32; typedef
/openbmc/qemu/include/qemu/
H A Dqemu-plugin.h291 uint32_t u32; member
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/
H A Drpc.h48 u32 u32[(SC_RPC_MAX_MSG - 1U)]; member

12