Lines Matching refs:status
194 /* card status change register */
249 unsigned int status;
254 status = indirect_read(socket, I365_STATUS);
257 if ((status & I365_CS_DETECT) == I365_CS_DETECT)
266 if (!(status & I365_CS_STSCHG))
270 if (!(status & I365_CS_BVD1))
272 if (!(status & I365_CS_BVD2))
276 if (status & I365_CS_WRPROT)
279 if (status & I365_CS_READY)
282 if (status & I365_CS_POWERON)
599 "PCI status changes\n");
618 printk(" polling status changes.\n");
709 /* poll Card status change */