Searched refs:publ (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/ram/rockchip/ |
H A D | sdram_rk3188.c | 29 struct rk3288_ddr_publ *publ; member 121 struct rk3288_ddr_publ *publ, in phy_pctrl_reset() argument 128 clrbits_le32(&publ->acdllcr, ACDLLCR_DLLSRST); in phy_pctrl_reset() 130 clrbits_le32(&publ->datx8[i].dxdllcr, DXDLLCR_DLLSRST); in phy_pctrl_reset() 133 setbits_le32(&publ->acdllcr, ACDLLCR_DLLSRST); in phy_pctrl_reset() 135 setbits_le32(&publ->datx8[i].dxdllcr, DXDLLCR_DLLSRST); in phy_pctrl_reset() 144 static void phy_dll_bypass_set(struct rk3288_ddr_publ *publ, in phy_dll_bypass_set() argument 151 clrbits_le32(&publ->dllgcr, SBIAS_BYPASS); in phy_dll_bypass_set() 153 setbits_le32(&publ->dllgcr, SBIAS_BYPASS); in phy_dll_bypass_set() 154 setbits_le32(&publ->acdllcr, ACDLLCR_DLLDIS); in phy_dll_bypass_set() [all …]
|
H A D | sdram_rk3288.c | 31 struct rk3288_ddr_publ *publ; member 120 struct rk3288_ddr_publ *publ, in phy_pctrl_reset() argument 127 clrbits_le32(&publ->acdllcr, ACDLLCR_DLLSRST); in phy_pctrl_reset() 129 clrbits_le32(&publ->datx8[i].dxdllcr, DXDLLCR_DLLSRST); in phy_pctrl_reset() 132 setbits_le32(&publ->acdllcr, ACDLLCR_DLLSRST); in phy_pctrl_reset() 134 setbits_le32(&publ->datx8[i].dxdllcr, DXDLLCR_DLLSRST); in phy_pctrl_reset() 143 static void phy_dll_bypass_set(struct rk3288_ddr_publ *publ, in phy_dll_bypass_set() argument 150 clrbits_le32(&publ->dllgcr, SBIAS_BYPASS); in phy_dll_bypass_set() 152 setbits_le32(&publ->dllgcr, SBIAS_BYPASS); in phy_dll_bypass_set() 153 setbits_le32(&publ->acdllcr, ACDLLCR_DLLDIS); in phy_dll_bypass_set() [all …]
|
H A D | sdram_rk3399.c | 28 struct rk3399_ddr_publ_regs *publ; member 158 u32 *denali_phy = chan->publ->denali_phy; in set_ds_odt() 297 u32 *denali_phy = chan->publ->denali_phy; in phy_io_config() 460 u32 *denali_phy = chan->publ->denali_phy; in pctl_cfg() 567 u32 *denali_phy = chan->publ->denali_phy; in select_per_cs_training_index() 585 u32 *denali_phy = chan->publ->denali_phy; in override_write_leveling_value() 615 u32 *denali_phy = chan->publ->denali_phy; in data_training_ca() 665 u32 *denali_phy = chan->publ->denali_phy; in data_training_wl() 721 u32 *denali_phy = chan->publ->denali_phy; in data_training_rg() 859 u32 *denali_phy = chan->publ->denali_phy; in data_training() [all …]
|
/openbmc/linux/net/tipc/ |
H A D | name_distr.h | 70 struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ); 71 struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ);
|
H A D | name_distr.c | 153 struct publication *publ; in named_distribute() local 161 list_for_each_entry(publ, pls, binding_node) { in named_distribute() 178 publ_to_item(item, publ); in named_distribute() 258 struct publication *publ, *tmp; in tipc_publ_notify() local 260 list_for_each_entry_safe(publ, tmp, nsub_list, binding_node) in tipc_publ_notify() 261 tipc_publ_purge(net, publ, addr); in tipc_publ_notify()
|
H A D | netlink_compat.c | 900 struct nlattr *publ[TIPC_NLA_PUBL_MAX + 1]; in tipc_nl_compat_name_table_dump() local 918 err = nla_parse_nested_deprecated(publ, TIPC_NLA_PUBL_MAX, in tipc_nl_compat_name_table_dump() 932 (type != nla_get_u32(publ[TIPC_NLA_PUBL_TYPE]))) in tipc_nl_compat_name_table_dump() 934 if (lowbound && (lowbound > nla_get_u32(publ[TIPC_NLA_PUBL_UPPER]))) in tipc_nl_compat_name_table_dump() 936 if (upbound && (upbound < nla_get_u32(publ[TIPC_NLA_PUBL_LOWER]))) in tipc_nl_compat_name_table_dump() 940 nla_get_u32(publ[TIPC_NLA_PUBL_TYPE])); in tipc_nl_compat_name_table_dump() 946 nla_get_u32(publ[TIPC_NLA_PUBL_LOWER]), in tipc_nl_compat_name_table_dump() 947 nla_get_u32(publ[TIPC_NLA_PUBL_UPPER])); in tipc_nl_compat_name_table_dump() 952 node = nla_get_u32(publ[TIPC_NLA_PUBL_NODE]); in tipc_nl_compat_name_table_dump() 954 tipc_node(node), nla_get_u32(publ[TIPC_NLA_PUBL_REF])); in tipc_nl_compat_name_table_dump() [all …]
|
H A D | socket.c | 3707 struct publication *publ) in __tipc_nl_add_sk_publ() argument 3721 if (nla_put_u32(skb, TIPC_NLA_PUBL_KEY, publ->key)) in __tipc_nl_add_sk_publ() 3723 if (nla_put_u32(skb, TIPC_NLA_PUBL_TYPE, publ->sr.type)) in __tipc_nl_add_sk_publ() 3725 if (nla_put_u32(skb, TIPC_NLA_PUBL_LOWER, publ->sr.lower)) in __tipc_nl_add_sk_publ() 3727 if (nla_put_u32(skb, TIPC_NLA_PUBL_UPPER, publ->sr.upper)) in __tipc_nl_add_sk_publ()
|