Searched refs:tseg (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/can/dev/ |
H A D | calc_bittiming.c | 36 tseg2 = tseg + CAN_SYNC_SEG - in can_update_sample_point() 37 (sample_point_nominal * (tseg + CAN_SYNC_SEG)) / in can_update_sample_point() 40 tseg1 = tseg - tseg2; in can_update_sample_point() 43 tseg2 = tseg - tseg1; in can_update_sample_point() 46 sample_point = 1000 * (tseg + CAN_SYNC_SEG - tseg2) / in can_update_sample_point() 47 (tseg + CAN_SYNC_SEG); in can_update_sample_point() 77 unsigned int brp, tsegall, tseg, tseg1 = 0, tseg2 = 0; in can_calc_bittiming() local 94 for (tseg = (btc->tseg1_max + btc->tseg2_max) * 2 + 1; in can_calc_bittiming() 95 tseg >= (btc->tseg1_min + btc->tseg2_min) * 2; tseg--) { in can_calc_bittiming() 96 tsegall = CAN_SYNC_SEG + tseg / 2; in can_calc_bittiming() [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/misc/ |
H A D | intel,baytrail-fsp.txt | 51 - fsp,mrc-init-tseg-size 102 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>;
|
/openbmc/u-boot/arch/x86/dts/ |
H A D | cherryhill.dts | 165 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_4MB>;
|
H A D | bayleybay.dts | 239 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>;
|
H A D | baytrail_som-db5800-som-6867.dts | 263 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>;
|
H A D | conga-qeval20-qa3-e3845.dts | 250 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>;
|
H A D | dfi-bt700.dtsi | 261 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>;
|
H A D | minnowmax.dts | 263 fsp,mrc-init-tseg-size = <MRC_INIT_TSEG_SIZE_1MB>;
|