Home
last modified time | relevance | path

Searched refs:pll_index (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c78 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset()
84 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset()
94 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset()
124 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset()
130 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
136 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
142 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
148 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
154 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
160 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
[all …]
H A Dintelfb.h358 int pll_index; member
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dfirmware_if.c1166 enum pll_index *pll_index) in get_used_pll_index() argument
1182 *pll_index = input_pll_index; in get_used_pll_index()
1206 *pll_index = fw_pll_idx; in get_used_pll_index()
1211 int hl_fw_cpucp_pll_info_get(struct hl_device *hdev, u32 pll_index, in hl_fw_cpucp_pll_info_get() argument
1215 enum pll_index used_pll_idx; in hl_fw_cpucp_pll_info_get()
1219 rc = get_used_pll_index(hdev, pll_index, &used_pll_idx); in hl_fw_cpucp_pll_info_get()
3122 long hl_fw_get_frequency(struct hl_device *hdev, u32 pll_index, bool curr) in hl_fw_get_frequency() argument
3129 rc = get_used_pll_index(hdev, pll_index, &used_pll_idx); in hl_fw_get_frequency()
3141 pkt.pll_index = cpu_to_le32((u32)used_pll_idx); in hl_fw_get_frequency()
3154 void hl_fw_set_frequency(struct hl_device *hdev, u32 pll_index, u64 freq) in hl_fw_set_frequency() argument
[all …]
H A Dhabanalabs.h3844 enum pll_index *pll_index);
3845 int hl_fw_cpucp_pll_info_get(struct hl_device *hdev, u32 pll_index,
3875 long hl_fw_get_frequency(struct hl_device *hdev, u32 pll_index, bool curr);
3876 void hl_fw_set_frequency(struct hl_device *hdev, u32 pll_index, u64 freq);
H A Dhabanalabs_ioctl.c494 rc = hl_fw_cpucp_pll_info_get(hdev, args->pll_index, freq_info.output); in pll_frequency_info()
/openbmc/linux/drivers/video/fbdev/aty/
H A Daty128fb.c555 #define aty_ld_pll(pll_index) _aty_ld_pll(pll_index, par) argument
556 #define aty_st_pll(pll_index, val) _aty_st_pll(pll_index, val, par) argument
559 static u32 _aty_ld_pll(unsigned int pll_index, in _aty_ld_pll() argument
562 aty_st_8(CLOCK_CNTL_INDEX, pll_index & 0x3F); in _aty_ld_pll()
567 static void _aty_st_pll(unsigned int pll_index, u32 val, in _aty_st_pll() argument
570 aty_st_8(CLOCK_CNTL_INDEX, (pll_index & 0x3F) | PLL_WR_EN); in _aty_st_pll()
/openbmc/linux/drivers/accel/habanalabs/include/common/
H A Dcpucp_if.h823 __le32 pll_index; member
999 enum pll_index { enum
/openbmc/linux/include/uapi/drm/
H A Dhabanalabs_accel.h1340 __u32 pll_index; member