/openbmc/u-boot/drivers/ram/stm32mp1/ |
H A D | stm32mp1_ddr.c | 251 u32 pgsr; in ddrphy_idone_wait() local 254 ret = readl_poll_timeout(&phy->pgsr, pgsr, in ddrphy_idone_wait() 255 pgsr & (DDRPHYC_PGSR_IDONE | in ddrphy_idone_wait() 263 (u32)&phy->pgsr, pgsr, ret); in ddrphy_idone_wait()
|
H A D | stm32mp1_ddr_regs.h | 144 u32 pgsr; /* 0x0C PHY General Status*/ member
|
/openbmc/linux/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()
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | dram_sun6i.c | 155 mctl_await_completion(&mctl_phy->pgsr, 0x03, 0x03); in mctl_channel_init() 162 mctl_await_completion(&mctl_phy->pgsr, 0x1f, 0x1f); in mctl_channel_init() 193 mctl_await_completion(&mctl_phy->pgsr, 0x11, 0x11); in mctl_channel_init() 195 if (readl(&mctl_phy->pgsr) & MCTL_PGSR_TRAIN_ERR_MASK) in mctl_channel_init()
|
H A D | dram_sun50i_h6.c | 84 mctl_await_completion(&mctl_phy->pgsr[0], BIT(0), BIT(0)); in mctl_phy_pir_init() 636 if (readl(&mctl_phy->pgsr[0]) & 0x400000) in mctl_channel_init() 656 if (readl(&mctl_phy->pgsr[0]) & 0xff00000) { in mctl_channel_init() 659 debug("DRAM PHY PGSR0 = %x\n", readl(&mctl_phy->pgsr[0])); in mctl_channel_init()
|
H A D | dram_sunxi_dw.c | 24 mctl_await_completion(&mctl_ctl->pgsr[0], PGSR_INIT_DONE, 0x1); in mctl_phy_init() 525 if (readl(&mctl_ctl->pgsr[0]) & (0xfe << 20)) { in mctl_channel_init() 556 if (readl(&mctl_ctl->pgsr[0]) & (0xfe << 20)) in mctl_channel_init()
|
H A D | dram_sun9i.c | 792 if (readl(&mctl_phy->pgsr[0]) & MCTL_PGSR0_ERRORS) { in mctl_channel_init()
|
/openbmc/u-boot/drivers/ram/rockchip/ |
H A D | sdram_rk3188.c | 303 while ((readl(&publ->pgsr) & in phy_init() 333 while ((readl(&publ->pgsr) & (PGSR_IDONE | PGSR_DLDONE)) in memory_init() 353 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_config_state() 458 if (readl(&publ->pgsr) & in data_training() 496 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_access_state()
|
H A D | sdram_rk3288.c | 361 while ((readl(&publ->pgsr) & in phy_init() 391 while ((readl(&publ->pgsr) & (PGSR_IDONE | PGSR_DLDONE)) in memory_init() 411 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_config_state() 516 if (readl(&publ->pgsr) & in data_training() 554 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_access_state()
|
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
H A D | dram_sunxi_dw.h | 86 u32 pgsr[2]; /* 0x10 PHY general status registers */ member
|
H A D | dram_sun50i_h6.h | 154 u32 pgsr[3]; /* 0x034 */ member
|
H A D | dram_sun9i.h | 96 u32 pgsr[2]; /* 0x18 PHY general status register */ member
|
H A D | dram_sun6i.h | 160 u32 pgsr; /* 0x0c */ member
|
/openbmc/linux/net/ipv6/ |
H A D | mcast.c | 362 struct group_source_req *pgsr) in ip6_mc_source() argument 374 source = &((struct sockaddr_in6 *)&pgsr->gsr_source)->sin6_addr; in ip6_mc_source() 375 group = &((struct sockaddr_in6 *)&pgsr->gsr_group)->sin6_addr; in ip6_mc_source() 380 idev = ip6_mc_find_dev_rtnl(net, group, pgsr->gsr_interface); in ip6_mc_source() 388 if (pgsr->gsr_interface && pmc->ifindex != pgsr->gsr_interface) in ip6_mc_source() 484 err = ipv6_sock_mc_drop(sk, pgsr->gsr_interface, group); in ip6_mc_source()
|
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | ddr_rk3288.h | 170 u32 pgsr; member
|
/openbmc/linux/include/net/ |
H A D | ipv6.h | 1249 struct group_source_req *pgsr);
|