Home
last modified time | relevance | path

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

/linux/drivers/clk/qcom/
H A Dapss-ipq-pll.c76 .status_val = 0x3,
101 .status_val = 0x3,
H A Dclk-alpha-pll.h164 u32 status_val; member
/linux/drivers/accel/habanalabs/common/
H A Dfirmware_if.c832 u32 err_val, status_val; in fw_read_errors() local
845 status_val = RREG32(cpu_boot_dev_status0_reg); in fw_read_errors()
846 err_exists = fw_report_boot_dev0(hdev, err_val, status_val); in fw_read_errors()
849 status_val = RREG32(cpu_boot_dev_status1_reg); in fw_read_errors()
850 err_exists |= fw_report_boot_dev1(hdev, err_val, status_val); in fw_read_errors()