Searched refs:pll_index (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/misc/habanalabs/ |
| D | sysfs.c | 15 long hl_get_frequency(struct hl_device *hdev, u32 pll_index, bool curr) in hl_get_frequency() argument 29 pkt.pll_index = cpu_to_le32(pll_index); in hl_get_frequency() 37 pll_index, rc); in hl_get_frequency() 44 void hl_set_frequency(struct hl_device *hdev, u32 pll_index, u64 freq) in hl_set_frequency() argument 53 pkt.pll_index = cpu_to_le32(pll_index); in hl_set_frequency() 62 pll_index, rc); in hl_set_frequency()
|
| D | habanalabs.h | 1558 long hl_get_frequency(struct hl_device *hdev, u32 pll_index, bool curr); 1559 void hl_set_frequency(struct hl_device *hdev, u32 pll_index, u64 freq);
|
| /Linux-v5.4/drivers/video/fbdev/intelfb/ |
| D | intelfbhw.c | 78 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 …]
|
| D | intelfb.h | 358 int pll_index; member
|
| /Linux-v5.4/drivers/misc/habanalabs/include/ |
| D | armcp_if.h | 252 __le32 pll_index; member
|
| /Linux-v5.4/drivers/video/fbdev/aty/ |
| D | aty128fb.c | 564 #define aty_ld_pll(pll_index) _aty_ld_pll(pll_index, par) argument 565 #define aty_st_pll(pll_index, val) _aty_st_pll(pll_index, val, par) argument 568 static u32 _aty_ld_pll(unsigned int pll_index, in _aty_ld_pll() argument 571 aty_st_8(CLOCK_CNTL_INDEX, pll_index & 0x3F); in _aty_ld_pll() 576 static void _aty_st_pll(unsigned int pll_index, u32 val, in _aty_st_pll() argument 579 aty_st_8(CLOCK_CNTL_INDEX, (pll_index & 0x3F) | PLL_WR_EN); in _aty_st_pll()
|