/src/sys/dev/i2c/ |
xc5kvar.h | 46 unsigned int if_freq; member in struct:xc5k
|
au8522var.h | 40 unsigned int if_freq; member in struct:au8522
|
au8522.c | 199 switch (au->if_freq) { 206 aprint_error_dev(au->parent, "au8522: unsupported if freq %dHz\n", au->if_freq); 217 au8522_open(device_t parent, i2c_tag_t i2c, i2c_addr_t addr, unsigned int if_freq) 226 au->if_freq = if_freq;
|
xc5k.c | 253 xc5k_reset_cb reset, void *reset_priv, unsigned int if_freq, 265 xc->if_freq = if_freq; 413 ifout = ((xc->if_freq / 1000) * 1024) / 1000;
|
nxt2k.c | 776 nxt2k_open(device_t parent, i2c_tag_t tag, i2c_addr_t addr, unsigned int if_freq)
|