Searched refs:__data (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | spi-mem.h | 119 #define SPI_MEM_OP(__cmd, __addr, __dummy, __data) \ argument 124 .data = __data, \
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | spdx30.py | 338 self.__data = [] 340 self.__data = data 345 self.__data.append(self.__prop.set(value)) 349 self.__data.insert(idx, self.__prop.set(value)) 356 self.__data.sort(*args, **kwargs) 359 return self.__data[key] 365 self.__data[key] = [self.__prop.set(v) for v in value] 368 self.__data[key] = self.__prop.set(value) 371 del self.__data[key] 374 return item in self.__data [all …]
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | aspeed_spi.c | 227 #define ASPEED_SPI_OP(__io_mode, __cmd, __addr, __dummy, __data) \ argument 233 .data = __data, \
|