Searched refs:skip_addr (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.sbin/i2c/
H A Di2c.c79 fprintf(stderr, " %s -s [-f device] [-n skip_addr] -v\n",
86 skip_get_range(char *skip_addr) argument
94 token = strsep(&skip_addr, "..");
97 token = strsep(&skip_addr, "..");
99 token = strsep(&skip_addr, "..");
110 skip_get_tokens(char *skip_addr, int *sk_addr, int max_index) argument
116 token = strsep(&skip_addr, ":");
125 scan_bus(struct iiccmd cmd, char *dev, int skip, char *skip_addr) argument
142 len = strlen(skip_addr);
143 if (strstr(skip_addr, "
618 char *dev, *skip_addr, *i2c_buf; local
[all...]
/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c85 unsigned int *skip_addr, int *func_vals);
533 unsigned int skip_addr; local
538 skip_addr = 0;
602 &skip_addr, func_values) == 0) {
651 unsigned int *skip_addr, int *func_vals)
662 *skip_addr = start_instr + cur_patch->skip_instr;
677 if (start_instr < *skip_addr)
650 check_patch(patch_t **start_patch, unsigned int start_instr, unsigned int *skip_addr, int *func_vals) argument
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.c232 u_int start_instr, u_int *skip_addr);
6400 u_int skip_addr; local
6430 skip_addr = 0;
6436 if (ahc_check_patch(ahc, &cur_patch, i, &skip_addr) == 0) {
6501 u_int start_instr, u_int *skip_addr)
6514 *skip_addr = start_instr + cur_patch->skip_instr;
6526 if (start_instr < *skip_addr)
6564 u_int skip_addr; local
6571 skip_addr = 0;
6574 ahc_check_patch(ahc, &cur_patch, i, &skip_addr);
6500 ahc_check_patch(struct ahc_softc *ahc, struct patch **start_patch, u_int start_instr, u_int *skip_addr) argument
[all...]
H A Daic79xx.c224 u_int start_instr, u_int *skip_addr);
8576 u_int skip_addr; local
8670 skip_addr = 0;
8675 if (ahd_check_patch(ahd, &cur_patch, i, &skip_addr) == 0) {
8726 u_int start_instr, u_int *skip_addr)
8739 *skip_addr = start_instr + cur_patch->skip_instr;
8751 if (start_instr < *skip_addr)
8763 u_int skip_addr; local
8768 skip_addr = 0;
8771 ahd_check_patch(ahd, &cur_patch, i, &skip_addr);
8725 ahd_check_patch(struct ahd_softc *ahd, struct patch **start_patch, u_int start_instr, u_int *skip_addr) argument
[all...]

Completed in 139 milliseconds