Home
last modified time | relevance | path

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

/board/keymile/common/
A Divm.c109 unsigned long nr = type; in ivm_findinventorystring() local
115 nr = 0; in ivm_findinventorystring()
119 nr = type; in ivm_findinventorystring()
124 while ((cr != nr) && (addr < INVENTORYDATASIZE)) { in ivm_findinventorystring()
/board/bosch/acc/
A Dacc.c159 static int init_gpio(int nr) in init_gpio() argument
163 ret = gpio_request(nr, ""); in init_gpio()
165 printf("Could not request gpio nr: %d\n", nr); in init_gpio()
168 ret = gpio_direction_input(nr); in init_gpio()
170 printf("Could not set gpio nr: %d to input\n", nr); in init_gpio()

Completed in 8 milliseconds