Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/extres/syscon/
H A Dsyscon_generic.c58 static int syscon_generic_write_4(struct syscon *syscon, bus_size_t offset,
81 SYSCONMETHOD(syscon_write_4, syscon_generic_write_4),
104 syscon_generic_write_4(struct syscon *syscon, bus_size_t offset, uint32_t val) in syscon_generic_write_4() function