Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dbroadwell_igd.c53 static int poll32(u8 *addr, uint mask, uint value) in poll32() function
78 ret = poll32(regs + 0x130044, 1, 1); in haswell_early_init()
141 ret = poll32(regs + 0x138124, (1 << 31), 0); in haswell_early_init()
146 ret = poll32(regs + 0x138124, (1 << 31), 0); in haswell_early_init()
176 ret = poll32(regs + 0x130044, 1, 0); in haswell_late_init()
183 ret = poll32(regs + 0x45400, 1 << 30, 1 << 30); in haswell_late_init()
201 ret = poll32(regs + 0x130044, 1, 1); in broadwell_early_init()
268 ret = poll32(regs + 0x138124, (1 << 31), 0); in broadwell_early_init()
273 ret = poll32(regs + 0x138124, (1 << 31), 0); in broadwell_early_init()
302 ret = poll32(regs + 0x130044, 1, 0); in broadwell_late_init()
[all …]
/OK3568_Linux_fs/u-boot/scripts/
H A Dcoreboot.sed10 s/REG_RES_POLL32(\(.*\), \(.*\), \(.*\), \(.*\), \(.*\)),/ret = poll32(base + \2, \3, \4, \5);/