Searched +full:0 +full:x124000 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/riscv/riscv/ |
| H A D | elf_machdep.c | 75 .sv_maxuser = 0, /* Filled in during boot. */ 76 .sv_usrstack = 0, /* Filled in during boot. */ 77 .sv_psstrings = 0, /* Filled in during boot. */ 90 .sv_shared_page_base = 0, /* Filled in during boot. */ 141 SYSCTL_BOOL(_debug, OID_AUTO, kld_reloc, CTLFLAG_RW, &debug_kld, 0, 165 mask = ~0; in gen_bitmask() 169 if (lsb > 0) in gen_bitmask() 224 * For example, 0x123800 can be calculated by adding upper 20 bit of 225 * 0x124000 and sign-extended 12bit immediate whose bit pattern is 226 * 0x800 as follows: [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/i3c/ |
| H A D | i3c.yaml | 20 pattern: "^i3c@[0-9a-f]+$" 40 const: 0 69 "@[0-9a-f]+$": 89 minimum: 0 90 maximum: 0x7f 91 - const: 0 97 * 0: I2C device has a 50 ns spike filter 105 * 0: FM+ mode 107 bit[3:0]: device type 108 * 0-15: reserved [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mmio.c | 24 [WF_AGG_BASE] = { { 0x820e2000, 0x820f2000, 0x830e2000 } }, 25 [WF_ARB_BASE] = { { 0x820e3000, 0x820f3000, 0x830e3000 } }, 26 [WF_TMAC_BASE] = { { 0x820e4000, 0x820f4000, 0x830e4000 } }, 27 [WF_RMAC_BASE] = { { 0x820e5000, 0x820f5000, 0x830e5000 } }, 28 [WF_DMA_BASE] = { { 0x820e7000, 0x820f7000, 0x830e7000 } }, 29 [WF_WTBLOFF_BASE] = { { 0x820e9000, 0x820f9000, 0x830e9000 } }, 30 [WF_ETBF_BASE] = { { 0x820ea000, 0x820fa000, 0x830ea000 } }, 31 [WF_LPON_BASE] = { { 0x820eb000, 0x820fb000, 0x830eb000 } }, 32 [WF_MIB_BASE] = { { 0x820ed000, 0x820fd000, 0x830ed000 } }, 33 [WF_RATE_BASE] = { { 0x820ee000, 0x820fe000, 0x830ee000 } }, [all …]
|