HomeSort by: relevance | last modified time | path
    Searched defs:ph_width (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/at91/
at91cf.c 70 int ph_width; /* 8 or 16 */ member in struct:at91cf_handle
200 ph->ph_width = 16;
352 ph->ph_width = 8;
354 ph->ph_width = 16;
423 ph->ph_width = 8;
428 ph->ph_width = 16;
  /src/sys/arch/arm/ep93xx/
eppcic.c 87 int ph_width; /* 8 or 16 */ member in struct:eppcic_handle
220 ph->ph_width = 16;
366 ph->ph_width = 8;
368 ph->ph_width = 16;
439 ph->ph_width = 8;
444 ph->ph_width = 16;
602 switch (ph->ph_width) {
669 DPRINTFN(1, ("eppcic_set_pcreg: width=%d, access=%d, hold=%d, pre-charge=%d\n",ph->ph_width,atiming,htiming,ptiming));

Completed in 12 milliseconds