Searched refs:rack (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dklconflib.c28 * MODULE_FORMAT_LONG is the hwgraph format, eg. rack/002/bay/15
29 * of rack/101/bay/17 (note that the brick
46 int rack, position; local
49 rack = MODULE_GET_RACK(m);
83 /* Decompress the rack number */
84 *buffer++ = '0' + RACK_GET_CLASS(rack);
85 *buffer++ = '0' + RACK_GET_GROUP(rack);
86 *buffer++ = '0' + RACK_GET_NUM(rack);
92 /* Fuller hwgraph format, eg. rack/002/bay/15 */
94 strcpy(buffer, "rack" "/"); buffe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A DMakefile45 obj-$(CONFIG_PMAC_RACKMETER) += rack-meter.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c89 int *rack, int *bay, int *slot, int *slab)
95 rack, &type, bay, slab) == 4)
99 rack, &type, bay, slot, slab) != 5)
110 int rack, bay, slot, slab; local
113 if (sn_hwperf_location_to_bpos(location, &rack, &bay, &slot, &slab))
123 if (rack == this_rack && bay == this_bay &&
88 sn_hwperf_location_to_bpos(char *location, int *rack, int *bay, int *slot, int *slab) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmrobo.c311 uint8 rack, mask, byte; local
314 for (i = 0, rack = 0, timeout = SPI_MAX_RETRY; i < len && timeout;) {
330 if (!rack) {
331 rack = (byte & 1);

Completed in 95 milliseconds