Home
last modified time | relevance | path

Searched refs:pgsr (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.c192 void __iomem *pgsr = pctl->base_pgsr[pin / 32]; in pxa2xx_pconf_group_get() local
196 val = readl_relaxed(pgsr) & BIT(pin % 32); in pxa2xx_pconf_group_get()
214 void __iomem *pgsr = pctl->base_pgsr[pin / 32]; in pxa2xx_pconf_group_set() local
232 val = readl_relaxed(pgsr); in pxa2xx_pconf_group_set()
234 writel_relaxed(val, pgsr); in pxa2xx_pconf_group_set()
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun6i.c156 mctl_await_completion(&mctl_phy->pgsr, 0x03, 0x03); in mctl_channel_init()
163 mctl_await_completion(&mctl_phy->pgsr, 0x1f, 0x1f); in mctl_channel_init()
194 mctl_await_completion(&mctl_phy->pgsr, 0x11, 0x11); in mctl_channel_init()
196 if (readl(&mctl_phy->pgsr) & MCTL_PGSR_TRAIN_ERR_MASK) in mctl_channel_init()
H A Ddram_sunxi_dw.c25 mctl_await_completion(&mctl_ctl->pgsr[0], PGSR_INIT_DONE, 0x1); in mctl_phy_init()
526 if (readl(&mctl_ctl->pgsr[0]) & (0xfe << 20)) { in mctl_channel_init()
557 if (readl(&mctl_ctl->pgsr[0]) & (0xfe << 20)) in mctl_channel_init()
H A Ddram_sun9i.c795 if (readl(&mctl_phy->pgsr[0]) & MCTL_PGSR0_ERRORS) { in mctl_channel_init()
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3188.c306 while ((readl(&publ->pgsr) & in phy_init()
336 while ((readl(&publ->pgsr) & (PGSR_IDONE | PGSR_DLDONE)) in memory_init()
356 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_config_state()
461 if (readl(&publ->pgsr) & in data_training()
499 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_access_state()
H A Dsdram_rk3288.c364 while ((readl(&publ->pgsr) & in phy_init()
394 while ((readl(&publ->pgsr) & (PGSR_IDONE | PGSR_DLDONE)) in memory_init()
414 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_config_state()
519 if (readl(&publ->pgsr) & in data_training()
557 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_access_state()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3066/
H A Dsdram_rk3066.c295 while ((readl(&publ->pgsr) & in phy_init()
325 while ((readl(&publ->pgsr) & (PGSR_IDONE | PGSR_DLDONE)) in memory_init()
345 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_config_state()
448 if (readl(&publ->pgsr) & in data_training()
486 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_access_state()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sunxi_dw.h87 u32 pgsr[2]; /* 0x10 PHY general status registers */ member
H A Ddram_sun9i.h97 u32 pgsr[2]; /* 0x18 PHY general status register */ member
H A Ddram_sun6i.h161 u32 pgsr; /* 0x0c */ member
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dmcast.c329 struct group_source_req *pgsr) in ip6_mc_source() argument
342 source = &((struct sockaddr_in6 *)&pgsr->gsr_source)->sin6_addr; in ip6_mc_source()
343 group = &((struct sockaddr_in6 *)&pgsr->gsr_group)->sin6_addr; in ip6_mc_source()
349 idev = ip6_mc_find_dev_rcu(net, group, pgsr->gsr_interface); in ip6_mc_source()
358 if (pgsr->gsr_interface && pmc->ifindex != pgsr->gsr_interface) in ip6_mc_source()
456 err = ipv6_sock_mc_drop(sk, pgsr->gsr_interface, group); in ip6_mc_source()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dddr_rk3288.h171 u32 pgsr; member
/OK3568_Linux_fs/kernel/include/net/
H A Dipv6.h1134 struct group_source_req *pgsr);