Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-nomadik.c942 struct nmk_i2c_dev *nmk) in nmk_i2c_of_probe() argument
945 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()
/openbmc/linux/drivers/input/keyboard/
H A DKconfig497 module will be called nmk-ske-keypad.