Home
last modified time | relevance | path

Searched full:crs (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/usr.sbin/bhyve/
H A Dacpi_device.c42 * @param crs Current resources used by the ACPI device.
48 SLIST_HEAD(acpi_resource_list, acpi_resource_list_entry) crs;
67 SLIST_INIT(&dev->crs); in acpi_device_create()
88 while (!SLIST_EMPTY(&dev->crs)) { in acpi_device_destroy()
89 res = SLIST_FIRST(&dev->crs); in acpi_device_destroy()
90 SLIST_REMOVE_HEAD(&dev->crs, chain); in acpi_device_destroy()
114 SLIST_INSERT_HEAD(&dev->crs, res, chain); in acpi_device_add_res_fixed_ioport()
137 SLIST_INSERT_HEAD(&dev->crs, res, chain); in acpi_device_add_res_fixed_memory32()
167 SLIST_FOREACH(res, &dev->crs, chain) { in acpi_device_write_dsdt_crs()
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_regs.h163 #define BWN_NPHY_CRS_THRES1 BWN_PHY_N(0x044) /* CRS threshold 1 */
164 #define BWN_NPHY_CRS_THRES2 BWN_PHY_N(0x045) /* CRS threshold 2 */
165 #define BWN_NPHY_CRS_THRES3 BWN_PHY_N(0x046) /* CRS threshold 3 */
166 #define BWN_NPHY_CRSCTL BWN_PHY_N(0x047) /* CRS control */
465 #define BWN_NPHY_CRSIT_COCNT_LO BWN_PHY_N(0x124) /* CRS idle time CRS-on count (low) */
466 #define BWN_NPHY_CRSIT_COCNT_HI BWN_PHY_N(0x125) /* CRS idle time CRS-on count (high) */
467 #define BWN_NPHY_CRSIT_MTCNT_LO BWN_PHY_N(0x126) /* CRS idle time measure time count (low) */
468 #define BWN_NPHY_CRSIT_MTCNT_HI BWN_PHY_N(0x127) /* CRS idle time measure time count (high) */
489 #define BWN_NPHY_MIMO_CRSTXEXT BWN_PHY_N(0x13A) /* MIMO PHY CRS TX extension */
630 #define BWN_NPHY_CRS_CHECK BWN_PHY_N(0x1CB) /* CRS check */
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a55/
H A Dbranch.json48 ….This event counts when any procedure return which can be predicted by the CRS is retired, was tak…
51 ….This event counts when any procedure return which can be predicted by the CRS is retired, was tak…
54 ….This event counts when any procedure return which can be predicted by the CRS is retired, was tak…
57 ….This event counts when any procedure return which can be predicted by the CRS is retired, was tak…
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,kirkwood-pinctrl.txt35 mii(crs)
43 mpp16 16 gpio, sdio(d2), uart0(cts), uart1(rxd), mii(crs)
73 mii(crs), sata0(prsnt)
81 mpp16 16 gpio, sdio(d2), uart0(cts), uart1(rxd), mii(crs)
117 mii(crs), sata0(prsnt)
125 mpp16 16 gpio, sdio(d2), uart0(cts), uart1(rxd), mii(crs),
166 mii(crs), sata0(prsnt)
174 mpp16 16 gpio, sdio(d2), uart0(cts), uart1(rxd), mii(crs),
228 mpp9 9 gpio, twsi(sck), uart0(cts), uart1(cts), mii(crs),
238 mpp16 16 gpio, sdio(d2), uart0(cts), uart1(rxd), mii(crs),
H A Dmarvell,orion-pinctrl.txt34 mpp10 10 gpio, ge(crs)
59 mpp10 10 gpio, ge(crs)
84 mpp10 10 gpio, ge(crs)
H A Dmarvell,armada-370-pinctrl.txt47 mpp26 26 gpio, ge0(crs), ge1(rxd1), spi1(miso)
H A Dmarvell,armada-xp-pinctrl.txt40 mpp19 19 gpio, ge0(crs), ge1(rxd1), lcd(d19), ptp(evreq)
H A Dmarvell,armada-38x-pinctrl.txt24 mpp6 6 gpio, ge0(txclkout), ge0(crs), dev(cs3)
/freebsd/crypto/openssh/
H A Dkrl.c252 struct revoked_serial rs, *ers, *crs, *irs; in insert_serial_range() local
290 while ((crs = RB_PREV(revoked_serial_tree, rt, ers)) != NULL) { in insert_serial_range()
291 KRL_DBG(("pred %llu:%llu", crs->lo, crs->hi)); in insert_serial_range()
292 if (ers->lo != 0 && crs->hi < ers->lo - 1) in insert_serial_range()
295 if (crs->lo < ers->lo) { in insert_serial_range()
296 ers->lo = crs->lo; in insert_serial_range()
299 RB_REMOVE(revoked_serial_tree, rt, crs); in insert_serial_range()
300 free(crs); in insert_serial_range()
303 while ((crs = RB_NEXT(revoked_serial_tree, rt, ers)) != NULL) { in insert_serial_range()
304 KRL_DBG(("succ %llu:%llu", crs->lo, crs->hi)); in insert_serial_range()
[all …]
/freebsd/share/examples/scsi_target/
H A Dscsi_target.c947 struct ccb_relsim crs; in rel_simq() local
949 bzero(&crs, sizeof(crs)); in rel_simq()
950 crs.ccb_h.func_code = XPT_REL_SIMQ; in rel_simq()
951 crs.release_flags = RELSIM_RELEASE_AFTER_QEMPTY; in rel_simq()
952 crs.openings = 0; in rel_simq()
953 crs.release_timeout = 0; in rel_simq()
954 crs.qfrozen_cnt = 0; in rel_simq()
955 send_ccb((union ccb *)&crs, /*priority*/0); in rel_simq()
/freebsd/usr.bin/lorder/tests/
H A Dlorder_test.sh91 ar -crs $n.a $n.o
94 ar -crs z.a d.o e.o
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_cam.c1172 struct ccb_relsim crs; in smartpqi_adjust_queue_depth() local
1176 memset(&crs, 0, sizeof(struct ccb_relsim)); in smartpqi_adjust_queue_depth()
1177 xpt_setup_ccb(&crs.ccb_h, path, 5); in smartpqi_adjust_queue_depth()
1178 crs.ccb_h.func_code = XPT_REL_SIMQ; in smartpqi_adjust_queue_depth()
1179 crs.ccb_h.flags = CAM_DEV_QFREEZE; in smartpqi_adjust_queue_depth()
1180 crs.release_flags = RELSIM_ADJUST_OPENINGS; in smartpqi_adjust_queue_depth()
1181 crs.openings = queue_depth; in smartpqi_adjust_queue_depth()
1182 xpt_action((union ccb *)&crs); in smartpqi_adjust_queue_depth()
1183 if(crs.ccb_h.status != CAM_REQ_CMP) { in smartpqi_adjust_queue_depth()
1184 printf("XPT_REL_SIMQ failed stat=%d\n", crs.ccb_h.status); in smartpqi_adjust_queue_depth()
/freebsd/sys/cam/
H A Dcam_xpt.c2922 struct ccb_relsim *crs; in xpt_action_default() local
2925 crs = &start_ccb->crs; in xpt_action_default()
2928 crs->ccb_h.status = CAM_DEV_NOT_THERE; in xpt_action_default()
2932 if ((crs->release_flags & RELSIM_ADJUST_OPENINGS) != 0) { in xpt_action_default()
2934 if (crs->openings > 0) { in xpt_action_default()
2935 xpt_dev_ccbq_resize(path, crs->openings); in xpt_action_default()
2939 crs->openings); in xpt_action_default()
2945 if ((crs->release_flags & RELSIM_RELEASE_AFTER_TIMEOUT) != 0) { in xpt_action_default()
2959 SBT_1MS * crs->release_timeout, SBT_1MS, in xpt_action_default()
2965 if ((crs->release_flags & RELSIM_RELEASE_AFTER_CMDCMPLT) != 0) { in xpt_action_default()
[all …]
H A Dcam_periph.c1355 struct ccb_relsim crs; in cam_release_devq() local
1359 memset(&crs, 0, sizeof(crs)); in cam_release_devq()
1360 xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NORMAL); in cam_release_devq()
1361 crs.ccb_h.func_code = XPT_REL_SIMQ; in cam_release_devq()
1362 crs.ccb_h.flags = getcount_only ? CAM_DEV_QFREEZE : 0; in cam_release_devq()
1363 crs.release_flags = relsim_flags; in cam_release_devq()
1364 crs.openings = openings; in cam_release_devq()
1365 crs.release_timeout = arg; in cam_release_devq()
1366 xpt_action((union ccb *)&crs); in cam_release_devq()
1367 return (crs.qfrozen_cnt); in cam_release_devq()
/freebsd/sys/dev/mpt/
H A Dmpt_raid.c1072 struct ccb_relsim crs; in mpt_adjust_queue_depth() local
1074 memset(&crs, 0, sizeof(crs)); in mpt_adjust_queue_depth()
1075 xpt_setup_ccb(&crs.ccb_h, path, /*priority*/5); in mpt_adjust_queue_depth()
1076 crs.ccb_h.func_code = XPT_REL_SIMQ; in mpt_adjust_queue_depth()
1077 crs.ccb_h.flags = CAM_DEV_QFREEZE; in mpt_adjust_queue_depth()
1078 crs.release_flags = RELSIM_ADJUST_OPENINGS; in mpt_adjust_queue_depth()
1079 crs.openings = mpt->raid_queue_depth; in mpt_adjust_queue_depth()
1080 xpt_action((union ccb *)&crs); in mpt_adjust_queue_depth()
1081 if (crs.ccb_h.status != CAM_REQ_CMP) in mpt_adjust_queue_depth()
1083 "with CAM status %#x\n", crs.ccb_h.status); in mpt_adjust_queue_depth()
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dmicrochip,ksz.yaml70 MII / RMII (except TX_CLK/REFCLKI, COL and CRS) and CLKO_25_125 lines.
77 COL, CRS, LEDs, PME_N, NTRP_N, SDO and SDI/SDA/MDIO lines.
/freebsd/share/man/man5/
H A Dpbm.523 Whitespace (blanks, TABs, CRs, LFs).
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-boneblack.dts140 "[mii crs]",
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dmpc832x_rdb.dts194 0 31 2 0 1 0>; /* CRS */
214 1 13 2 0 1 0>; /* CRS */
H A Dmpc832x_mds.dts206 1 13 2 0 1 0>; /* CRS */
226 1 31 2 0 1 0>; /* CRS */
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp10 // profitably allocated as GPRs rather than CRs. This pass will become totally
17 // in GPRs rather than CRs, so casting them to i32/i64 at the LLVM IR level will
/freebsd/sys/dev/mii/
H A Dnsphyreg.h89 #define LBREMR_ALTCRS 0x0040 /* alt crs operation */
/freebsd/contrib/libpcap/
H A Detherent.c56 * Skip linear white space (space and tab) and any CRs before LF.
/freebsd/tools/build/mk/
H A DMakefile.boot62 ARFLAGS:= -crs
/freebsd/contrib/tcpdump/
H A Dprint-ascii.c80 * Don't print CRs at the end of the line; they in ascii_print()

123