Searched refs:if_freq (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/dev/i2c/ |
H A D | au8522.c | 199 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 D | xc5k.c | 253 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 D | xc5kvar.h | 46 unsigned int if_freq; member
|
H A D | au8522var.h | 40 unsigned int if_freq; member
|
H A D | nxt2k.c | 776 nxt2k_open(device_t parent, i2c_tag_t tag, i2c_addr_t addr, unsigned int if_freq) in nxt2k_open() argument
|