Home
last modified time | relevance | path

Searched refs:nmk (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/i2c/busses/
Di2c-nomadik.c951 struct nmk_i2c_dev *nmk) in nmk_i2c_of_probe() argument
954 if (of_property_read_u32(np, "clock-frequency", &nmk->clk_freq)) in nmk_i2c_of_probe()
955 nmk->clk_freq = 100000; in nmk_i2c_of_probe()
958 if (nmk->clk_freq <= 100000) in nmk_i2c_of_probe()
959 nmk->sm = I2C_FREQ_MODE_STANDARD; in nmk_i2c_of_probe()
961 nmk->sm = I2C_FREQ_MODE_FAST; in nmk_i2c_of_probe()
962 nmk->tft = 1; /* Tx FIFO threshold */ in nmk_i2c_of_probe()
963 nmk->rft = 8; /* Rx FIFO threshold */ in nmk_i2c_of_probe()
964 nmk->timeout = 200; /* Slave response timeout(ms) */ in nmk_i2c_of_probe()
/linux-4.4.14/drivers/input/keyboard/
DKconfig443 module will be called nmk-ske-keypad.