Searched refs:puthexnumber (Results 1 – 1 of 1) sorted by relevance
317 static int puthexnumber(struct cosa_data *cosa, int number);1375 if (puthexnumber(cosa, address) < 0) in download()1384 if (puthexnumber(cosa, address + length - 1) < 0) in download()1429 if (puthexnumber(cosa, address) < 0) in startmicrocode()1467 if (puthexnumber(cosa, address) < 0) in readmem()1476 if (puthexnumber(cosa, address + length - 1) < 0) in readmem()1614 static int puthexnumber(struct cosa_data *cosa, int number) in puthexnumber() function