Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm2835_aux.c55 static struct clk *bcmaux_decode(device_t, int, const void *, size_t);
58 .decode = bcmaux_decode
161 bcmaux_decode(device_t dev, int cc_phandle, const void *data, size_t len) in bcmaux_decode() function