HomeSort by: relevance | last modified time | path
    Searched refs:tbs (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/powerpc/booke/
booke_machdep.c 618 if (tbs[i - 1] > tbs[i]) {
619 swap_tbs(tbs, i - 1, i);
667 uint64_t tbs[NIPL*NIPL]; local
674 tbs[ntbs++] = (tb << 8) | (to << 4) | from;
677 sort_data(tbs, ntbs);
683 uint64_t tb = tbs[i];
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/
Makefile 221 sun8i-a83t-tbs-a711.dtb \
  /src/sys/dev/pci/
if_iwm.c 4604 memcpy(&desc->tbs[0].lo, &addr_lo, sizeof(uint32_t));
4605 desc->tbs[0].hi_n_len = htole16(iwm_get_dma_hi_addr(paddr)
5156 desc->tbs[0].lo = htole32(data->cmd_paddr);
5157 desc->tbs[0].hi_n_len = htole16(iwm_get_dma_hi_addr(data->cmd_paddr) |
5159 desc->tbs[1].lo = htole32(data->cmd_paddr + TB0_SIZE);
5160 desc->tbs[1].hi_n_len = htole16(iwm_get_dma_hi_addr(data->cmd_paddr) |
5167 desc->tbs[i+2].lo = htole32(seg->ds_addr);
5168 desc->tbs[i+2].hi_n_len =
if_iwmreg.h 1686 * @ num_tbs 0-4 number of active tbs
1689 * @ tbs[20] transmit frame buffer descriptors
1711 struct iwm_tfd_tb tbs[IWM_NUM_OF_TBS]; member in struct:iwm_tfd

Completed in 35 milliseconds