Searched refs:pwm_regsize (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_dev.c | 1702 u32 pwm_regsize, norm_regsize; in ecore_hw_init_pf_doorbell_bar() local 1735 pwm_regsize = db_bar_size - norm_regsize; in ecore_hw_init_pf_doorbell_bar() 1742 if (pwm_regsize < ECORE_MIN_PWM_REGION) { in ecore_hw_init_pf_doorbell_bar() 1743 … 0x%0x (Doorbell BAR size is 0x%x and normal region size is 0x%0x)\n", pwm_regsize, ECORE_MIN_PWM_… in ecore_hw_init_pf_doorbell_bar() 1755 rc = ecore_hw_init_dpi_size(p_hwfn, p_ptt, pwm_regsize, n_cpus); in ecore_hw_init_pf_doorbell_bar() 1767 rc = ecore_hw_init_dpi_size(p_hwfn, p_ptt, pwm_regsize, n_cpus); in ecore_hw_init_pf_doorbell_bar() 1781 norm_regsize, pwm_regsize, p_hwfn->dpi_size, p_hwfn->dpi_count, in ecore_hw_init_pf_doorbell_bar()
|