Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_dvo.c148 static void dvo_awg_configure(struct sti_dvo *dvo, u32 *awg_ram_code, int nb) in dvo_awg_configure() argument
155 writel(awg_ram_code[i], in dvo_awg_configure()
251 u32 awg_ram_code[AWG_MAX_INST]; in sti_dvo_pre_enable() local
253 if (!dvo_awg_generate_code(dvo, &nb_instr, awg_ram_code)) in sti_dvo_pre_enable()
254 dvo_awg_configure(dvo, awg_ram_code, nb_instr); in sti_dvo_pre_enable()