Searched refs:addr_end (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_simple.c261 unsigned int begin, addr, addr_end, addr_start; local
275 addr_end = simple->loop_end;
277 addr_end = (simple->size << 4) - (w_16 ? 40 : 24);
304 addr_end = ((addr_end << 1) & ~0x1f) | (addr_end & 0x0f);
308 addr_end += begin;
316 snd_gf1_write_addr(gus, SNDRV_GF1_VA_END, addr_end, w_16);
423 unsigned int begin, addr_start, addr_end; local
434 addr_end
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dyenta_socket.c623 static int yenta_allocate_res(struct yenta_socket *socket, int nr, unsigned type, int addr_start, int addr_end) argument
643 region.end = config_readl(socket, addr_end) | ~mask;

Completed in 54 milliseconds