Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscon/
H A Dsyscon.c70 static uint32_t syscon_method_read_4(struct syscon *syscon, bus_size_t offset);
89 SYSCONMETHOD(syscon_read_4, syscon_method_read_4),
128 syscon_method_read_4(struct syscon *syscon, bus_size_t offset) in syscon_method_read_4() function