Searched refs:fixed_io_range_flags (Results 1 – 2 of 2) sorted by relevance
/external/coreboot/src/include/device/ |
D | device.h | 363 const struct resource *fixed_io_range_flags(struct device *dev, unsigned long index, in fixed_io_range_flags() function 378 return fixed_io_range_flags(dev, index, base, end - base, flags); in fixed_io_from_to_flags() 385 return fixed_io_range_flags(dev, index, base, size, IORESOURCE_RESERVE); in fixed_io_range_reserved()
|
/external/coreboot/src/soc/amd/common/block/lpc/ |
D | lpc.c | 113 fixed_io_range_flags(dev, IOINDEX_SUBTRACTIVE(0, 0), 0, 0x1000, in lpc_read_resources()
|