Home
last modified time | relevance | path

Searched refs:dvfs_mode (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/accel/ivpu/
H A Divpu_debugfs.c140 static int dvfs_mode_get(void *data, u64 *dvfs_mode) in dvfs_mode_get() argument
144 *dvfs_mode = vdev->fw->dvfs_mode; in dvfs_mode_get()
148 static int dvfs_mode_set(void *data, u64 dvfs_mode) in dvfs_mode_set() argument
152 vdev->fw->dvfs_mode = (u32)dvfs_mode; in dvfs_mode_set()
H A Divpu_fw.c233 fw->dvfs_mode = 0; in ivpu_fw_parse()
538 boot_params->dvfs_mode); in ivpu_fw_boot_params_print()
643 boot_params->dvfs_mode = vdev->fw->dvfs_mode; in ivpu_fw_boot_params_setup()
H A Dvpu_boot_api.h326 u32 dvfs_mode; member