HomeSort by relevance Sort by last modified time
    Searched defs:pot (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.h 65 boolean pot; member in struct:softpipe_resource
  /external/u-boot/arch/powerpc/cpu/mpc83xx/
pci.c 29 volatile pot83xx_t *pot = immr->ios.pot; local
37 pot += 3;
40 for (i = 0; i < 3; i++, reg++, pot++) {
47 pot->potar = reg->bus_start >> 12;
48 pot->pobar = reg->phys_start >> 12;
49 pot->pocmr = ~(reg->size - 1) >> 12;
52 pot->pocmr |= POCMR_IO;
55 pot->pocmr |= POCMR_SE;
59 pot->pocmr |= POCMR_DST
    [all...]
  /external/u-boot/arch/powerpc/include/asm/
fsl_pci.h 87 pot_t pot[5]; /* 0xc00 - 0xc9f Outbound ATMU's 0, 1, 2, 3, and 4 */ member in struct:ccsr_pci
immap_83xx.h 401 pot83xx_t pot[6]; member in struct:ios83xx
  /external/gemmlowp/test/
test.cc 334 // Size 9 for 9 different POT values: 2^0, ..., 2^8
339 int pot = 1 << exponent; local
340 auto next = std::lower_bound(cur, unsigned_diffs.end(), pot);
    [all...]

Completed in 335 milliseconds