Lines Matching defs:address
61 netslotread(u_int address, int offset)
67 WriteByte(address, 0);
71 (void)ReadByte(address);
75 return(ReadByte(address));
82 volatile u_char *address;
86 /* Reset the address counter */
90 address = (u_char *)NETSLOT_BASE;
115 podule->flags0 = *address;
116 podule->flags1 = *address;
117 podule->reserved = *address;
118 podule->product = *address;
119 podule->product += (*address << 8);
120 podule->manufacturer = *address;
121 podule->manufacturer += (*address << 8);
122 podule->country = *address;
124 podule->irq_mask = *address;
125 podule->irq_addr = *address;
126 podule->irq_addr += (*address << 8);
127 podule->irq_addr += (*address << 16);
131 podule->fiq_mask = *address;
132 podule->fiq_addr = *address;
133 podule->fiq_addr += (*address << 8);
134 podule->fiq_addr += (*address << 16);
151 /* Build station address from machine ID */