HomeSort by relevance Sort by last modified time
    Searched refs:gc_base (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gpio/
gpio.c 66 unsigned int gc_base, offset, data; local
68 gc_base = find_gc_base(gpio);
69 if (!gc_base)
73 data = mmio_read_8(gc_base + GPIO_DIR);
75 mmio_write_8(gc_base + GPIO_DIR, data);
81 unsigned int gc_base, offset, data; local
83 gc_base = find_gc_base(gpio);
84 if (!gc_base)
88 data = mmio_read_8(gc_base + GPIO_DIR);
90 mmio_write_8(gc_base + GPIO_DIR, data)
96 unsigned int gc_base, offset; local
108 unsigned int gc_base, offset; local
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/
RecordInfo.cpp 147 for (const auto& gc_base : gc_base_names_) {
148 if (Config::IsGCFinalizedBase(gc_base))
159 for (const auto& gc_base : gc_base_names_) {
161 if (!Config::IsGCMixinBase(gc_base))

Completed in 272 milliseconds