Searched defs:half (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/8390/
H A Dstnic.c32 #define half unsigned short macro
95 *(vhalf *) (PA_83902 + ((reg) << 1)) = ((half) (val) << 8);
179 half buf[2];
216 half val;
238 length -= sizeof (half);
264 *(vhalf *) PA_83902_IF = ((half) buf[1] << 8) | buf[0];
266 *(vhalf *) PA_83902_IF = ((half) buf[0] << 8) | buf[1];
269 buf += sizeof (half);
270 length -= sizeof (half);
/drivers/staging/cxt1e1/
H A Dpmc93x6_eeprom.c126 long half; /* Used to build by powers to 2 */ local
131 for (half = 1; half < sizeof (ByteReverse); half <<= 1)
132 for (i = 0; i < half; i++)
133 ByteReverse[half + i] = (char) (ByteReverse[i] | (0x80 / half));
272 * NOTE: The max offset address is 128 or half the reversal table. So the
313 * NOTE: The max offset address is 128 or half the reversal table. So the
/drivers/input/joystick/
H A Dadi.c402 static int adi_init_input(struct adi *adi, struct adi_port *port, int half) argument
416 snprintf(adi->phys, ADI_MAX_PHYS_LENGTH, "%s/input%d", port->gameport->phys, half);
/drivers/misc/sgi-gru/
H A Dgrukservices.c650 int half, qlines; local
652 /* Determine if switching to first/second half of q */
658 half = (limit != qlines);
660 if (half)
666 gru_gamir(cb, EOP_IR_CLR, HSTATUS(mqd->mq_gpa, half), XTYPE_DW, IMA);
677 gru_gamir(cb, EOP_IR_INC, HSTATUS(mqd->mq_gpa, half),
687 /* Then flip queuehead to other half of queue. */
696 gru_gamir(cb, EOP_IR_INC, HSTATUS(mqd->mq_gpa, half), XTYPE_DW,
843 int half = -1; local
854 half
[all...]
/drivers/net/cris/
H A Deth_v10.c91 half, enumerator in enum:duplex
735 else if (current_duplex == half)
744 else if (current_duplex == half)
753 else if (current_duplex == half)
1396 e100_set_duplex(dev, half);
1442 e100_set_duplex(dev, ecmd->duplex == DUPLEX_HALF ? half : full);

Completed in 139 milliseconds