/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | memory_ops.rs | 26 unsafe extern "C" fn pl011_read(opaque: *mut c_void, addr: hwaddr, size: c_uint) -> u64 { in pl011_read() 43 unsafe extern "C" fn pl011_write(opaque: *mut c_void, addr: hwaddr, data: u64, _size: c_uint) { in pl011_write()
|
H A D | device.rs | 181 pub fn read(&mut self, offset: hwaddr, _size: c_uint) -> std::ops::ControlFlow<u64, u64> { in read() 234 pub fn write(&mut self, offset: hwaddr, value: u64) { in write()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_sta_mgt.c | 89 struct sta_info *r8712_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in r8712_alloc_stainfo() 218 struct sta_info *r8712_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in r8712_get_stainfo()
|
H A D | sta_info.h | 54 u8 hwaddr[ETH_ALEN]; member
|
/openbmc/linux/include/net/ |
H A D | ethoc.h | 17 u8 hwaddr[IFHWADDRLEN]; member
|
H A D | af_ieee802154.h | 31 u8 hwaddr[IEEE802154_ADDR_LEN]; member
|
/openbmc/qemu/include/exec/ |
H A D | hwaddr.h | 11 typedef uint64_t hwaddr; typedef
|
/openbmc/linux/drivers/bus/ |
H A D | sunxi-rsb.c | 115 u16 hwaddr; member 203 struct device_node *node, u16 hwaddr, u8 rtaddr) in sunxi_rsb_device_create() 569 static u8 sunxi_rsb_get_rtaddr(u16 hwaddr) in sunxi_rsb_get_rtaddr() 584 u32 hwaddr; in of_rsb_register_devices() local
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_sta_mgt.c | 178 struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in rtw_alloc_stainfo() 463 struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in rtw_get_stainfo()
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | mem.c | 235 struct qemu_plugin_hwaddr *hwaddr; in vcpu_mem() local 263 uint64_t hwaddr = in print_access() local
|
/openbmc/u-boot/board/Arcturus/ucp1020/ |
H A D | cmd_arc.c | 29 static int ishwaddr(char *hwaddr) in ishwaddr()
|
/openbmc/linux/include/linux/ |
H A D | sunxi-rsb.h | 33 u16 hwaddr; member
|
/openbmc/linux/net/appletalk/ |
H A D | aarp.c | 65 char hwaddr[ETH_ALEN]; member 543 struct atalk_addr *sa, void *hwaddr) in aarp_send_ddp()
|
/openbmc/qemu/contrib/plugins/ |
H A D | hotpages.c | 112 struct qemu_plugin_hwaddr *hwaddr = qemu_plugin_get_hwaddr(meminfo, vaddr); in vcpu_haddr() local
|
H A D | hwprofile.c | 198 struct qemu_plugin_hwaddr *hwaddr = qemu_plugin_get_hwaddr(meminfo, vaddr); in vcpu_haddr() local
|
H A D | execlog.c | 73 struct qemu_plugin_hwaddr *hwaddr = qemu_plugin_get_hwaddr(info, vaddr); in vcpu_mem() local
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 690 u32 hwaddr, cmd; in ixgbe_mii_bus_read_generic_c22() local 724 u32 hwaddr, cmd; in ixgbe_mii_bus_read_generic_c45() local 762 u32 hwaddr, cmd; in ixgbe_mii_bus_write_generic_c22() local 794 u32 hwaddr, cmd; in ixgbe_mii_bus_write_generic_c45() local
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | com20020.c | 158 struct sockaddr *hwaddr = addr; in com20020_set_hwaddr() local
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | ci_udc.c | 364 unsigned long hwaddr; in ci_bounce() local 409 unsigned long hwaddr = (unsigned long)ci_req->hw_buf; in ci_debounce() local
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | ldmvsw.c | 225 static struct net_device *vsw_alloc_netdev(u8 hwaddr[], in vsw_alloc_netdev()
|
/openbmc/linux/net/mac802154/ |
H A D | llsec.c | 307 static u64 llsec_dev_hash_long(__le64 hwaddr) in llsec_dev_hash_long() 329 llsec_dev_find_long(struct mac802154_llsec *sec, __le64 hwaddr) in llsec_dev_find_long()
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | io.h | 152 static inline int __must_check wlcore_read_hwaddr(struct wl1271 *wl, int hwaddr, in wlcore_read_hwaddr()
|
H A D | hw_ops.h | 245 wlcore_hw_convert_hwaddr(struct wl1271 *wl, u32 hwaddr) in wlcore_hw_convert_hwaddr()
|
/openbmc/u-boot/include/ |
H A D | api_public.h | 105 unsigned char hwaddr[6]; member
|
/openbmc/qemu/hw/nvram/ |
H A D | xlnx-bbram.c | 142 static void bbram_bdrv_sync(XlnxBBRam *s, uint64_t hwaddr) in bbram_bdrv_sync()
|