Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/interface/io/
H A Dfbif.h92 struct xenfb_refresh_period refresh_period; member
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_yaffs2.c154 if (dev->param.refresh_period < 10) in yaffs2_find_refresh_block()
160 if (dev->refresh_skip > dev->param.refresh_period) in yaffs2_find_refresh_block()
161 dev->refresh_skip = dev->param.refresh_period; in yaffs2_find_refresh_block()
171 dev->refresh_skip = dev->param.refresh_period; in yaffs2_find_refresh_block()
H A Dyaffs_guts.h547 int refresh_period; /* How often to check for a block refresh */ member
/openbmc/qemu/hw/display/
H A Dxenfb.c707 event.refresh_period.period = period; in xenfb_send_refresh_period()