Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/cxgb/ | |
cxgb_t3_hw.c | 2863 unsigned int i, tick_ns = dack_ticks_to_usec(adap, 1000); local in function:t3_read_pace_tbl 2867 pace_vals[i] = t3_read_reg(adap, A_TP_PACE_TABLE) * tick_ns; 2883 unsigned int tick_ns = dack_ticks_to_usec(adap, 1000); local in function:t3_set_pace_tbl 2887 ((*pace_vals + tick_ns / 2) / tick_ns)); |
cxgb_t3_hw.c | 2863 unsigned int i, tick_ns = dack_ticks_to_usec(adap, 1000); local in function:t3_read_pace_tbl 2867 pace_vals[i] = t3_read_reg(adap, A_TP_PACE_TABLE) * tick_ns; 2883 unsigned int tick_ns = dack_ticks_to_usec(adap, 1000); local in function:t3_set_pace_tbl 2887 ((*pace_vals + tick_ns / 2) / tick_ns)); |