TI_WINLEN 351 dev/pci/if_ti.c if (cnt < TI_WINLEN) TI_WINLEN 354 dev/pci/if_ti.c segsize = TI_WINLEN - (segptr % TI_WINLEN); TI_WINLEN 355 dev/pci/if_ti.c CSR_WRITE_4(sc, TI_WINBASE, (segptr & ~(TI_WINLEN - 1))); TI_WINLEN 357 dev/pci/if_ti.c TI_WINDOW + (segptr & (TI_WINLEN - 1)), (u_int32_t *)ptr, TI_WINLEN 381 dev/pci/if_ti.c if (cnt < TI_WINLEN) TI_WINLEN 384 dev/pci/if_ti.c segsize = TI_WINLEN - (segptr % TI_WINLEN); TI_WINLEN 385 dev/pci/if_ti.c CSR_WRITE_4(sc, TI_WINBASE, (segptr & ~(TI_WINLEN - 1))); TI_WINLEN 387 dev/pci/if_ti.c TI_WINDOW + (segptr & (TI_WINLEN - 1)), (u_int32_t *)ptr, TI_WINLEN 408 dev/pci/if_ti.c if (cnt < TI_WINLEN) TI_WINLEN 411 dev/pci/if_ti.c segsize = TI_WINLEN - (segptr % TI_WINLEN); TI_WINLEN 412 dev/pci/if_ti.c CSR_WRITE_4(sc, TI_WINBASE, (segptr & ~(TI_WINLEN - 1))); TI_WINLEN 414 dev/pci/if_ti.c TI_WINDOW + (segptr & (TI_WINLEN - 1)), 0, segsize / 4);