Searched refs:ray_write_region (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/pcmcia/ |
H A D | if_ray.c | 331 static void ray_write_region(struct ray_softc *, bus_size_t, void *, size_t); 414 ray_write_region(sc, (off) + offsetof(struct s, f), (p), (n)) 1208 ray_write_region(sc, bufp, d, len); in ray_intr_start() 1214 ray_write_region(sc, bufp, d, tmplen); in ray_intr_start() 1217 ray_write_region(sc, bufp, d, len); in ray_intr_start() 1589 ray_write_region(sc, bufp, packet, sizeof(packet)); in ray_send_auth() 2576 ray_write_region(sc, off, sp, sizeof(sc->sc_startup)); in ray_download_params() 2579 ray_write_region(sc, off, sp4, sizeof(*sp4)); in ray_download_params() 2581 ray_write_region(sc, off, sp5, sizeof(*sp5)); in ray_download_params() 2623 ray_write_region(sc, RAY_HOST_TO_ECF_BASE, &np, sizeof(np)); in ray_start_join_net() [all …]
|