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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/ppc/
H A Dmpc8xx.c52 unsigned long base_off; /* Offset to PCMCIA memory */ member in struct:ide_ioport_desc
270 base = pcmcia_base + ioport_dsc[data_port].base_off;
273 pcmcia_base, ioport_dsc[data_port].base_off, base);
370 base = ide_base + ioport_dsc[data_port].base_off;
373 ide_base, ioport_dsc[data_port].base_off, base);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb.c944 int hdb_off, hde_off, base_off; local
1237 base_off = par->hw.falcon.vid_control & VCO_SHORTOFFS ? 64 : 128;
1246 hdb_off = (base_off + 16 * plen) + prescale;
1251 hdb_off = (64 + base_off + (128 / bpp + 2) * plen) + prescale;
1253 hdb_off = (base_off + (128 / bpp + 18) * plen) + prescale;
1393 int hdb_off, hde_off, base_off; local
1494 base_off = hw->vid_control & VCO_SHORTOFFS ? 64 : 128;
1497 hdb_off = (base_off + 16 * plen) + prescale;
1501 hdb_off = (64 + base_off + (128 / var->bits_per_pixel + 2) * plen)
1504 hdb_off = (base_off
[all...]

Completed in 112 milliseconds