Searched refs:PLL_CTL (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/sound/soc/codecs/ |
A D | tscs42xx.c | 974 PLL_CTL(1411200, 0x05, 977 PLL_CTL(1536000, 0x05, 980 PLL_CTL(2822400, 0x0A, 983 PLL_CTL(3072000, 0x0B, 986 PLL_CTL(5644800, 0x15, 989 PLL_CTL(6144000, 0x17, 1028 PLL_CTL(512000, 0x01, 1031 PLL_CTL(705600, 0x02, 1034 PLL_CTL(1024000, 0x03, 1037 PLL_CTL(2048000, 0x07, [all …]
|
A D | tscs454.c | 533 PLL_CTL(1411200, 0x05, 536 PLL_CTL(1536000, 0x05, 539 PLL_CTL(2822400, 0x0A, 542 PLL_CTL(3072000, 0x0B, 545 PLL_CTL(5644800, 0x15, 548 PLL_CTL(6144000, 0x17, 587 PLL_CTL(512000, 0x01, 590 PLL_CTL(705600, 0x02, 593 PLL_CTL(1024000, 0x03, 596 PLL_CTL(2048000, 0x07, [all …]
|
/linux-6.3-rc2/drivers/phy/broadcom/ |
A D | phy-brcm-usb-init.c | 484 USB_CTRL_UNSET(ctrl_base, PLL_CTL, PLL_RESETB); in brcmusb_usb_phy_ldo_fix() 487 USB_CTRL_SET(ctrl_base, PLL_CTL, PLL_RESETB); in brcmusb_usb_phy_ldo_fix() 832 if (USB_CTRL_MASK_FAMILY(params, PLL_CTL, PLL_IDDQ_PWRDN)) { in usb_init_common() 833 USB_CTRL_UNSET_FAMILY(params, PLL_CTL, PLL_IDDQ_PWRDN); in usb_init_common() 853 USB_CTRL_SET(ctrl, PLL_CTL, PLL_SUSPEND_EN); in usb_init_common() 972 if (USB_CTRL_MASK_FAMILY(params, PLL_CTL, PLL_IDDQ_PWRDN)) in usb_uninit_common() 973 USB_CTRL_SET_FAMILY(params, PLL_CTL, PLL_IDDQ_PWRDN); in usb_uninit_common()
|
/linux-6.3-rc2/sound/pci/ctxfi/ |
A D | ct20k2reg.h | 29 #define PLL_CTL 0x1B7080 macro
|
A D | cthw20k2.c | 1314 hw_write_20kx(hw, PLL_CTL, pllctl); in hw_pll_init() 1317 pllctl = hw_read_20kx(hw, PLL_CTL); in hw_pll_init() 1319 hw_write_20kx(hw, PLL_CTL, pllctl); in hw_pll_init()
|
Completed in 28 milliseconds