Searched refs:mif (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-pnx.c54 struct timer_list *timer = &data->mif.timer;
80 slave_addr, alg_data->mif.mode);
114 (slave_addr << 1) | start_bit | alg_data->mif.mode);
117 iowrite32((slave_addr << 1) | start_bit | alg_data->mif.mode,
169 if (alg_data->mif.len > 0) {
171 val = *alg_data->mif.buf++;
173 if (alg_data->mif.len == 1) {
179 alg_data->mif.len--;
183 val, alg_data->mif.len + 1);
185 if (alg_data->mif
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Di2c-pnx.h30 struct i2c_pnx_mif mif; member in struct:i2c_pnx_algo_data

Completed in 26 milliseconds