Home
last modified time | relevance | path

Searched refs:reg_script_read (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/lib/
H A Dreg_script.c441 static uint64_t reg_script_read(struct reg_script_context *ctx) in reg_script_read() function
482 value = bus->reg_script_read(ctx); in reg_script_read()
559 value = reg_script_read(ctx); in reg_script_rmw()
594 value = reg_script_read(ctx); in reg_script_rxw()
620 (void)reg_script_read(ctx); in reg_script_run_step()
633 value = reg_script_read(ctx) & step->mask; in reg_script_run_step()
/aosp_15_r20/external/coreboot/src/include/
H A Dreg_script.h98 uint64_t (*reg_script_read)(struct reg_script_context *ctx); member