Home
last modified time | relevance | path

Searched refs:base_ts (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py578 base_ts = False
593 if max_ts == 0 and not base_ts and time_ms > 1000:
594 base_ts = time_ms
597 if base_ts:
599 time_ms -= base_ts
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1196 struct timespec64 base_ts; in vsc9959_qos_port_tas_set() local
1240 taprio->cycle_time, &base_ts); in vsc9959_qos_port_tas_set()
1241 ocelot_write(ocelot, base_ts.tv_nsec, QSYS_PARAM_CFG_REG_1); in vsc9959_qos_port_tas_set()
1242 ocelot_write(ocelot, lower_32_bits(base_ts.tv_sec), QSYS_PARAM_CFG_REG_2); in vsc9959_qos_port_tas_set()
1243 val = upper_32_bits(base_ts.tv_sec); in vsc9959_qos_port_tas_set()