Lines Matching defs:value
187 /* basic value read/write functions */
204 static void indirect_write(int socket, unsigned short reg, unsigned char value)
213 outb(value, port+1);
254 unsigned short reg, unsigned short value)
265 val = value & 255;
271 val = value>>8;
403 static int i82092aa_get_status(struct pcmcia_socket *socket, u_int *value)
412 *value = 0;
415 *value |= SS_DETECT;
422 *value |= SS_STSCHG;
425 *value |= SS_BATDEAD;
427 *value |= SS_BATWARN;
431 (*value) |= SS_WRPROT; /* card is write protected */
434 (*value) |= SS_READY; /* card is not busy */
437 (*value) |= SS_POWERON; /* power is applied to the card */
492 "%s called with invalid VCC power value: %i",
513 "%s called with invalid VPP power value: %i",
539 /* now write the value and clear the (probably bogus) pending stuff