Home
last modified time | relevance | path

Searched refs:lpc_set_fixed_io_ranges (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/intel/common/block/lpc/
H A Dlpc_lib.c39 uint16_t lpc_set_fixed_io_ranges(uint16_t io_ranges, uint16_t mask) in lpc_set_fixed_io_ranges() function
352 lpc_set_fixed_io_ranges(com_ranges, com_mask); in lpc_io_setup_comm_a_b()
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/include/intelblocks/
H A Dlpc_lib.h48 uint16_t lpc_set_fixed_io_ranges(uint16_t io_ranges, uint16_t mask);
/aosp_15_r20/external/coreboot/src/soc/intel/skylake/bootblock/
H A Dpch.c109 lpc_set_fixed_io_ranges(config->lpc_iod, 0x1377); in pch_early_iorange_init()
/aosp_15_r20/external/coreboot/src/soc/intel/apollolake/bootblock/
H A Dbootblock.c95 lpc_set_fixed_io_ranges(config->lpc_iod, 0x1377); in bootblock_soc_early_init()