Lines Matching refs:status
286 u32 status; /* STATUS register */
398 IntStatus_Reg = 0x08, /* Interrupt status */
399 IntStatusMasked_Reg = 0x0C, /* Interrupt status (masked) */
402 IntStatusSet_Reg = 0x18, /* Get status + enable/disable */
403 IntStatusSetMasked_Reg = 0x1C, /* Get status + en/di (masked) */
1047 #define INT_STATUS (0x0000003C) /* Some status pin changed */
1068 static void status_message(int itf, const char *name, int status)
1072 itf, name, onoff[!status]);
1078 u32 changes = new ^ lanai->status;
1079 lanai->status = new;
2208 lanai->status = reg_read(lanai, Status_Reg);
2460 return sprintf(page, "status: SOOL=%d, LOCD=%d, LED=%d, "
2461 "GPIN=%d\n", (lanai->status & STATUS_SOOL) ? 1 : 0,
2462 (lanai->status & STATUS_LOCD) ? 1 : 0,
2463 (lanai->status & STATUS_LED) ? 1 : 0,
2464 (lanai->status & STATUS_GPIN) ? 1 : 0);