Searched refs:gp_value (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/dev/gpio/
H A Dgpioc.c152 &req.gp_value);
154 req.gp_pin, req.gp_value);
160 req.gp_value);
162 req.gp_pin, req.gp_value);
/freebsd-10-stable/sys/sys/
H A Dgpio.h84 uint32_t gp_value; /* value */ member in struct:gpio_req
/freebsd-10-stable/usr.sbin/gpioctl/
H A Dgpioctl.c159 printf("pin %02d:\t%d\t%s", pin.gp_pin, req.gp_value,
301 printf("%d\n", req.gp_value);
314 req.gp_value = pinv;
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcoffswap.h658 aouthdr_int->gp_value = H_GET_32 (abfd, aouthdr_ext->gp_value);
668 aouthdr_int->gp_value = H_GET_64 (abfd, aouthdr_ext->gp_value);
727 H_PUT_32 (abfd, aouthdr_in->gp_value, aouthdr_out->gp_value);
740 H_PUT_64 (abfd, aouthdr_in->gp_value, aouthdr_out->gp_value);
H A Dbfd-in.h626 (bfd *abfd, bfd_vma gp_value);
H A Decoff.c121 ecoff->gp = internal_a->gp_value;
2201 bfd_ecoff_set_gp_value (bfd *abfd, bfd_vma gp_value)
2210 ecoff_data (abfd)->gp = gp_value;
2581 internal_a.gp_value = ecoff_data (abfd)->gp;
2194 bfd_ecoff_set_gp_value(bfd *abfd, bfd_vma gp_value) argument
H A Dbfd-in2.h633 (bfd *abfd, bfd_vma gp_value);
/freebsd-10-stable/contrib/binutils/include/coff/
H A Dalpha.h66 unsigned char gp_value[8]; /* value for gp register */ member in struct:external_aouthdr
H A Dmips.h49 unsigned char gp_value[4]; /* value for gp register */ member in struct:external_aouthdr
H A Dinternal.h242 bfd_vma gp_value; /* GP register value. */ member in struct:internal_aouthdr
/freebsd-10-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h639 (bfd *abfd, bfd_vma gp_value);

Completed in 199 milliseconds