Searched refs:nmk (Results 1 – 3 of 3) sorted by relevance
942 struct nmk_i2c_dev *nmk) in nmk_i2c_of_probe() argument945 if (of_property_read_u32(np, "clock-frequency", &nmk->clk_freq)) in nmk_i2c_of_probe()946 nmk->clk_freq = I2C_MAX_STANDARD_MODE_FREQ; in nmk_i2c_of_probe()949 if (nmk->clk_freq <= I2C_MAX_STANDARD_MODE_FREQ) in nmk_i2c_of_probe()950 nmk->sm = I2C_FREQ_MODE_STANDARD; in nmk_i2c_of_probe()952 nmk->sm = I2C_FREQ_MODE_FAST; in nmk_i2c_of_probe()953 nmk->tft = 1; /* Tx FIFO threshold */ in nmk_i2c_of_probe()954 nmk->rft = 8; /* Rx FIFO threshold */ in nmk_i2c_of_probe()955 nmk->timeout = 200; /* Slave response timeout(ms) */ in nmk_i2c_of_probe()
497 module will be called nmk-ske-keypad.
[all...]