Searched refs:bpt (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/powerpc/xmon/ |
D | xmon.c | 80 struct bpt { struct 95 static struct bpt bpts[NBPTS]; 96 static struct bpt dabr; 97 static struct bpt *iabr; 136 static struct bpt *at_breakpoint(unsigned long pc); 137 static struct bpt *in_breakpoint_table(unsigned long pc, unsigned long *offp); 354 struct bpt *bp; in xmon_core() 578 struct bpt *bp; in xmon_bpt() 641 struct bpt *bp; in xmon_fault_handler() 658 static struct bpt *at_breakpoint(unsigned long pc) in at_breakpoint() [all …]
|
/linux-2.6.39/drivers/net/cxgb3/ |
D | t3_hw.c | 3004 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; in t3_config_sched() local 3012 bpt = (kbps + tps / 2) / tps; in t3_config_sched() 3013 if (bpt > 0 && bpt <= 255) { in t3_config_sched() 3014 v = bpt * tps; in t3_config_sched() 3019 selected_bpt = bpt; in t3_config_sched()
|
D | cxgb3_main.c | 822 unsigned int v, addr, bpt, cpt; in tm_attr_show() local 831 bpt = (v >> 8) & 0xff; in tm_attr_show() 837 len = sprintf(buf, "%u Kbps\n", (v * bpt) / 125); in tm_attr_show()
|