/freebsd/tools/tools/ath/athalq/ |
H A D | ar9300_ds.c | 150 struct ar9300_txc txc; in ar9300_decode_txdesc() local 153 memcpy(&txc, &a->payload, 96); in ar9300_decode_txdesc() 159 (unsigned int) MS(txc.ds_ctl10, AR_tx_desc_id)); in ar9300_decode_txdesc() 162 txc.ds_info & 0xff, in ar9300_decode_txdesc() 163 MS(txc.ds_info, AR_tx_qcu_num), in ar9300_decode_txdesc() 164 MS(txc.ds_info, AR_ctrl_stat), in ar9300_decode_txdesc() 165 MS(txc.ds_info, AR_desc_id)); in ar9300_decode_txdesc() 168 printf(" Link 0x%08x\n", txc.ds_link); in ar9300_decode_txdesc() 172 txc.ds_data0, in ar9300_decode_txdesc() 173 MS(txc.ds_ctl3, AR_buf_len)); in ar9300_decode_txdesc() [all …]
|
H A D | ar5416_ds.c | 123 struct ar5416_desc txc; in ar5416_decode_txdesc() local 126 memcpy(&txc, &a->payload, sizeof(struct ar5416_desc)); in ar5416_decode_txdesc() 134 txc.ds_link, in ar5416_decode_txdesc() 135 txc.ds_data); in ar5416_decode_txdesc() 139 txc.ds_ctl0 & AR_FrameLen, in ar5416_decode_txdesc() 140 MF(txc.ds_ctl0, AR_VirtMoreFrag)); in ar5416_decode_txdesc() 142 MS(txc.ds_ctl0, AR_XmitPower), in ar5416_decode_txdesc() 143 MF(txc.ds_ctl0, AR_RTSEnable), in ar5416_decode_txdesc() 144 MF(txc.ds_ctl0, AR_VEOL), in ar5416_decode_txdesc() 145 MF(txc.ds_ctl0, AR_ClrDestMask)); in ar5416_decode_txdesc() [all …]
|
H A D | ar5416_ds_tdma.c | 126 struct ar5416_desc txc; in ar5416_decode_txdesc() local 129 memcpy(&txc, &a->payload, sizeof(struct ar5416_desc)); in ar5416_decode_txdesc() 137 txc.ds_link, in ar5416_decode_txdesc() 138 txc.ds_data); in ar5416_decode_txdesc() 142 txc.ds_ctl0 & AR_FrameLen, in ar5416_decode_txdesc() 143 MF(txc.ds_ctl0, AR_VirtMoreFrag)); in ar5416_decode_txdesc() 145 MS(txc.ds_ctl0, AR_XmitPower), in ar5416_decode_txdesc() 146 MF(txc.ds_ctl0, AR_RTSEnable), in ar5416_decode_txdesc() 147 MF(txc.ds_ctl0, AR_VEOL), in ar5416_decode_txdesc() 148 MF(txc.ds_ctl0, AR_ClrDestMask)); in ar5416_decode_txdesc() [all …]
|
H A D | ar5212_ds.c | 82 struct ar5212_desc txc; in ar5212_decode_txdesc() local 85 memcpy(&txc, &a->payload, sizeof(struct ar5212_desc)); in ar5212_decode_txdesc() 93 txc.ds_link, in ar5212_decode_txdesc() 94 txc.ds_data); in ar5212_decode_txdesc() 97 printf(" Frame Len=%d\n", txc.ds_ctl0 & AR_FrameLen); in ar5212_decode_txdesc() 99 MS(txc.ds_ctl0, AR_XmitPower), in ar5212_decode_txdesc() 100 MF(txc.ds_ctl0, AR_RTSCTSEnable), in ar5212_decode_txdesc() 101 MF(txc.ds_ctl0, AR_VEOL), in ar5212_decode_txdesc() 102 MF(txc.ds_ctl0, AR_ClearDestMask), in ar5212_decode_txdesc() 103 MF(txc.ds_ctl0, AR_AntModeXmit)); in ar5212_decode_txdesc() [all …]
|
H A D | ar5210_ds.c | 75 struct ar5210_desc txc; in ar5210_decode_txdesc() local 78 memcpy(&txc, &a->payload, sizeof(struct ar5210_desc)); in ar5210_decode_txdesc() 86 txc.ds_link, in ar5210_decode_txdesc() 87 txc.ds_data); in ar5210_decode_txdesc() 90 printf(" Frame Len=%d\n", txc.ds_ctl0 & AR_FrameLen); in ar5210_decode_txdesc() 92 MS(txc.ds_ctl0, AR_XmitRate), in ar5210_decode_txdesc() 93 MF(txc.ds_ctl0, AR_RTSCTSEnable), in ar5210_decode_txdesc() 94 MF(txc.ds_ctl0, AR_ClearDestMask), in ar5210_decode_txdesc() 95 MF(txc.ds_ctl0, AR_AntModeXmit)); in ar5210_decode_txdesc() 97 MS(txc.ds_ctl0, AR_FrmType), in ar5210_decode_txdesc() [all …]
|
H A D | ar5211_ds.c | 76 struct ar5211_desc txc; in ar5211_decode_txdesc() local 79 memcpy(&txc, &a->payload, sizeof(struct ar5211_desc)); in ar5211_decode_txdesc() 87 txc.ds_link, in ar5211_decode_txdesc() 88 txc.ds_data); in ar5211_decode_txdesc() 91 printf(" Frame Len=%d\n", txc.ds_ctl0 & AR_FrameLen); in ar5211_decode_txdesc() 93 MS(txc.ds_ctl0, AR_XmitRate), in ar5211_decode_txdesc() 94 MF(txc.ds_ctl0, AR_RTSCTSEnable), in ar5211_decode_txdesc() 95 MF(txc.ds_ctl0, AR_VEOL), in ar5211_decode_txdesc() 96 MF(txc.ds_ctl0, AR_ClearDestMask), in ar5211_decode_txdesc() 97 MF(txc.ds_ctl0, AR_AntModeXmit)); in ar5211_decode_txdesc() [all …]
|
/freebsd/contrib/ntp/util/ |
H A D | tickadj.c | 30 struct timex txc; variable 49 txc.time_tick = i; 50 txc.modes = ADJ_TIMETICK; 60 txc.tickadj = i; 61 txc.modes |= ADJ_TICKADJ; 76 txc.time_tick = i; 77 txc.modes |= ADJ_TIMETICK; 97 if (adjtimex(&txc) < 0) 101 txc.time_tick, txc.tickadj); 121 if ( (txc.time_tick = atoi(argv[1])) < 1 ) in main() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | mediatek-dwmac.txt | 38 Otherwise, is connected to TXC pin. 40 MT2712 SoC provides the RMII reference clock, which outputs to TXC pin only. 41 - mediatek,txc-inverse: boolean property, if present indicates that 45 3. the reference clock, which outputs to TXC pin will be inversed in RMII case 85 mediatek,txc-inverse;
|
H A D | micrel-ksz90x1.txt | 50 - txc-skew-ps : Skew control of TXC pad 74 The following 5-bit values table apply to rxc-skew-ps and txc-skew-ps. 138 - txc-skew-ps : Skew control of TX clock pad 172 - txc-skew-psec : Skew control of TX clock pad 193 txc-skew-ps = <1800>; 203 txc-skew-ps = <1800>;
|
H A D | mediatek,star-emac.yaml | 55 PHYs, is connected to RXC pin. Otherwise, is connected to TXC pin. 62 mediatek,txc-inverse: 65 If present, indicates that clock on TXC pad will be inversed.
|
H A D | mediatek-dwmac.yaml | 100 PHYs, is connected to RXC pin. Otherwise, is connected to TXC pin. 106 outputs to TXC pin only. 108 mediatek,txc-inverse: 115 3. the reference clock, which outputs to TXC pin will be inversed in RMII case
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | sama5d3xmb_gmac.dtsi | 22 txc-skew-ps = <3000>; 36 txc-skew-ps = <3000>;
|
H A D | sama5d3xcm_cmp.dtsi | 57 txc-skew-ps = <3000>; 71 txc-skew-ps = <3000>;
|
/freebsd/sys/dev/vmware/vmxnet3/ |
H A D | if_vmx.c | 759 struct vmxnet3_comp_ring *txc; in vmxnet3_init_txq() local 764 txc = &txq->vxtxq_comp_ring; in vmxnet3_init_txq() 773 txc->vxcr_ndesc = scctx->isc_ntxd[0]; in vmxnet3_init_txq() 820 struct vmxnet3_comp_ring *txc; in vmxnet3_tx_queues_alloc() local 823 txc = &txq->vxtxq_comp_ring; in vmxnet3_tx_queues_alloc() 827 txc->vxcr_u.txcd = in vmxnet3_tx_queues_alloc() 829 txc->vxcr_paddr = paddrs[q * ntxqs + 0]; in vmxnet3_tx_queues_alloc() 1407 struct vmxnet3_comp_ring *txc; in vmxnet3_isc_txd_credits_update() local 1414 txc = &txq->vxtxq_comp_ring; in vmxnet3_isc_txd_credits_update() 1425 txcd = &txc->vxcr_u.txcd[txc->vxcr_next]; in vmxnet3_isc_txd_credits_update() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | rzg2ul-smarc-som.dtsi | 84 txc-skew-psec = <2400>; 113 txc-skew-psec = <2400>; 145 txc { 175 txc {
|
H A D | rzg3s-smarc-som.dtsi | 109 txc-skew-psec = <0>; 135 txc-skew-psec = <0>; 211 txc { 254 txc {
|
H A D | rzg2l-smarc-som.dtsi | 108 txc-skew-psec = <2400>; 136 txc-skew-psec = <2400>; 183 txc { 213 txc {
|
/freebsd/sys/dev/ste/ |
H A D | if_ste.c | 1117 struct ste_chain *txc; in ste_dma_alloc() local 1259 txc = &sc->ste_cdata.ste_tx_chain[i]; in ste_dma_alloc() 1260 txc->ste_ptr = NULL; in ste_dma_alloc() 1261 txc->ste_mbuf = NULL; in ste_dma_alloc() 1262 txc->ste_next = NULL; in ste_dma_alloc() 1263 txc->ste_phys = 0; in ste_dma_alloc() 1264 txc->ste_map = NULL; in ste_dma_alloc() 1266 &txc->ste_map); in ste_dma_alloc() 1302 struct ste_chain *txc; in ste_dma_free() local 1309 txc = &sc->ste_cdata.ste_tx_chain[i]; in ste_dma_free() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl,asrc.txt | 25 - dma-names : Contains "rxa", "rxb", "rxc", "txa", "txb" and "txc". 77 "txa", "txb", "txc";
|
H A D | fsl,imx-asrc.yaml | 50 - const: txc 173 "txa", "txb", "txc";
|
/freebsd/sys/contrib/device-tree/src/arm/gemini/ |
H A D | gemini-nas4220b.dts | 122 pins = "U8 GMAC0 TXC"; 126 pins = "V11 GMAC1 TXC";
|
H A D | gemini-sq201.dts | 197 pins = "U8 GMAC0 TXC"; 213 pins = "V11 GMAC1 TXC";
|
H A D | gemini-sl93512r.dts | 189 pins = "P10 GMAC1 TXC"; 205 pins = "V7 GMAC0 TXC";
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6dl-mba6.dtsi | 20 txc-skew-ps = <1860>;
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | holly.dts | 69 txc-rxc-delay-disable; 75 txc-rxc-delay-disable;
|