Lines Matching refs:status
50 /* Rxed msg fifo - Interrupt status registers */
68 /* Misc interrupt status mask bits */
101 /* Legacy interrupt status mask bits */
109 /* MSI interrupt status mask bits */
123 /* E_ECAM status mask bits */
314 /* Clear misc interrupt status */
324 unsigned long status;
331 while ((status = nwl_bridge_readl(pcie, MSGF_LEG_STATUS) &
333 for_each_set_bit(bit, &status, PCI_NUM_INTX) {
346 unsigned long status;
352 while ((status = nwl_bridge_readl(pcie, status_reg)) != 0) {
353 for_each_set_bit(bit, &status, 32) {
617 /* Enable MSII status */