Searched refs:nmk (Results 1 – 2 of 2) sorted by relevance
948 struct nmk_i2c_dev *nmk) in nmk_i2c_of_probe() argument951 if (of_property_read_u32(np, "clock-frequency", &nmk->clk_freq)) in nmk_i2c_of_probe()952 nmk->clk_freq = I2C_MAX_STANDARD_MODE_FREQ; in nmk_i2c_of_probe()955 if (nmk->clk_freq <= I2C_MAX_STANDARD_MODE_FREQ) in nmk_i2c_of_probe()956 nmk->sm = I2C_FREQ_MODE_STANDARD; in nmk_i2c_of_probe()958 nmk->sm = I2C_FREQ_MODE_FAST; in nmk_i2c_of_probe()959 nmk->tft = 1; /* Tx FIFO threshold */ in nmk_i2c_of_probe()960 nmk->rft = 8; /* Rx FIFO threshold */ in nmk_i2c_of_probe()961 nmk->timeout = 200; /* Slave response timeout(ms) */ in nmk_i2c_of_probe()
497 module will be called nmk-ske-keypad.