HomeSort by: relevance | last modified time | path
    Searched refs:tbs (Results 1 - 5 of 5) 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 in function:dump_splhist
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/
imx6q-tbs2910.dts 13 compatible = "tbs,imx6q-tbs2910", "fsl,imx6q";
Makefile 1240 sun8i-a83t-tbs-a711.dtb \
  /src/sys/dev/pci/
if_iwm.c 4301 memcpy(&desc->tbs[0].lo, &addr_lo, sizeof(uint32_t));
4302 desc->tbs[0].hi_n_len = htole16(iwm_get_dma_hi_addr(paddr)
4780 desc->tbs[0].lo = htole32(data->cmd_paddr);
4781 desc->tbs[0].hi_n_len = htole16(iwm_get_dma_hi_addr(data->cmd_paddr)) |
4783 desc->tbs[1].lo = htole32(data->cmd_paddr + TB0_SIZE);
4784 desc->tbs[1].hi_n_len = htole16(iwm_get_dma_hi_addr(data->cmd_paddr)) |
4791 desc->tbs[i+2].lo = htole32(seg->ds_addr);
4792 desc->tbs[i+2].hi_n_len =
if_iwmreg.h 1659 * @ num_tbs 0-4 number of active tbs
1662 * @ tbs[20] transmit frame buffer descriptors
1684 struct iwm_tfd_tb tbs[IWM_NUM_OF_TBS]; member in struct:iwm_tfd

Completed in 115 milliseconds