Searched refs:phy_write_reg (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/sh/drivers/pci/ |
D | pcie-sh7786.c | 182 static void __init phy_write_reg(struct pci_channel *chan, unsigned int addr, in phy_write_reg() function 266 phy_write_reg(chan, 0x60, 0xf, 0x004b008b); in phy_init() 267 phy_write_reg(chan, 0x61, 0xf, 0x00007b41); in phy_init() 268 phy_write_reg(chan, 0x64, 0xf, 0x00ff4f00); in phy_init() 269 phy_write_reg(chan, 0x65, 0xf, 0x09070907); in phy_init() 270 phy_write_reg(chan, 0x66, 0xf, 0x00000010); in phy_init() 271 phy_write_reg(chan, 0x74, 0xf, 0x0007001c); in phy_init() 272 phy_write_reg(chan, 0x79, 0xf, 0x01fc000d); in phy_init() 273 phy_write_reg(chan, 0xb0, 0xf, 0x00000610); in phy_init() 276 phy_write_reg(chan, 0x67, 0x1, 0x00000400); in phy_init()
|
/linux-6.12.1/drivers/pci/controller/ |
D | pcie-rcar-host.c | 410 static void phy_write_reg(struct rcar_pcie *pcie, in phy_write_reg() function 511 phy_write_reg(pcie, 0, 0x42, 0x1, 0x0EC34191); in rcar_pcie_phy_init_h1() 512 phy_write_reg(pcie, 1, 0x42, 0x1, 0x0EC34180); in rcar_pcie_phy_init_h1() 513 phy_write_reg(pcie, 0, 0x43, 0x1, 0x00210188); in rcar_pcie_phy_init_h1() 514 phy_write_reg(pcie, 1, 0x43, 0x1, 0x00210188); in rcar_pcie_phy_init_h1() 515 phy_write_reg(pcie, 0, 0x44, 0x1, 0x015C0014); in rcar_pcie_phy_init_h1() 516 phy_write_reg(pcie, 1, 0x44, 0x1, 0x015C0014); in rcar_pcie_phy_init_h1() 517 phy_write_reg(pcie, 1, 0x4C, 0x1, 0x786174A0); in rcar_pcie_phy_init_h1() 518 phy_write_reg(pcie, 1, 0x4D, 0x1, 0x048000BB); in rcar_pcie_phy_init_h1() 519 phy_write_reg(pcie, 0, 0x51, 0x1, 0x079EC062); in rcar_pcie_phy_init_h1() [all …]
|