/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | mellanox,i2c-mlxbf.txt | 27 reg = <0x02804000 0x800>, 28 <0x02801200 0x020>, 29 <0x02801260 0x020>; 36 reg = <0x02808800 0x600>, 37 <0x02808e00 0x020>, 38 <0x02808e20 0x020>, 39 <0x02808e40 0x010>;
|
H A D | mellanox,i2c-mlxbf.yaml | 61 reg = <0x02804000 0x800>, 62 <0x02801200 0x020>, 63 <0x02801260 0x020>; 71 reg = <0x02808800 0x600>, 72 <0x02808e00 0x020>, 73 <0x02808e20 0x020>, 74 <0x02808e40 0x010>;
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/ |
H A D | ppc440spe-adma.txt | 23 reg = <0x00000004 0x00100000 0x100>; 24 dcr-reg = <0x060 0x020>; 34 (typically 0x0 and 0x1 for DMA0 and DMA1) 46 cell-index = <0>; 47 reg = <0x00000004 0x00100100 0x100>; 48 dcr-reg = <0x060 0x020>; 50 interrupts = <0 1>; 52 #address-cells = <0>; 53 #size-cells = <0>; 55 0 &UIC0 0x14 4 [all …]
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | katmai.dts | 22 dcr-parent = <&{/cpus/cpu@0}>; 33 #size-cells = <0>; 35 cpu@0 { 38 reg = <0x00000000>; 39 clock-frequency = <0>; /* Filled in by zImage */ 40 timebase-frequency = <0>; /* Filled in by zImage */ 53 reg = <0x0 0x00000000 0x0 0x00000000>; /* Filled in by U-Boot */ 59 cell-index = <0>; 60 dcr-reg = <0x0c0 0x009>; 61 #address-cells = <0>; [all …]
|
H A D | icon.dts | 18 dcr-parent = <&{/cpus/cpu@0}>; 29 #size-cells = <0>; 31 cpu@0 { 34 reg = <0x00000000>; 35 clock-frequency = <0>; /* Filled in by U-Boot */ 36 timebase-frequency = <0>; /* Filled in by U-Boot */ 49 reg = <0x0 0x00000000 0x0 0x00000000>; /* Filled in by U-Boot */ 55 cell-index = <0>; 56 dcr-reg = <0x0c0 0x009>; 57 #address-cells = <0>; [all …]
|
H A D | redwood.dts | 18 dcr-parent = <&{/cpus/cpu@0}>; 27 #size-cells = <0>; 29 cpu@0 { 32 reg = <0x00000000>; 33 clock-frequency = <0>; /* Filled in by U-Boot */ 34 timebase-frequency = <0>; /* Filled in by U-Boot */ 46 reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */ 52 cell-index = <0>; 53 dcr-reg = <0x0c0 0x009>; 54 #address-cells = <0>; [all …]
|
H A D | canyonlands.dts | 18 dcr-parent = <&{/cpus/cpu@0}>; 29 #size-cells = <0>; 31 cpu@0 { 34 reg = <0x00000000>; 35 clock-frequency = <0>; /* Filled in by U-Boot */ 36 timebase-frequency = <0>; /* Filled in by U-Boot */ 49 reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */ 55 cell-index = <0>; 56 dcr-reg = <0x0c0 0x009>; 57 #address-cells = <0>; [all …]
|
H A D | bluestone.dts | 16 dcr-parent = <&{/cpus/cpu@0}>; 26 #size-cells = <0>; 28 cpu@0 { 31 reg = <0x00000000>; 32 clock-frequency = <0>; /* Filled in by U-Boot */ 33 timebase-frequency = <0>; /* Filled in by U-Boot */ 46 reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */ 52 cell-index = <0>; 53 dcr-reg = <0x0c0 0x009>; 54 #address-cells = <0>; [all …]
|
/freebsd/contrib/nvi/common/ |
H A D | exf.h | 49 #define F_DEVSET 0x001 /* mdev/minode fields initialized. */ 50 #define F_FIRSTMODIFY 0x002 /* File not yet modified. */ 51 #define F_MODIFIED 0x004 /* File is currently dirty. */ 52 #define F_MULTILOCK 0x008 /* Multiple processes running, lock. */ 53 #define F_NOLOG 0x010 /* Logging turned off. */ 54 #define F_RCV_NORM 0x020 /* Don't delete recovery files. */ 55 #define F_RCV_ON 0x040 /* Recovery is possible. */ 56 #define F_UNDO 0x080 /* No change since last undo. */ 61 #define DBG_FATAL 0x001 /* If DNE, error message. */ 62 #define DBG_NOCACHE 0x002 /* Ignore the front-end cache. */ [all …]
|
/freebsd/sys/sys/ |
H A D | devicestat.h | 64 DEVSTAT_ALL_SUPPORTED = 0x00, 65 DEVSTAT_NO_BLOCKSIZE = 0x01, 66 DEVSTAT_NO_ORDERED_TAGS = 0x02, 67 DEVSTAT_BS_UNAVAILABLE = 0x04 71 DEVSTAT_NO_DATA = 0x00, 72 DEVSTAT_READ = 0x01, 73 DEVSTAT_WRITE = 0x02, 74 DEVSTAT_FREE = 0x03 79 DEVSTAT_TAG_SIMPLE = 0x00, 80 DEVSTAT_TAG_HEAD = 0x01, [all …]
|
H A D | reboot.h | 39 #define RB_AUTOBOOT 0 /* flags for system auto-booting itself */ 41 #define RB_ASKNAME 0x001 /* force prompt of device of root filesystem */ 42 #define RB_SINGLE 0x002 /* reboot to single user only */ 43 #define RB_NOSYNC 0x004 /* dont sync before reboot */ 44 #define RB_HALT 0x008 /* don't reboot, just halt */ 45 #define RB_INITNAME 0x010 /* Unused placeholder to specify init path */ 46 #define RB_DFLTROOT 0x020 /* use compiled-in rootdev */ 47 #define RB_KDB 0x040 /* give control to kernel debugger */ 48 #define RB_RDONLY 0x08 [all...] |
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/ |
H A D | vf610-pinfunc.h | 14 #define ALT0 0x0 15 #define ALT1 0x1 16 #define ALT2 0x2 17 #define ALT3 0x3 18 #define ALT4 0x4 19 #define ALT5 0x5 20 #define ALT6 0x6 21 #define ALT7 0x7 24 #define VF610_PAD_PTA6__GPIO_0 0x000 0x000 ALT0 0x0 25 #define VF610_PAD_PTA6__RMII_CLKOUT 0x000 0x000 ALT1 0x0 [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imxrt1170-pinfunc.h | 10 #define IMX_PAD_SION 0x40000000 17 #define IOMUXC_GPIO_LPSR_00_FLEXCAN3_TX 0x000 0x040 0x0 0x0 0x0 18 #define IOMUXC_GPIO_LPSR_00_MIC_CLK 0x000 0x040 0x0 0x1 0x0 19 #define IOMUXC_GPIO_LPSR_00_MQS_RIGHT 0x000 0x040 0x0 0x2 0x0 20 #define IOMUXC_GPIO_LPSR_00_ARM_CM4_EVENTO 0x000 0x040 0x0 0x3 0x0 21 #define IOMUXC_GPIO_LPSR_00_GPIO_MUX6_IO00 0x000 0x040 0x0 0x5 0x0 22 #define IOMUXC_GPIO_LPSR_00_LPUART12_TXD 0x000 0x040 0x0B0 0x6 0x0 23 #define IOMUXC_GPIO_LPSR_00_SAI4_MCLK 0x000 0x040 0x0C8 0x7 0x0 24 #define IOMUXC_GPIO_LPSR_00_GPIO12_IO00 0x000 0x040 0x0 0xA 0x0 26 #define IOMUXC_GPIO_LPSR_01_FLEXCAN3_RX 0x004 0x044 0x080 0x0 0x0 [all …]
|
H A D | imx25-pinfunc.h | 16 #define MX25_PAD_A10__A10 0x008 0x000 0x000 0x00 0x000 17 #define MX25_PAD_A10__GPIO_4_0 0x008 0x000 0x000 0x05 0x000 19 #define MX25_PAD_A13__A13 0x00c 0x22C 0x000 0x00 0x000 20 #define MX25_PAD_A13__GPIO_4_1 0x00c 0x22C 0x000 0x05 0x000 21 #define MX25_PAD_A13__LCDC_CLS 0x00c 0x22C 0x000 0x07 0x000 23 #define MX25_PAD_A14__A14 0x010 0x230 0x000 0x00 0x000 24 #define MX25_PAD_A14__GPIO_2_0 0x010 0x230 0x000 0x05 0x000 25 #define MX25_PAD_A14__SIM1_CLK1 0x010 0x230 0x000 0x06 0x000 26 #define MX25_PAD_A14__LCDC_SPL 0x010 0x230 0x000 0x07 0x000 28 #define MX25_PAD_A15__A15 0x014 0x234 0x000 0x00 0x000 [all …]
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_dmp.h | 47 (((_value) & _flag) != 0) 54 #define BCMA_OOB_BUSCONFIG 0x020 55 #define BCMA_OOB_STATUSA 0x100 56 #define BCMA_OOB_STATUSB 0x104 57 #define BCMA_OOB_STATUSC 0x108 58 #define BCMA_OOB_STATUSD 0x10c 59 #define BCMA_OOB_ENABLEA0 0x200 60 #define BCMA_OOB_ENABLEA1 0x204 61 #define BCMA_OOB_ENABLEA2 0x208 62 #define BCMA_OOB_ENABLEA3 0x20c [all …]
|
/freebsd/sys/isa/ |
H A D | isareg.h | 46 #define IO_ISABEGIN 0x000 /* 0x000 - Beginning of I/O Registers */ 47 #define IO_ICU1 0x020 /* 8259A Interrupt Controller #1 */ 48 #define IO_KBD 0x060 /* 8042 Keyboard */ 49 #define IO_RTC 0x070 /* RTC */ 50 #define IO_ICU2 0x0A0 /* 8259A Interrupt Controller #2 */ 52 #define IO_MDA 0x3B0 /* Monochome Adapter */ 53 #define IO_VGA 0x3C0 /* E/VGA Ports */ 54 #define IO_CGA 0x3D0 /* CGA Ports */
|
/freebsd/share/man/man9/ |
H A D | devstat.9 | 119 list, it should be set to 0. 398 DEVSTAT_TYPE_DIRECT = 0x000, 399 DEVSTAT_TYPE_SEQUENTIAL = 0x001, 400 DEVSTAT_TYPE_PRINTER = 0x002, 401 DEVSTAT_TYPE_PROCESSOR = 0x003, 402 DEVSTAT_TYPE_WORM = 0x004, 403 DEVSTAT_TYPE_CDROM = 0x005, 404 DEVSTAT_TYPE_SCANNER = 0x006, 405 DEVSTAT_TYPE_OPTICAL = 0x007, 406 DEVSTAT_TYPE_CHANGER = 0x008, [all …]
|
/freebsd/sys/arm/freescale/ |
H A D | fsl_ocotpreg.h | 32 #define FSL_OCOTP_CTRL 0x000 33 #define FSL_OCOTP_CTRL_SET 0x004 34 #define FSL_OCOTP_CTRL_CLR 0x008 35 #define FSL_OCOTP_CTRL_TOG 0x00C 36 #define FSL_OCOTP_TIMING 0x010 37 #define FSL_OCOTP_DATA 0x020 38 #define FSL_OCOTP_READ_CTRL 0x030 39 #define FSL_OCOTP_READ_FUSE_DATA 0x040 40 #define FSL_OCOTP_SW_STICKY 0x050 41 #define FSL_OCOTP_SCS 0x060 [all …]
|
/freebsd/sys/dev/virtio/mmio/ |
H A D | virtio_mmio.h | 59 #define VIRTIO_MMIO_MAGIC_VALUE 0x000 60 #define VIRTIO_MMIO_VERSION 0x004 61 #define VIRTIO_MMIO_DEVICE_ID 0x008 62 #define VIRTIO_MMIO_VENDOR_ID 0x00c 63 #define VIRTIO_MMIO_HOST_FEATURES 0x010 64 #define VIRTIO_MMIO_HOST_FEATURES_SEL 0x014 65 #define VIRTIO_MMIO_GUEST_FEATURES 0x020 66 #define VIRTIO_MMIO_GUEST_FEATURES_SEL 0x024 67 #define VIRTIO_MMIO_GUEST_PAGE_SIZE 0x028 /* version 1 only */ 68 #define VIRTIO_MMIO_QUEUE_SEL 0x030 [all …]
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_tty.h | 44 #define TCIFLUSH 0 83 #define LDISC_STD 0x000 /* standard */ 84 #define LDISC_CLK 0x001 /* depredated tty_clk \n */ 85 #define LDISC_CLKPPS 0x002 /* depredated tty_clk \377 */ 86 #define LDISC_ACTS 0x004 /* depredated tty_clk #* */ 87 #define LDISC_CHU 0x008 /* depredated */ 88 #define LDISC_PPS 0x010 /* depredated */ 89 #define LDISC_RAW 0x020 /* raw binary */ 90 #define LDISC_ECHO 0x04 [all...] |
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_tmplt.h | 57 #define Q8_CE_OPCODE_NOP 0x000 58 #define Q8_CE_OPCODE_WRITE_LIST 0x001 59 #define Q8_CE_OPCODE_READ_WRITE_LIST 0x002 60 #define Q8_CE_OPCODE_POLL_LIST 0x004 61 #define Q8_CE_OPCODE_POLL_WRITE_LIST 0x008 62 #define Q8_CE_OPCODE_READ_MODIFY_WRITE 0x010 63 #define Q8_CE_OPCODE_SEQ_PAUSE 0x020 64 #define Q8_CE_OPCODE_SEQ_END 0x040 65 #define Q8_CE_OPCODE_TMPLT_END 0x080 66 #define Q8_CE_OPCODE_POLL_RD_LIST 0x100
|
/freebsd/sbin/ipf/common/ |
H A D | ipmon.h | 92 #define IPMAC_DIRECTION 0x0001 93 #define IPMAC_DSTIP 0x0002 94 #define IPMAC_DSTPORT 0x0004 95 #define IPMAC_EVERY 0x0008 96 #define IPMAC_GROUP 0x0010 97 #define IPMAC_INTERFACE 0x0020 98 #define IPMAC_LOGTAG 0x0040 99 #define IPMAC_NATTAG 0x0080 100 #define IPMAC_PROTOCOL 0x0100 101 #define IPMAC_RESULT 0x0200 [all …]
|
/freebsd/sys/dev/hwpmc/ |
H A D | pmu_dmc620_reg.h | 35 #define DMC620_SNAPSHOT_REQ 0x000 /* WO */ 36 #define DMC620_SNAPSHOT_ACK 0x004 /* RO */ 37 #define DMC620_OVERFLOW_STATUS_CLKDIV2 0x008 /* RW */ 38 #define DMC620_OVERFLOW_STATUS_CLK 0x00C /* RW */ 40 #define DMC620_COUNTER_MASK_LO 0x000 /* RW */ 41 #define DMC620_COUNTER_MASK_HI 0x004 /* RW */ 42 #define DMC620_COUNTER_MATCH_LO 0x008 /* RW */ 43 #define DMC620_COUNTER_MATCH_HI 0x00C /* RW */ 44 #define DMC620_COUNTER_CONTROL 0x010 /* RW */ 45 #define DMC620_COUNTER_CONTROL_ENABLE (1 << 0) [all …]
|
/freebsd/lib/libc/stdio/ |
H A D | printflocal.h | 38 #define ALT 0x001 /* alternate form */ 39 #define LADJUST 0x004 /* left adjustment */ 40 #define LONGDBL 0x008 /* long double */ 41 #define LONGINT 0x010 /* long integer */ 42 #define LLONGINT 0x020 /* long long integer */ 43 #define SHORTINT 0x040 /* short integer */ 44 #define ZEROPAD 0x080 /* zero (as opposed to blank) pad */ 45 #define FPT 0x100 /* Floating point number */ 46 #define GROUPING 0x200 /* use grouping ("'" flag) */ 48 #define SIZET 0x400 /* size_t */ [all …]
|
/freebsd/sbin/ffsinfo/ |
H A D | ffsinfo.8 | 69 .Ar 0 88 .It Ar 0x001 90 .It Ar 0x002 92 .It Ar 0x004 94 .It Ar 0x008 96 .It Ar 0x010 98 .It Ar 0x020 100 .It Ar 0x040 102 .It Ar 0x100 104 .It Ar 0x200
|