| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
| H A D | byteorder.h | 129 #define BE_IN8(xa) \ argument 130 *((uint8_t *)(xa)) 133 (((uint16_t)BE_IN8(xa) << 8) | BE_IN8((uint8_t *)(xa)+1)) 136 (((uint32_t)BE_IN16(xa) << 16) | BE_IN16((uint8_t *)(xa)+2)) 139 (((uint64_t)BE_IN32(xa) << 32) | BE_IN32((uint8_t *)(xa)+4)) 142 *((uint8_t *)(xa)) 145 (((uint16_t)LE_IN8((uint8_t *)(xa) + 1) << 8) | LE_IN8(xa)) 148 (((uint32_t)LE_IN16((uint8_t *)(xa) + 2) << 16) | LE_IN16(xa)) 151 (((uint64_t)LE_IN32((uint8_t *)(xa) + 4) << 32) | LE_IN32(xa)) 158 #define BE_OUT8(xa, yv) *((uint8_t *)(xa)) = (uint8_t)(yv); argument [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | byteorder.h | 160 #define BE_IN8(xa) \ argument 161 *((uint8_t *)(xa)) 164 (((uint16_t)BE_IN8(xa) << 8) | BE_IN8((uint8_t *)(xa)+1)) 167 (((uint32_t)BE_IN16(xa) << 16) | BE_IN16((uint8_t *)(xa)+2)) 170 (((uint64_t)BE_IN32(xa) << 32) | BE_IN32((uint8_t *)(xa)+4)) 173 *((uint8_t *)(xa)) 176 (((uint16_t)LE_IN8((uint8_t *)(xa) + 1) << 8) | LE_IN8(xa)) 179 (((uint32_t)LE_IN16((uint8_t *)(xa) + 2) << 16) | LE_IN16(xa)) 182 (((uint64_t)LE_IN32((uint8_t *)(xa) + 4) << 32) | LE_IN32(xa)) 189 #define BE_OUT8(xa, yv) *((uint8_t *)(xa)) = (uint8_t)(yv); argument [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | byteorder.h | 51 #define BE_IN8(xa) \ argument 52 *((uint8_t *)(xa)) 54 #define BE_IN16(xa) \ argument 55 (((uint16_t)BE_IN8(xa) << 8) | BE_IN8((uint8_t *)(xa)+1)) 57 #define BE_IN32(xa) \ argument 58 (((uint32_t)BE_IN16(xa) << 16) | BE_IN16((uint8_t *)(xa)+2))
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/mount/ |
| H A D | umount_unlinked_drain.ksh | 77 for xa in ${xattrs[@]}; do 81 log_must zfs set xattr=$xa $TESTPOOL/$TESTFS.$fs 83 if [[ $xa == off ]]; then
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/ |
| H A D | p2020ds.dtsi | 221 0x8800 0x0 0x0 0x2 &i8259 0xa 0x2 225 0x8900 0x0 0x0 0x2 &i8259 0xa 0x2 229 0x8a00 0x0 0x0 0x2 &i8259 0xa 0x2 233 0x8b00 0x0 0x0 0x2 &i8259 0xa 0x2 237 0x8c00 0x0 0x0 0x2 &i8259 0xa 0x2 241 0x8d00 0x0 0x0 0x2 &i8259 0xa 0x2 245 0x8e00 0x0 0x0 0x2 &i8259 0xa 0x2 249 0x8f00 0x0 0x0 0x2 &i8259 0xa 0x2
|
| H A D | mpc8572ds_camp_core1.dts | 85 0x9 0xa 0xb 0xc /* usb */
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | eeti.txt | 5 - reg: I2C address of the chip. Should be set to <0xa> 25 reg = <0xa>;
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | byteorder.h | 107 #define BE_IN32(xa) htonl(*((uint32_t *)(void *)(xa))) argument
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | pci-msi.txt | 67 reg = <0xa 0x1>; 95 reg = <0xa 0x1>; 124 reg = <0xa 0x1>; 154 reg = <0xa 0x1>; 184 reg = <0xa 0x1>;
|
| H A D | pci-iommu.txt | 56 reg = <0xa 0x1>; 83 reg = <0xa 0x1>; 111 reg = <0xa 0x1>; 139 reg = <0xa 0x1>;
|
| H A D | mvebu-pci.txt | 128 0x82000000 0xa 0 MBUS_ID(0x08, 0xf8) 0 1 0 /* Port 3.0 MEM */ 129 0x81000000 0xa 0 MBUS_ID(0x08, 0xf0) 0 1 0 /* Port 3.0 IO */>; 286 ranges = <0x82000000 0 0 0x82000000 0xa 0 1 0 287 0x81000000 0 0 0x81000000 0xa 0 1 0>;
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | mvme5100.dts | 132 0x8000 0x0 0x0 0x2 &mpic 0xa 0x1 139 0x8800 0x0 0x0 0x3 &mpic 0xa 0x1 149 0xa000 0x0 0x0 0x2 &mpic 0xa 0x1
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | pm8009.dtsi | 12 reg = <0xa SPMI_USID>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/xilinx/ |
| H A D | zynqmp-zcu102-revB.dts | 22 ti,tx-internal-delay = <0xa>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | imx53-kp-hsc.dts | 27 reg = <0xa>;
|
| H A D | armada-xp-mv78460.dtsi | 113 0x82000000 0xa 0 MBUS_ID(0x08, 0xf8) 0 1 0 /* Port 3.0 MEM */ 114 0x81000000 0xa 0 MBUS_ID(0x08, 0xf0) 0 1 0 /* Port 3.0 IO */>; 285 ranges = <0x82000000 0 0 0x82000000 0xa 0 1 0 286 0x81000000 0 0 0x81000000 0xa 0 1 0>;
|
| H A D | zynq-parallella.dts | 51 <0x3 0x11 0xfff0 0xa>;
|
| H A D | ep7211-edb7211.dts | 20 0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/freescale/ |
| H A D | qoriq-fman3-0-1g-2.dtsi | 11 cell-index = <0xa>;
|
| H A D | fsl-ls1012a-oxalis.dts | 79 reg = <0xa>;
|
| H A D | fsl-ls1012a-frdm.dts | 70 reg = <0xa>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-3720-turris-mox.dts | 385 reg = <0xa>; 394 reg = <0xa>; 577 reg = <0xa>; 586 reg = <0xa>; 769 reg = <0xa>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/mediatek/ |
| H A D | mediatek,hdmi.txt | 67 - mediatek,ibias: TX DRV bias current for <1.65Gbps, defaults to 0xa 85 mediatek,ibias = <0xa>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | fw-cfg.txt | 36 reg = <0x0 0x9020000 0x0 0xa>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/dsa/ |
| H A D | lan9303.txt | 39 reg = <0xa>;
|