Home
last modified time | relevance | path

Searched refs:ctrl_count (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dibmphp_hpc.c794 u8 ctrl_count = 0x00; in poll_hpc() local
805 ctrl_count = 0x00; in poll_hpc()
808 if (ctrl_count >= ibmphp_get_total_controllers()) in poll_hpc()
810 if (pslot->ctrl->ctlr_relative_id == ctrl_count) { in poll_hpc()
811 ctrl_count++; in poll_hpc()
837 ctrl_count = 0x00; in poll_hpc()
840 if (ctrl_count >= ibmphp_get_total_controllers()) in poll_hpc()
842 if (pslot->ctrl->ctlr_relative_id == ctrl_count) { in poll_hpc()
843 ctrl_count++; in poll_hpc()
/linux/sound/soc/intel/avs/
H A Dloader.c703 adev->hw_cfg.i2s_caps.ctrl_count = link->slcount; in avs_dsp_alloc_resources()
H A Dmessages.h518 u32 ctrl_count; member
H A Dpcm.c1486 ssp_count = adev->hw_cfg.i2s_caps.ctrl_count; in avs_register_i2s_component()