Home
last modified time | relevance | path

Searched refs:publ (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3188.c32 struct rk3288_ddr_publ *publ; member
124 struct rk3288_ddr_publ *publ, in phy_pctrl_reset() argument
131 clrbits_le32(&publ->acdllcr, ACDLLCR_DLLSRST); in phy_pctrl_reset()
133 clrbits_le32(&publ->datx8[i].dxdllcr, DXDLLCR_DLLSRST); in phy_pctrl_reset()
136 setbits_le32(&publ->acdllcr, ACDLLCR_DLLSRST); in phy_pctrl_reset()
138 setbits_le32(&publ->datx8[i].dxdllcr, DXDLLCR_DLLSRST); in phy_pctrl_reset()
147 static void phy_dll_bypass_set(struct rk3288_ddr_publ *publ, in phy_dll_bypass_set() argument
154 clrbits_le32(&publ->dllgcr, SBIAS_BYPASS); in phy_dll_bypass_set()
156 setbits_le32(&publ->dllgcr, SBIAS_BYPASS); in phy_dll_bypass_set()
157 setbits_le32(&publ->acdllcr, ACDLLCR_DLLDIS); in phy_dll_bypass_set()
[all …]
H A Dsdram_rk3288.c34 struct rk3288_ddr_publ *publ; member
123 struct rk3288_ddr_publ *publ, in phy_pctrl_reset() argument
130 clrbits_le32(&publ->acdllcr, ACDLLCR_DLLSRST); in phy_pctrl_reset()
132 clrbits_le32(&publ->datx8[i].dxdllcr, DXDLLCR_DLLSRST); in phy_pctrl_reset()
135 setbits_le32(&publ->acdllcr, ACDLLCR_DLLSRST); in phy_pctrl_reset()
137 setbits_le32(&publ->datx8[i].dxdllcr, DXDLLCR_DLLSRST); in phy_pctrl_reset()
146 static void phy_dll_bypass_set(struct rk3288_ddr_publ *publ, in phy_dll_bypass_set() argument
153 clrbits_le32(&publ->dllgcr, SBIAS_BYPASS); in phy_dll_bypass_set()
155 setbits_le32(&publ->dllgcr, SBIAS_BYPASS); in phy_dll_bypass_set()
156 setbits_le32(&publ->acdllcr, ACDLLCR_DLLDIS); in phy_dll_bypass_set()
[all …]
H A Dsdram_rk3399.c32 struct rk3399_ddr_publ_regs *publ; member
212 denali_phy = chan->publ->denali_phy; in phy_io_config()
552 denali_phy = chan->publ->denali_phy; in set_ds_odt()
781 u32 *denali_phy_0 = chan_0->publ->denali_phy; in pctl_start()
783 u32 *denali_phy_1 = chan_1->publ->denali_phy; in pctl_start()
1246 u32 *denali_phy = chan->publ->denali_phy; in pctl_cfg()
1385 u32 *denali_phy = chan->publ->denali_phy; in select_per_cs_training_index()
1403 u32 *denali_phy = chan->publ->denali_phy; in override_write_leveling_value()
1433 u32 *denali_phy = chan->publ->denali_phy; in data_training_ca()
1494 u32 *denali_phy = chan->publ->denali_phy; in data_training_wl()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3066/
H A Dsdram_rk3066.c32 struct rk3288_ddr_publ *publ; member
124 struct rk3288_ddr_publ *publ, in phy_pctrl_reset() argument
131 clrbits_le32(&publ->acdllcr, ACDLLCR_DLLSRST); in phy_pctrl_reset()
133 clrbits_le32(&publ->datx8[i].dxdllcr, DXDLLCR_DLLSRST); in phy_pctrl_reset()
136 setbits_le32(&publ->acdllcr, ACDLLCR_DLLSRST); in phy_pctrl_reset()
138 setbits_le32(&publ->datx8[i].dxdllcr, DXDLLCR_DLLSRST); in phy_pctrl_reset()
147 static void phy_dll_bypass_set(struct rk3288_ddr_publ *publ, in phy_dll_bypass_set() argument
154 clrbits_le32(&publ->dllgcr, SBIAS_BYPASS); in phy_dll_bypass_set()
156 setbits_le32(&publ->dllgcr, SBIAS_BYPASS); in phy_dll_bypass_set()
157 setbits_le32(&publ->acdllcr, ACDLLCR_DLLDIS); in phy_dll_bypass_set()
[all …]
/OK3568_Linux_fs/kernel/net/tipc/
H A Dname_distr.c87 struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ) in tipc_named_publish() argument
93 if (publ->scope == TIPC_NODE_SCOPE) { in tipc_named_publish()
94 list_add_tail_rcu(&publ->binding_node, &nt->node_scope); in tipc_named_publish()
98 list_add_tail(&publ->binding_node, &nt->cluster_scope); in tipc_named_publish()
108 publ_to_item(item, publ); in tipc_named_publish()
115 struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ) in tipc_named_withdraw() argument
122 list_del(&publ->binding_node); in tipc_named_withdraw()
124 if (publ->scope == TIPC_NODE_SCOPE) in tipc_named_withdraw()
135 publ_to_item(item, publ); in tipc_named_withdraw()
148 struct publication *publ; in named_distribute() local
[all …]
H A Dname_table.c226 struct publication *publ = kzalloc(sizeof(*publ), GFP_ATOMIC); in tipc_publ_create() local
228 if (!publ) in tipc_publ_create()
231 publ->type = type; in tipc_publ_create()
232 publ->lower = lower; in tipc_publ_create()
233 publ->upper = upper; in tipc_publ_create()
234 publ->scope = scope; in tipc_publ_create()
235 publ->node = node; in tipc_publ_create()
236 publ->port = port; in tipc_publ_create()
237 publ->key = key; in tipc_publ_create()
238 INIT_LIST_HEAD(&publ->binding_sock); in tipc_publ_create()
[all …]
H A Dnetlink_compat.c900 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 Dname_distr.h71 struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ);
72 struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ);
H A Dsocket.c2900 struct publication *publ; in tipc_sk_publish() local
2912 publ = tipc_nametbl_publish(net, seq->type, seq->lower, seq->upper, in tipc_sk_publish()
2914 if (unlikely(!publ)) in tipc_sk_publish()
2917 list_add(&publ->binding_sock, &tsk->publications); in tipc_sk_publish()
2927 struct publication *publ; in tipc_sk_withdraw() local
2934 list_for_each_entry_safe(publ, safe, &tsk->publications, binding_sock) { in tipc_sk_withdraw()
2936 if (publ->scope != scope) in tipc_sk_withdraw()
2938 if (publ->type != seq->type) in tipc_sk_withdraw()
2940 if (publ->lower != seq->lower) in tipc_sk_withdraw()
2942 if (publ->upper != seq->upper) in tipc_sk_withdraw()
[all …]
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...