Searched refs:pgsr (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pinctrl/pxa/ |
| H A D | pinctrl-pxa2xx.c | 192 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 D | dram_sun6i.c | 156 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 D | dram_sunxi_dw.c | 25 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 D | dram_sun9i.c | 795 if (readl(&mctl_phy->pgsr[0]) & MCTL_PGSR0_ERRORS) { in mctl_channel_init()
|
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_rk3188.c | 306 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 D | sdram_rk3288.c | 364 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 D | sdram_rk3066.c | 295 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 D | dram_sunxi_dw.h | 87 u32 pgsr[2]; /* 0x10 PHY general status registers */ member
|
| H A D | dram_sun9i.h | 97 u32 pgsr[2]; /* 0x18 PHY general status register */ member
|
| H A D | dram_sun6i.h | 161 u32 pgsr; /* 0x0c */ member
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | mcast.c | 329 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 D | ddr_rk3288.h | 171 u32 pgsr; member
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ipv6.h | 1134 struct group_source_req *pgsr);
|