Searched refs:rtsc (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/mips/ralink/ |
H A D | ralink_com.c | 320 struct ralink_com_softc * const rtsc = device_private(self); in ralink_com_attach() local 321 struct com_softc * const sc = &rtsc->sc_com; in ralink_com_attach() 326 rtsc->sc_addr = ma->ma_addr; in ralink_com_attach() 327 if (rtsc->sc_addr == MAINBUSCF_ADDR_DEFAULT) in ralink_com_attach() 328 rtsc->sc_addr = RA_UART_LITE_BASE; in ralink_com_attach() 329 rtsc->sc_irq = ra_uart2irq(rtsc->sc_addr); in ralink_com_attach() 331 if ((error = bus_space_map(ma->ma_memt, rtsc->sc_addr, in ralink_com_attach() 347 if (rtsc->sc_addr != RALINK_CONADDR) { in ralink_com_attach() 352 r |= ra_uart2rst(rtsc->sc_addr); in ralink_com_attach() 354 r ^= ra_uart2rst(rtsc->sc_addr); in ralink_com_attach() [all …]
|
/netbsd-src/sys/altq/ |
H A D | altq_hfsc.c | 246 struct service_curve rtsc, lssc, ulsc; in hfsc_add_queue() local 265 rtsc.m1 = opts->rtsc_m1; in hfsc_add_queue() 266 rtsc.d = opts->rtsc_d; in hfsc_add_queue() 267 rtsc.m2 = opts->rtsc_m2; in hfsc_add_queue() 275 cl = hfsc_class_create(hif, &rtsc, &lssc, &ulsc, in hfsc_add_queue() 1493 rtsc_init(struct runtime_sc *rtsc, struct internal_sc * isc, u_int64_t x, in rtsc_init() argument 1496 rtsc->x = x; in rtsc_init() 1497 rtsc->y = y; in rtsc_init() 1498 rtsc->sm1 = isc->sm1; in rtsc_init() 1499 rtsc in rtsc_init() 1511 rtsc_y2x(struct runtime_sc * rtsc,u_int64_t y) rtsc_y2x() argument 1532 rtsc_x2y(struct runtime_sc * rtsc,u_int64_t x) rtsc_x2y() argument 1553 rtsc_min(struct runtime_sc * rtsc,struct internal_sc * isc,u_int64_t x,u_int64_t y) rtsc_min() argument [all...] |
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | pfctl_altq.c | 54 LIST_HEAD(gen_sc, segment) rtsc, lssc; 676 LIST_INIT(&rtsc); in eval_pfqueue_hfsc() 723 gsc_add_sc(&rtsc, &sc); in eval_pfqueue_hfsc() 744 gsc_add_sc(&rtsc, &sc); in eval_pfqueue_hfsc() 749 if (!is_gsc_under_sc(&rtsc, &sc)) { in eval_pfqueue_hfsc() 786 gsc_destroy(&rtsc); in eval_pfqueue_hfsc() 792 gsc_destroy(&rtsc); in eval_pfqueue_hfsc() 840 const struct node_hfsc_sc *rtsc, *lssc, *ulsc; in print_hfsc_opts() local 844 rtsc = lssc = ulsc = NULL; in print_hfsc_opts() 846 rtsc = &qopts->data.hfsc_opts.realtime; in print_hfsc_opts() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2016 | 1875 * arc-tbl.h: Add rtsc, sleep with no arguments.
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ChangeLog-2016 | 1875 * arc-tbl.h: Add rtsc, sleep with no arguments.
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ChangeLog-2016 | 1875 * arc-tbl.h: Add rtsc, sleep with no arguments.
|