HomeSort by: relevance | last modified time | path
    Searched defs:regid (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/broadcom/
bcm2835_gpio.c 777 const u_int regid = (pin / BCM2835_GPIO_GPFSEL_PINS_PER_REGISTER); local in function:bcm283x_pin_setfunc
785 v = bus_space_read_4(sc->sc_iot, sc->sc_ioh, BCM2835_GPIO_GPFSEL(regid));
797 bus_space_write_4(sc->sc_iot, sc->sc_ioh, BCM2835_GPIO_GPFSEL(regid), v);
804 const u_int regid = (pin / BCM2835_GPIO_GPFSEL_PINS_PER_REGISTER); local in function:bcm283x_pin_getfunc
809 v = bus_space_read_4(sc->sc_iot, sc->sc_ioh, BCM2835_GPIO_GPFSEL(regid));
820 u_int mask, regid; local in function:bcm283x_pin_setpull
825 regid = (pin / BCM2835_GPIO_GPPUD_PINS_PER_REGISTER);
831 BCM2835_GPIO_GPPUDCLK(regid), mask);
836 BCM2835_GPIO_GPPUDCLK(regid), 0);
839 regid = BCM2838_GPIO_GPPUD_REGID(pin)
    [all...]
  /src/sys/fs/udf/
ecma167-udf.h 256 struct regid { struct
346 struct regid app_id;
348 struct regid imp_id;
365 struct regid impl_id;
374 struct regid impl_id;
389 struct regid domain_id;
396 struct regid imp_id;
423 struct regid part_id;
435 struct regid id;
447 struct regid id
    [all...]
udf_subr.c 2245 udf_set_regid(struct regid *regid, char const *name)
2247 memset(regid, 0, sizeof(struct regid));
2248 regid->flags = 0; /* not dirty and not protected */
2249 strcpy((char *) regid->id, name);
2254 udf_add_domain_regid(struct udf_mount *ump, struct regid *regid)
2258 ver = (uint16_t *) regid->id_suffix;
2264 udf_add_udf_regid(struct udf_mount *ump, struct regid *regid
2768 struct regid *regid; local in function:udf_update_vat_descriptor
    [all...]

Completed in 14 milliseconds