segptr 343 dev/pci/if_ti.c int segptr, segsize, cnt; segptr 346 dev/pci/if_ti.c segptr = addr; segptr 354 dev/pci/if_ti.c segsize = TI_WINLEN - (segptr % TI_WINLEN); segptr 355 dev/pci/if_ti.c CSR_WRITE_4(sc, TI_WINBASE, (segptr & ~(TI_WINLEN - 1))); segptr 357 dev/pci/if_ti.c TI_WINDOW + (segptr & (TI_WINLEN - 1)), (u_int32_t *)ptr, segptr 360 dev/pci/if_ti.c segptr += segsize; segptr 373 dev/pci/if_ti.c int segptr, segsize, cnt; segptr 376 dev/pci/if_ti.c segptr = addr; segptr 384 dev/pci/if_ti.c segsize = TI_WINLEN - (segptr % TI_WINLEN); segptr 385 dev/pci/if_ti.c CSR_WRITE_4(sc, TI_WINBASE, (segptr & ~(TI_WINLEN - 1))); segptr 387 dev/pci/if_ti.c TI_WINDOW + (segptr & (TI_WINLEN - 1)), (u_int32_t *)ptr, segptr 390 dev/pci/if_ti.c segptr += segsize; segptr 402 dev/pci/if_ti.c int segptr, segsize, cnt; segptr 404 dev/pci/if_ti.c segptr = addr; segptr 411 dev/pci/if_ti.c segsize = TI_WINLEN - (segptr % TI_WINLEN); segptr 412 dev/pci/if_ti.c CSR_WRITE_4(sc, TI_WINBASE, (segptr & ~(TI_WINLEN - 1))); segptr 414 dev/pci/if_ti.c TI_WINDOW + (segptr & (TI_WINLEN - 1)), 0, segsize / 4); segptr 415 dev/pci/if_ti.c segptr += segsize;