Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dssve_za_regs.c36 static void setup_regs(void) in setup_regs() function
69 setup_regs(); in do_one_sme_vl()
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispstat.h64 void (*setup_regs)(struct ispstat *stat, void *priv); member
H A Dispstat.c711 stat->ops->setup_regs(stat, stat->priv); in isp_stat_try_enable()
929 stat->ops->setup_regs(stat, stat->priv); in __stat_isr()
937 stat->ops->setup_regs(stat, stat->recover_priv); in __stat_isr()
H A Disph3a_aewb.c264 .setup_regs = h3a_aewb_setup_regs,
H A Disph3a_af.c329 .setup_regs = h3a_af_setup_regs,
H A Disphist.c450 .setup_regs = hist_setup_regs,
/openbmc/linux/drivers/video/fbdev/omap/
H A Dlcdc.c458 static inline void setup_regs(void) in setup_regs() function
530 setup_regs(); in omap_lcdc_set_update_mode()
/openbmc/linux/sound/pci/ac97/
H A Dac97_patch.c1391 static const unsigned short setup_regs[] = { in ad18xx_resume() local
1396 for (i = 0; i < (int)ARRAY_SIZE(setup_regs); i++) { in ad18xx_resume()
1397 unsigned short reg = setup_regs[i]; in ad18xx_resume()