Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/i2c/
H A Dau8522.c199 switch (au->if_freq) { in au8522_set_if()
206 aprint_error_dev(au->parent, "au8522: unsupported if freq %dHz\n", au->if_freq); in au8522_set_if()
217 au8522_open(device_t parent, i2c_tag_t i2c, i2c_addr_t addr, unsigned int if_freq) in au8522_open() argument
226 au->if_freq = if_freq; in au8522_open()
H A Dxc5k.c253 xc5k_reset_cb reset, void *reset_priv, unsigned int if_freq, in xc5k_open() argument
265 xc->if_freq = if_freq; in xc5k_open()
413 ifout = ((xc->if_freq / 1000) * 1024) / 1000; in xc5k_tune_dtv()
H A Dxc5kvar.h46 unsigned int if_freq; member
H A Dau8522var.h40 unsigned int if_freq; member
H A Dnxt2k.c776 nxt2k_open(device_t parent, i2c_tag_t tag, i2c_addr_t addr, unsigned int if_freq) in nxt2k_open() argument