Searched +full:0 +full:x255 (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.bin/mkimg/tests/ |
H A D | mkimg_test.sh | 4 mkimg_geom_list="1x1 63x255" 12 *) echo 0 ;; 14 return 0 27 return 0 45 if test $bootsz -gt 0; then 67 return 0 93 return 0 121 atf_check -s exit:0 diff -u $baseline $result 123 return 0 135 return 0
|
/freebsd/bin/pax/tests/ |
H A D | legacy_test.pl | 9 my $n = 0; 44 "$work94/$x60/${x95}x255", # 255 chars 49 my $n = 0; 52 ok($? == 0, "Wrote 'ustar.ok' containing files with lengths @l"); 59 ok($? == 0, "Restored 'ustar.ok' containing files with lengths @l"); 62 ok($? == 0, "Restored files are identical");
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | renesas,rz-ssi.yaml | 65 bits[0:9] - Specifies MID/RID value of a SSI channel as below 66 MID/RID value of SSI rx0 = 0x256 67 MID/RID value of SSI tx0 = 0x255 68 MID/RID value of SSI rx1 = 0x25a 69 MID/RID value of SSI tx1 = 0x259 70 MID/RID value of SSI rt2 = 0x25f 71 MID/RID value of SSI rx3 = 0x262 72 MID/RID value of SSI tx3 = 0x261 75 bit[11] - LVL = 0, Detects based on the edge 77 bit[15] - TM = 0, Single transfer mode [all …]
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 12 0x00 Undefined 13 0x01 Pointer 14 0x02 Mouse 15 0x03 Reserved 16 0x04 Joystick 17 0x05 Game Pad 18 0x06 Keyboard 19 0x07 Keypad 20 0x08 Multi-axis Controller 21 0x09 Tablet PC System Controls [all …]
|
H A D | pci_vendors | 89 # probably misprogrammed Intel Atom C2338 on Dell 0K8Y0N board 95 0b60 NVMe DC SSD [Sentinel Rock Plus controller] 112 0b70 NVMe DC SSD [Yorktown controller] 137 000a TTP-Monitoring Card V2.0 199 0a89 BREA Technologies Inc 200 0b0b Rhino Equipment Corp. 214 0a06 RCB672FXX 672-channel modular analog telephony card 215 0bae Bachmann electronic GmbH 216 0ccd Preferred Networks, Inc. 219 0ccd 0000 MN-Core 2 16GB [all …]
|
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_regs.h | 34 #define BWN_NPHY_BBCFG BWN_PHY_N(0x001) /* BB config */ 35 #define BWN_NPHY_BBCFG_RSTCCA 0x4000 /* Reset CCA */ 36 #define BWN_NPHY_BBCFG_RSTRX 0x8000 /* Reset RX */ 37 #define BWN_NPHY_CHANNEL BWN_PHY_N(0x005) /* Channel */ 38 #define BWN_NPHY_TXERR BWN_PHY_N(0x007) /* TX error */ 39 #define BWN_NPHY_BANDCTL BWN_PHY_N(0x009) /* Band control */ 40 #define BWN_NPHY_BANDCTL_5GHZ 0x0001 /* Use the 5GHz band */ 41 #define BWN_NPHY_4WI_ADDR BWN_PHY_N(0x00B) /* Four-wire bus address */ 42 #define BWN_NPHY_4WI_DATAHI BWN_PHY_N(0x00C) /* Four-wire bus data high */ 43 #define BWN_NPHY_4WI_DATALO BWN_PHY_N(0x00D) /* Four-wire bus data low */ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | VOP3Instructions.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 14 let HasExtVOP3DPP = 0; 15 let HasExtDPP = 0; 28 let HasExtVOP3DPP = 0; 29 let HasExtDPP = 0; 44 let HasExtVOP3DPP = 0; 45 let HasExtDPP = 0; 49 let HasExtVOP3DPP = 0; 50 let HasExtDPP = 0; 60 let mayRaiseFPException = 0; [all …]
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_urtw.c | 68 static SYSCTL_NODE(_hw_usb, OID_AUTO, urtw, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, 71 int urtw_debug = 0; 72 SYSCTL_INT(_hw_usb_urtw, OID_AUTO, debug, CTLFLAG_RWTUN, &urtw_debug, 0, 75 URTW_DEBUG_XMIT = 0x00000001, /* basic xmit operation */ 76 URTW_DEBUG_RECV = 0x00000002, /* basic recv operation */ 77 URTW_DEBUG_RESET = 0x00000004, /* reset processing */ 78 URTW_DEBUG_TX_PROC = 0x00000008, /* tx ISR proc */ 79 URTW_DEBUG_RX_PROC = 0x00000010, /* rx ISR proc */ 80 URTW_DEBUG_STATE = 0x00000020, /* 802.11 state transitions */ 81 URTW_DEBUG_STAT = 0x00000040, /* statistic */ [all …]
|