Lines Matching refs:status
51 /* Rxed msg fifo - Interrupt status registers */
69 /* Misc interrupt status mask bits */
102 /* Legacy interrupt status mask bits */
110 /* MSI interrupt status mask bits */
124 /* E_ECAM status mask bits */
310 /* Clear misc interrupt status */
320 unsigned long status;
326 while ((status = nwl_bridge_readl(pcie, MSGF_LEG_STATUS) &
328 for_each_set_bit(bit, &status, PCI_NUM_INTX)
338 unsigned long status;
341 while ((status = nwl_bridge_readl(pcie, status_reg)) != 0) {
342 for_each_set_bit(bit, &status, 32) {
590 /* Enable MSII status */