Home
last modified time | relevance | path

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

/linux/drivers/misc/habanalabs/common/
A Dsysfs.c12 long hl_get_frequency(struct hl_device *hdev, u32 pll_index, bool curr) in hl_get_frequency() argument
19 rc = get_used_pll_index(hdev, pll_index, &used_pll_idx); in hl_get_frequency()
31 pkt.pll_index = cpu_to_le32((u32)used_pll_idx); in hl_get_frequency()
46 void hl_set_frequency(struct hl_device *hdev, u32 pll_index, u64 freq) in hl_set_frequency() argument
52 rc = get_used_pll_index(hdev, pll_index, &used_pll_idx); in hl_set_frequency()
60 pkt.pll_index = cpu_to_le32((u32)used_pll_idx); in hl_set_frequency()
A Dfirmware_if.c878 enum pll_index *pll_index) in get_used_pll_index() argument
894 *pll_index = input_pll_index; in get_used_pll_index()
918 *pll_index = fw_pll_idx; in get_used_pll_index()
923 int hl_fw_cpucp_pll_info_get(struct hl_device *hdev, u32 pll_index, in hl_fw_cpucp_pll_info_get() argument
927 enum pll_index used_pll_idx; in hl_fw_cpucp_pll_info_get()
931 rc = get_used_pll_index(hdev, pll_index, &used_pll_idx); in hl_fw_cpucp_pll_info_get()
A Dhabanalabs.h2957 enum pll_index *pll_index);
2958 int hl_fw_cpucp_pll_info_get(struct hl_device *hdev, u32 pll_index,
2984 long hl_get_frequency(struct hl_device *hdev, u32 pll_index,
2986 void hl_set_frequency(struct hl_device *hdev, u32 pll_index,
A Dhabanalabs_ioctl.c438 rc = hl_fw_cpucp_pll_info_get(hdev, args->pll_index, freq_info.output); in pll_frequency_info()
/linux/drivers/video/fbdev/intelfb/
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 …]
A Dintelfb.h358 int pll_index; member
/linux/drivers/misc/habanalabs/include/common/
A Dcpucp_if.h496 __le32 pll_index; member
638 enum pll_index { enum
/linux/drivers/video/fbdev/aty/
A Daty128fb.c557 #define aty_ld_pll(pll_index) _aty_ld_pll(pll_index, par) argument
558 #define aty_st_pll(pll_index, val) _aty_st_pll(pll_index, val, par) argument
561 static u32 _aty_ld_pll(unsigned int pll_index, in _aty_ld_pll() argument
564 aty_st_8(CLOCK_CNTL_INDEX, pll_index & 0x3F); in _aty_ld_pll()
569 static void _aty_st_pll(unsigned int pll_index, u32 val, in _aty_st_pll() argument
572 aty_st_8(CLOCK_CNTL_INDEX, (pll_index & 0x3F) | PLL_WR_EN); in _aty_st_pll()
/linux/include/uapi/misc/
A Dhabanalabs.h593 __u32 pll_index; member

Completed in 59 milliseconds