Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i2c/busses/
Di2c-nomadik.c948 struct nmk_i2c_dev *nmk) in nmk_i2c_of_probe() argument
951 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()
/Linux-v6.1/drivers/input/keyboard/
DKconfig497 module will be called nmk-ske-keypad.