Lines Matching defs:cache
64 } cache;
1669 unsigned int *cache;
1673 cache = &peb2466->gpio.cache.xr0;
1676 cache = &peb2466->gpio.cache.xr1;
1679 cache = &peb2466->gpio.cache.xr2;
1682 cache = &peb2466->gpio.cache.xr3;
1685 cache = NULL;
1688 return cache;
1695 unsigned int *cache;
1702 * So, a specific cache value is used.
1707 cache = peb2466_chip_gpio_get_cache(peb2466, xr_reg);
1708 if (!cache) {
1713 tmp = *cache;
1721 *cache = tmp;
1764 unsigned int *cache;
1774 * Use the cache to get value;
1787 cache = peb2466_chip_gpio_get_cache(peb2466, xr_reg);
1788 if (!cache)
1790 val = *cache;
1916 peb2466->gpio.cache.xr0 = 0;
1917 peb2466->gpio.cache.xr1 = 0;
1918 peb2466->gpio.cache.xr2 = 0;
1919 peb2466->gpio.cache.xr3 = 0;