Searched refs:tbd (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/msm/dp/ |
| H A D | dp_link.h | 93 static inline u32 msm_dp_link_bit_depth_to_bpp(u32 tbd) in msm_dp_link_bit_depth_to_bpp() argument 101 switch (tbd) { in msm_dp_link_bit_depth_to_bpp()
|
| H A D | dp_link.c | 300 static bool msm_dp_link_is_bit_depth_valid(u32 tbd) in msm_dp_link_is_bit_depth_valid() argument 303 switch (tbd) { in msm_dp_link_is_bit_depth_valid() 1183 u32 tbd; in msm_dp_link_get_test_bits_depth() local 1195 tbd = DP_TEST_BIT_DEPTH_6; in msm_dp_link_get_test_bits_depth() 1198 tbd = DP_TEST_BIT_DEPTH_8; in msm_dp_link_get_test_bits_depth() 1201 tbd = DP_TEST_BIT_DEPTH_10; in msm_dp_link_get_test_bits_depth() 1206 tbd = DP_TEST_BIT_DEPTH_8; in msm_dp_link_get_test_bits_depth() 1210 tbd = (tbd >> DP_TEST_BIT_DEPTH_SHIFT); in msm_dp_link_get_test_bits_depth() 1212 return tbd; in msm_dp_link_get_test_bits_depth()
|
| /linux/drivers/net/ethernet/i825xx/ |
| H A D | lib82596.c | 201 u32 tbd; member 1000 struct i596_tbd *tbd; in i596_start_xmit() local 1016 tbd = lp->dma->tbds + lp->next_tx_cmd; in i596_start_xmit() 1028 tx_cmd->tbd = SWAP32(virt_to_dma(lp, tbd)); in i596_start_xmit() 1029 tbd->next = I596_NULL; in i596_start_xmit() 1036 tbd->pad = 0; in i596_start_xmit() 1037 tbd->size = SWAP16(EOF | length); in i596_start_xmit() 1041 tbd->data = SWAP32(tx_cmd->dma_addr); in i596_start_xmit() 1045 dma_sync_dev(dev, tbd, sizeof(struct i596_tbd)); in i596_start_xmit()
|
| H A D | 82596.c | 234 struct i596_tbd *tbd; member 1053 struct i596_tbd *tbd; in i596_start_xmit() local 1067 tbd = lp->tbds + lp->next_tx_cmd; in i596_start_xmit() 1078 tx_cmd->tbd = WSWAPtbd(virt_to_bus(tbd)); in i596_start_xmit() 1079 tbd->next = I596_NULL; in i596_start_xmit() 1086 tbd->pad = 0; in i596_start_xmit() 1087 tbd->size = EOF | length; in i596_start_xmit() 1089 tbd->data = WSWAPchar(virt_to_bus(skb->data)); in i596_start_xmit()
|
| H A D | ether1.c | 674 tbd_t tbd; in ether1_sendpacket() local 705 tbd.tbd_opts = TBD_EOL | skb->len; in ether1_sendpacket() 706 tbd.tbd_link = I82586_NULL; in ether1_sendpacket() 707 tbd.tbd_bufl = dataddr; in ether1_sendpacket() 708 tbd.tbd_bufh = 0; in ether1_sendpacket() 715 ether1_writebuffer (dev, &tbd, tbdaddr, TBD_SIZE); in ether1_sendpacket()
|
| /linux/arch/m68k/include/asm/ |
| H A D | quicc_simple.h | 26 typedef int (handle_tx_error_routine)(int scc_num, int channel_num, QUICC_BD *tbd);
|
| /linux/drivers/net/ethernet/intel/ |
| H A D | e100.c | 491 } tbd; member 1758 cb->u.tcb.tbd_array = cb->dma_addr + offsetof(struct cb, u.tcb.tbd); in e100_xmit_prepare() 1762 cb->u.tcb.tbd.buf_addr = cpu_to_le32(dma_addr); in e100_xmit_prepare() 1763 cb->u.tcb.tbd.size = cpu_to_le16(skb->len); in e100_xmit_prepare() 1827 le32_to_cpu(cb->u.tcb.tbd.buf_addr), in e100_tx_clean() 1828 le16_to_cpu(cb->u.tcb.tbd.size), in e100_tx_clean() 1854 le32_to_cpu(cb->u.tcb.tbd.buf_addr), in e100_clean_cbs() 1855 le16_to_cpu(cb->u.tcb.tbd.size), in e100_clean_cbs()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | sge.c | 2912 unsigned int tbd[SGE_TXQ_PER_SET] = {0, 0}; in sge_timer_tx() local 2916 tbd[TXQ_ETH] = reclaim_completed_tx(adap, &qs->txq[TXQ_ETH], in sge_timer_tx() 2922 tbd[TXQ_OFLD] = reclaim_completed_tx(adap, &qs->txq[TXQ_OFLD], in sge_timer_tx() 2928 (max(tbd[TXQ_ETH], tbd[TXQ_OFLD]) / in sge_timer_tx()
|
| /linux/Documentation/input/devices/ |
| H A D | atarikbd.rst | 443 be used sparingly, and the output should not be shut of for more than <tbd>
|