Home
last modified time | relevance | path

Searched refs:ur (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/drivers/clk/ux500/
H A Dreset-prcc.c61 if (index >= ARRAY_SIZE(ur->base)) in u8500_prcc_reset_base()
64 return ur->base[index]; in u8500_prcc_reset_base()
70 struct u8500_prcc_reset *ur = to_u8500_prcc_reset(rcdev); in u8500_prcc_reset() local
71 void __iomem *base = u8500_prcc_reset_base(ur, id); in u8500_prcc_reset()
92 void __iomem *base = u8500_prcc_reset_base(ur, id); in u8500_prcc_reset_assert()
105 void __iomem *base = u8500_prcc_reset_base(ur, id); in u8500_prcc_reset_deassert()
118 void __iomem *base = u8500_prcc_reset_base(ur, id); in u8500_prcc_reset_status()
161 struct reset_controller_dev *rcdev = &ur->rcdev; in u8500_prcc_reset_init()
166 ur->base[i] = ioremap(ur->phy_base[i], SZ_4K); in u8500_prcc_reset_init()
167 if (!ur->base[i]) in u8500_prcc_reset_init()
[all …]
H A Dreset-prcc.h21 void u8500_prcc_reset_init(struct device_node *np, struct u8500_prcc_reset *ur);
/openbmc/linux/arch/xtensa/variants/test_kc705_be/include/variant/
H A Dtie.h116 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0) \
131 XCHAL_SA_REG(s,0,0,1,0, ae_ovf_sar, 8, 4, 4,0x03F0, ur,240, 7,0,0,0) \
132 XCHAL_SA_REG(s,0,0,1,0, ae_bithead, 4, 4, 4,0x03F1, ur,241, 32,0,0,0) \
133 XCHAL_SA_REG(s,0,0,1,0,ae_ts_fts_bu_bp, 4, 4, 4,0x03F2, ur,242, 16,0,0,0) \
134 XCHAL_SA_REG(s,0,0,1,0, ae_sd_no, 4, 4, 4,0x03F3, ur,243, 28,0,0,0) \
135 XCHAL_SA_REG(s,0,0,1,0, ae_cbegin0, 4, 4, 4,0x03F6, ur,246, 32,0,0,0) \
136 XCHAL_SA_REG(s,0,0,1,0, ae_cend0, 4, 4, 4,0x03F7, ur,247, 32,0,0,0) \
/openbmc/linux/arch/xtensa/variants/test_kc705_hifi/include/variant/
H A Dtie.h116 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0) \
131 XCHAL_SA_REG(s,0,0,1,0, ae_ovf_sar, 8, 4, 4,0x03F0, ur,240, 8,0,0,0) \
132 XCHAL_SA_REG(s,0,0,1,0, ae_bithead, 4, 4, 4,0x03F1, ur,241, 32,0,0,0) \
133 XCHAL_SA_REG(s,0,0,1,0,ae_ts_fts_bu_bp, 4, 4, 4,0x03F2, ur,242, 16,0,0,0) \
134 XCHAL_SA_REG(s,0,0,1,0, ae_cw_sd_no, 4, 4, 4,0x03F3, ur,243, 29,0,0,0) \
135 XCHAL_SA_REG(s,0,0,1,0, ae_cbegin0, 4, 4, 4,0x03F6, ur,246, 32,0,0,0) \
136 XCHAL_SA_REG(s,0,0,1,0, ae_cend0, 4, 4, 4,0x03F7, ur,247, 32,0,0,0) \
/openbmc/linux/arch/xtensa/variants/test_mmuhifi_c3/include/variant/
H A Dtie.h95 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0)
102 XCHAL_SA_REG(s,0,0,1,0, ae_ovf_sar, 8, 4, 4,0x03F0, ur,240, 7,0,0,0) \
103 XCHAL_SA_REG(s,0,0,1,0, ae_bithead, 4, 4, 4,0x03F1, ur,241, 32,0,0,0) \
104 XCHAL_SA_REG(s,0,0,1,0,ae_ts_fts_bu_bp, 4, 4, 4,0x03F2, ur,242, 16,0,0,0) \
105 XCHAL_SA_REG(s,0,0,1,0, ae_sd_no, 4, 4, 4,0x03F3, ur,243, 28,0,0,0) \
/openbmc/u-boot/drivers/usb/dwc3/
H A Dep0.c770 struct usb_request *ur; in dwc3_ep0_complete_data() local
804 ur = &r->request; in dwc3_ep0_complete_data()
805 buf = ur->buf; in dwc3_ep0_complete_data()
816 if (ur->length > DWC3_EP0_BOUNCE_SIZE) { in dwc3_ep0_complete_data()
817 transfer_size = (ur->length / maxp) * maxp; in dwc3_ep0_complete_data()
820 ur->actual += transferred; in dwc3_ep0_complete_data()
831 transferred = min_t(u32, ur->length - transferred, in dwc3_ep0_complete_data()
836 transferred = ur->length - length; in dwc3_ep0_complete_data()
839 ur->actual += transferred; in dwc3_ep0_complete_data()
841 if ((epnum & 1) && ur->actual < ur->length) { in dwc3_ep0_complete_data()
[all …]
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Dmul-subnormal-single-1.c45 tstmul (unsigned int ux, unsigned int uy, unsigned int ur) in tstmul() argument
50 if (f2u (x * y) != ur) in tstmul()
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c350 struct dm_unballoon_request *ur; in hv_balloon_unballoon_rb_wait() local
351 size_t ur_size = sizeof(*ur) + sizeof(ur->range_array[0]); in hv_balloon_unballoon_rb_wait()
368 struct dm_unballoon_request *ur; in hv_balloon_unballoon_posting() local
369 size_t ur_size = sizeof(*ur) + sizeof(ur->range_array[0]); in hv_balloon_unballoon_posting()
390 ur = alloca(ur_size); in hv_balloon_unballoon_posting()
391 memset(ur, 0, ur_size); in hv_balloon_unballoon_posting()
392 ur->hdr.type = DM_UNBALLOON_REQUEST; in hv_balloon_unballoon_posting()
393 ur->hdr.size = ur_size; in hv_balloon_unballoon_posting()
394 ur->hdr.trans_id = balloon->trans_id; in hv_balloon_unballoon_posting()
404 ur->range_count = 1; in hv_balloon_unballoon_posting()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/
H A Dlibx86-mmap-offset.patch6 diff -ur libx86-1.1/lrmi.c libx86-1.1.hack/lrmi.c
18 diff -ur libx86-1.1/thunk.c libx86-1.1.hack/thunk.c
50 diff -ur libx86-1.1/x86-common.c libx86-1.1.hack/x86-common.c
184 diff -ur libx86-1.1/x86-common.h libx86-1.1.hack/x86-common.h
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Davoid-strip.patch10 diff -ur unzip60.orig/unix/configure unzip60/unix/configure
22 diff -ur unzip60.orig/unix/Makefile unzip60/unix/Makefile
/openbmc/linux/drivers/usb/dwc3/
H A Dep0.c860 struct usb_request *ur; in dwc3_ep0_complete_data() local
888 ur = &r->request; in dwc3_ep0_complete_data()
891 transferred = ur->length - length; in dwc3_ep0_complete_data()
892 ur->actual += transferred; in dwc3_ep0_complete_data()
894 if ((IS_ALIGNED(ur->length, ep0->endpoint.maxpacket) && in dwc3_ep0_complete_data()
895 ur->length && ur->zero) || dwc->ep0_bounced) { in dwc3_ep0_complete_data()
908 if ((epnum & 1) && ur->actual < ur->length) in dwc3_ep0_complete_data()
/openbmc/qemu/fpu/
H A Dsoftfloat.c367 return ur.s; in float32_gen2()
398 return ur.s; in float64_gen2()
2323 return ur.s; in float32_muladd()
2394 return ur.s; in float64_muladd()
3886 ur.h = a; in int64_to_float32_scalbn()
3887 return ur.s; in int64_to_float32_scalbn()
3926 ur.h = a; in int64_to_float64_scalbn()
4106 ur.h = a; in uint64_to_float32_scalbn()
4146 ur.h = a; in uint64_to_float64_scalbn()
4639 return ur.s; in float32_sqrt()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/
H A Dnopam.patch5 diff -ur vsftpd-2.0.1_org/builddefs.h vsftpd-2.0.1_patch/builddefs.h
/openbmc/linux/net/ipv6/
H A Daf_inet6.c612 struct compat_in6_rtmsg __user *ur) in inet6_compat_routing_ioctl() argument
616 if (copy_from_user(&rt.rtmsg_dst, &ur->rtmsg_dst, in inet6_compat_routing_ioctl()
618 get_user(rt.rtmsg_type, &ur->rtmsg_type) || in inet6_compat_routing_ioctl()
619 get_user(rt.rtmsg_dst_len, &ur->rtmsg_dst_len) || in inet6_compat_routing_ioctl()
620 get_user(rt.rtmsg_src_len, &ur->rtmsg_src_len) || in inet6_compat_routing_ioctl()
621 get_user(rt.rtmsg_metric, &ur->rtmsg_metric) || in inet6_compat_routing_ioctl()
622 get_user(rt.rtmsg_info, &ur->rtmsg_info) || in inet6_compat_routing_ioctl()
623 get_user(rt.rtmsg_flags, &ur->rtmsg_flags) || in inet6_compat_routing_ioctl()
624 get_user(rt.rtmsg_ifindex, &ur->rtmsg_ifindex)) in inet6_compat_routing_ioctl()
/openbmc/linux/tools/certs/
H A Dprint-cert-tbs-hash.sh80 done < <(openssl list -digest-commands | tr ' ' '\n' | sort -ur)
/openbmc/linux/arch/xtensa/variants/dc233c/include/variant/
H A Dtie.h113 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0) \
/openbmc/linux/arch/xtensa/variants/dc232b/include/variant/
H A Dtie.h101 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0)
/openbmc/linux/arch/xtensa/variants/csp/include/variant/
H A Dtie.h113 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0) \
/openbmc/u-boot/arch/xtensa/include/asm/arch-dc232b/
H A Dtie.h99 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0)
/openbmc/u-boot/arch/xtensa/include/asm/arch-dc233c/
H A Dtie.h92 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0) \
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-mmio.h67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument
75 .uaccess_read = ur, \
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pf.c1431 u32 timeout, ur, ca, um, xec, vlan_drop, loopback_drop, nodesc_drop; in fm10k_update_hw_stats_pf() local
1441 ur = fm10k_read_hw_stats_32b(hw, FM10K_STATS_UR, &stats->ur); in fm10k_update_hw_stats_pf()
1467 stats->ur.count += ur; in fm10k_update_hw_stats_pf()
1478 fm10k_update_hw_base_32b(&stats->ur, ur); in fm10k_update_hw_stats_pf()
1504 fm10k_unbind_hw_stats_32b(&stats->ur); in fm10k_rebind_hw_stats_pf()
/openbmc/linux/include/linux/
H A Dnetfilter.h47 unsigned long *ur = (unsigned long *)result; in nf_inet_addr_mask() local
50 ur[0] = ua[0] & um[0]; in nf_inet_addr_mask()
51 ur[1] = ua[1] & um[1]; in nf_inet_addr_mask()
/openbmc/linux/net/appletalk/
H A Dddp.c1852 struct compat_rtentry __user *ur) in atalk_compat_routing_ioctl() argument
1857 if (copy_from_user(&rt.rt_dst, &ur->rt_dst, in atalk_compat_routing_ioctl()
1859 get_user(rt.rt_flags, &ur->rt_flags) || in atalk_compat_routing_ioctl()
1860 get_user(rt.rt_metric, &ur->rt_metric) || in atalk_compat_routing_ioctl()
1861 get_user(rt.rt_mtu, &ur->rt_mtu) || in atalk_compat_routing_ioctl()
1862 get_user(rt.rt_window, &ur->rt_window) || in atalk_compat_routing_ioctl()
1863 get_user(rt.rt_irtt, &ur->rt_irtt) || in atalk_compat_routing_ioctl()
1864 get_user(rtdev, &ur->rt_dev)) in atalk_compat_routing_ioctl()
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1111 struct rusage32 __user *, ur) in SYSCALL_DEFINE4() argument
1117 if (!ur) in SYSCALL_DEFINE4()
1119 if (put_tv_to_tv32(&ur->ru_utime, &r.ru_utime)) in SYSCALL_DEFINE4()
1121 if (put_tv_to_tv32(&ur->ru_stime, &r.ru_stime)) in SYSCALL_DEFINE4()
1123 if (copy_to_user(&ur->ru_maxrss, &r.ru_maxrss, in SYSCALL_DEFINE4()

12