Home
last modified time | relevance | path

Searched +full:8 +full:mb (Results 1 – 25 of 1163) sorted by relevance

12345678910>>...47

/openbmc/linux/arch/parisc/include/asm/
H A Dassembly.h16 #define REG_SZ 8
62 #define LDREGM ldd,mb
128 addib,NUV,n -1,1,.+8
278 fstd,ma %fr0, 8(\regs)
279 fstd,ma %fr1, 8(\regs)
280 fstd,ma %fr2, 8(\regs)
281 fstd,ma %fr3, 8(\regs)
282 fstd,ma %fr4, 8(\regs)
283 fstd,ma %fr5, 8(\regs)
284 fstd,ma %fr6, 8(\regs)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp.db70 "FUJITSU MHT2030AC" 194 C "Fujitsu Mobile 30GB, 2MB, 4200RPM (automotive)"
79 "FUJITSU MHU2100AT" 194 C "Fujitsu MHU2100AT 100GB, 8MB (4200RPM)"
110 "HDS722516VLAT[28]0" 194 C "Hitachi Deskstar 7K250 160GB 2/8MB cache"
111 "HDS722525VLAT80" 194 C "Hitachi Deskstar 7K250 200/250GB, 7200RPM, 8MB, Parallel-ATA"
113 "HDS722540VLAT20" 194 C "Hitachi Deskstar 7K250, 40GB, 7200RPM, 2MB cache"
115 "HDS724040KLSA80" 194 C "Hitachi Deskstar 7K250 400GB, 7200RPM, 8MB, Serial-ATA"
118 "HDS722525VLSA80" 194 C "Hitachi Deskstar 7K250 250GB, 7200RPM, 8MB, SATA"
119 "HDS722516VLSA80" 194 C "Hitachi Deskstar 7K250 160GB 8Mo cache SATA"
123 "HDS724040KLAT80" 194 C "Hitachi Deskstar 7K400 400GB 8Mo cache PATA"
125 "HDT7225(16|25)DLAT80" 194 C "Hitachi Deskstar T7K250 series, 7200RPM, 8MB, PATA"
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Dcore_mcpcia.c27 * NOTE: Herein lie back-to-back mb instructions. They are magic.
54 * 3 2|1 0 9 8|7 6 5 4|3 2 1 0|9 8 7 6|5 4 3 2|1 0 9 8|7 6 5 4|3 2 1 0
60 * 10:8 Function number
66 * 3 2|1 0 9 8|7 6 5 4|3 2 1 0|9 8 7 6|5 4 3 2|1 0 9 8|7 6 5 4|3 2 1 0
72 * 23:16 bus number (8 bits = 128 possible buses)
74 * 10:8 function number
104 mb(); in conf_read()
108 mb(); in conf_read()
113 mb(); in conf_read()
117 mb(); in conf_read()
[all …]
H A Dcore_apecs.c31 * NOTE: Herein lie back-to-back mb instructions. They are magic.
60 * 3 2|1 0 9 8|7 6 5 4|3 2 1 0|9 8 7 6|5 4 3 2|1 0 9 8|7 6 5 4|3 2 1 0
66 * 10:8 Function number
72 * 3 2|1 0 9 8|7 6 5 4|3 2 1 0|9 8 7 6|5 4 3 2|1 0 9 8|7 6 5 4|3 2 1 0
78 * 23:16 bus number (8 bits = 128 possible buses)
80 * 10:8 function number
115 addr = (device_fn << 8) | (where); in mk_conf_addr()
119 addr = (bus << 16) | (device_fn << 8) | (where); in mk_conf_addr()
140 mb(); in conf_read()
146 mb(); in conf_read()
[all …]
H A Dio.c20 mb(); in ioread8()
22 mb(); in ioread8()
29 mb(); in ioread16()
31 mb(); in ioread16()
38 mb(); in ioread32()
40 mb(); in ioread32()
47 mb(); in ioread64()
49 mb(); in ioread64()
55 mb(); in iowrite8()
61 mb(); in iowrite16()
[all …]
H A Dcore_t2.c40 * floppy to DMA only via the scatter/gather window set up for 8MB
62 * NOTE: Herein lie back-to-back mb instructions. They are magic.
108 * 3 2|1 0 9 8|7 6 5 4|3 2 1 0|9 8 7 6|5 4 3 2|1 0 9 8|7 6 5 4|3 2 1 0
114 * 10:8 Function number
120 * 3 2|1 0 9 8|7 6 5 4|3 2 1 0|9 8 7 6|5 4 3 2|1 0 9 8|7 6 5 4|3 2 1 0
126 * 23:16 bus number (8 bits = 128 possible buses)
128 * 10:8 function number
156 if (device > 8) { in mk_conf_addr()
163 addr = (0x0800L << device) | ((device_fn & 7) << 8) | (where); in mk_conf_addr()
167 addr = (bus << 16) | (device_fn << 8) | (where); in mk_conf_addr()
[all …]
H A Dcore_cia.c34 * NOTE: Herein lie back-to-back mb instructions. They are magic.
57 * 3 2|1 0 9 8|7 6 5 4|3 2 1 0|9 8 7 6|5 4 3 2|1 0 9 8|7 6 5 4|3 2 1 0
63 * 10:8 Function number
69 * 3 2|1 0 9 8|7 6 5 4|3 2 1 0|9 8 7 6|5 4 3 2|1 0 9 8|7 6 5 4|3 2 1 0
75 * 23:16 bus number (8 bits = 128 possible buses)
77 * 10:8 function number
96 *pci_addr = (bus << 16) | (device_fn << 8) | where; in mk_conf_addr()
118 mb(); in conf_read()
125 mb(); in conf_read()
129 mb(); in conf_read()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Dupdate-results-script.patch15 scripts/results | 8 +++-----
51 if [ X$MB = X ]
53 - MB=`../bin/$OS/memsize 4096`
54 + MB=`memsize 4096`
56 TOTAL_MEM=$MB
57 MB=`echo \( $MB \* 7 \) / 10 | bc 2>/dev/null`
59 # Certain machines tend to barf when you try and bcopy 8MB.
61 echo "Checking to see if you have $MB MB; please wait for a moment..."
62 -MB=`../bin/$OS/memsize $MB`
63 -MB=`../bin/$OS/memsize $MB`
[all …]
/openbmc/u-boot/board/freescale/t102xrdb/
H A DREADME53 - Two 8-channel DMA engines
87 - NOR: 128MB 16-bit NOR Flash
88 - NAND: 1GB 8-bit NAND flash
96 - On-board 64MB SPI flash
115 - NOR: 128MB S29GL01GS110TFIV10 Spansion NOR Flash
116 - NAND: 512MB S34MS04G200BFI000 Spansion NAND Flash
117 - eSPI: 64MB S25FL512SAGMFI010 Spansion SPI flash.
131 0xF_FE00_0000 0xF_FEFF_FFFF CCSRBAR 16MB
135 0xF_F600_0000 0xF_F7FF_FFFF Queue manager software portal 32MB
136 0xF_F400_0000 0xF_F5FF_FFFF Buffer manager software portal 32MB
[all …]
/openbmc/linux/drivers/mailbox/
H A Drockchip-mailbox.c17 #define MAILBOX_A2B_CMD(x) (0x08 + (x) * 8)
18 #define MAILBOX_A2B_DAT(x) (0x0c + (x) * 8)
22 #define MAILBOX_B2A_CMD(x) (0x30 + (x) * 8)
23 #define MAILBOX_B2A_DAT(x) (0x34 + (x) * 8)
38 struct rockchip_mbox *mb; member
54 struct rockchip_mbox *mb = dev_get_drvdata(chan->mbox->dev); in rockchip_mbox_send_data() local
56 struct rockchip_mbox_chan *chans = mb->chans; in rockchip_mbox_send_data()
61 if (msg->rx_size > mb->buf_size) { in rockchip_mbox_send_data()
62 dev_err(mb->mbox.dev, "Transmit size over buf size(%d)\n", in rockchip_mbox_send_data()
63 mb->buf_size); in rockchip_mbox_send_data()
[all …]
/openbmc/u-boot/board/freescale/t1040qds/
H A DREADME29 - Integrated 8-port Gigabit Ethernet switch (T1040 only)
49 - Two 8-channel DMA engines
55 - SERDES Connections, 8 lanes supporting:
65 - NAND flash: 8-bit, async, up to 2GB.
66 - NOR: 8-bit or 16-bit, non-multiplexed, up to 512MB
85 - Supporting SD slots for: SD, SDHC (1x, 4x, 8x) and/or MMC
101 0xF_FE00_0000 0xF_FEFF_FFFF CCSRBAR 16MB
106 0xF_F600_0000 0xF_F7FF_FFFF Queue manager software portal 32MB
107 0xF_F400_0000 0xF_F5FF_FFFF Buffer manager software portal 32MB
108 0xF_E800_0000 0xF_EFFF_FFFF IFC - NOR Flash 128MB
[all …]
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mbx.c95 * mb[MAX_MAILBOX_REGISTER_COUNT] = returned mailbox data.
161 mcp->mb[0] = MBS_LINK_DOWN_ERROR; in qla2x00_mailbox_command()
171 !is_rom_cmd(mcp->mb[0])) || ha->flags.eeh_busy) { in qla2x00_mailbox_command()
174 mcp->mb[0]); in qla2x00_mailbox_command()
188 mcp->mb[0]); in qla2x00_mailbox_command()
198 ha->flags.purge_mbox, ha->flags.eeh_busy, mcp->mb[0]); in qla2x00_mailbox_command()
208 "Prepare to issue mbox cmd=0x%x.\n", mcp->mb[0]); in qla2x00_mailbox_command()
228 iptr = mcp->mb; in qla2x00_mailbox_command()
229 command = mcp->mb[0]; in qla2x00_mailbox_command()
235 if (IS_QLA2200(ha) && cnt == 8) in qla2x00_mailbox_command()
[all …]
/openbmc/u-boot/include/configs/
H A Dsbc8548.h41 * on flash, set this, and change JP12, SW2:8 accordingly.
120 #define CONFIG_SYS_SDRAM_SIZE 256 /* DDR is 256MB */
128 * Two banks, one 8MB the other 64MB, using the CFI driver.
129 * JP12+SW2.8 are used to swap CS0 and CS6, defaults are to have
130 * CS0 the 8MB boot flash, and CS6 the 64MB flash.
133 * ec00_0000 efff_ffff 64MB SODIMM
134 * ff80_0000 ffff_ffff 8MB soldered flash
137 * ef80_0000 efff_ffff 8MB soldered flash
138 * fc00_0000 ffff_ffff 64MB SODIMM
142 * Port Size = 8 bits = BRx[19:20] = 01
[all …]
/openbmc/u-boot/doc/
H A DREADME.b4860qds40 . RapidIO manager (RMAN) - Support SRIO types 8, 9, 10, and 11 (inbound and
52 - Each supports up to 4 lanes and a total of up to 8 lanes
53 . Up to 8-lanes Common Public Radio Interface (CPRI) controller for glue-less
71 - SerDes 2 multiplexing: Two Vitesse (transmit and receive path) cross-point 8x8 switch VSC3308
80 - QIXIS 8-bit NOR Flash Emulator
81 - 8-bit NAND Flash
93 - Two 8T49N222A SerDes ref clock devices support two SerDes port clock frequency - total four
172 0xF_FFDF_1000 0xF_FFFF_FFFF Free 2 MB
174 0xF_FF81_0000 0xF_FFDE_FFFF Free 5 MB
176 0xF_FF00_0000 0xF_FF7F_FFFF Free 8 MB
[all …]
/openbmc/u-boot/board/freescale/t208xrdb/
H A DREADME13 - 2MB L2 cache and 512KB CoreNet platform cache (CPC)
18 - 8 Ethernet interfaces, supporting combinations of the following:
40 1G Ethernet numbers: 8 6
42 SerDes lanes: 16 8
69 - NOR: 128MB 16-bit NOR Flash
70 - NAND: 1GB 8-bit NAND flash
80 - On-board 64MB SPI flash
91 0xF_FE00_0000 0xF_FEFF_FFFF CCSRBAR 16MB
96 0xF_F600_0000 0xF_F7FF_FFFF Queue manager software portal 32MB
97 0xF_F400_0000 0xF_F5FF_FFFF Buffer manager software portal 32MB
[all …]
/openbmc/linux/drivers/net/ethernet/apple/
H A Dmacmace.c219 mp->chipid = mp->mace->chipid_hi << 8 | mp->mace->chipid_lo; in mace_probe()
222 * The PROM contains 8 bytes which total 0xFF when XOR'd in mace_probe()
236 for (; j < 8; ++j) { in mace_probe()
266 volatile struct mace *mb = mp->mace; in mace_reset() local
272 mb->biucc = SWRST; in mace_reset()
273 if (mb->biucc & SWRST) { in mace_reset()
284 mb->maccc = 0; /* turn off tx, rx */ in mace_reset()
285 mb->imr = 0xFF; /* disable all intrs for now */ in mace_reset()
286 i = mb->ir; in mace_reset()
288 mb->biucc = XMTSP_64; in mace_reset()
[all …]
H A Dmace.c31 #define N_RX_RING 8
35 #define RX_BUFLEN (ETH_FRAME_LEN + 8)
173 mp->chipid = (in_8(&mp->mace->chipid_hi) << 8) | in mace_probe()
251 mp->chipid >> 8, mp->chipid & 0xff); in mace_probe()
321 volatile struct mace __iomem *mb = mp->mace; in mace_reset() local
327 out_8(&mb->biucc, SWRST); in mace_reset()
328 if (in_8(&mb->biucc) & SWRST) { in mace_reset()
339 out_8(&mb->imr, 0xff); /* disable all intrs for now */ in mace_reset()
340 i = in_8(&mb->ir); in mace_reset()
341 out_8(&mb->maccc, 0); /* turn off tx, rx */ in mace_reset()
[all …]
/openbmc/u-boot/board/freescale/t104xrdb/
H A DREADME9 personality of T1040 SoC without Integrated 8-port Gigabit(L2 Switch).
60 - Integrated 8-port Gigabit Ethernet switch (T1040 only)
80 - Two 8-channel DMA engines
90 T1042 is a reduced personality of T1040 without Integrated 8-port Gigabit
96 - SERDES Connections, 8 lanes information:
104 8: SATA connector
109 - NAND flash: 1GB 8-bit NAND flash
110 - NOR: 128MB 16-bit NOR Flash
124 - On-board 64MB SPI flash
131 - SERDES Connections, 8 lanes information:
[all …]
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c97 seed_checksum |= rtc_read8(dev, CMOS_OFFSET_MRC_SEED_CHK + 1) << 8; in read_seed_from_cmos()
163 rtc_write8(dev, CMOS_OFFSET_MRC_SEED_CHK + 1, (checksum >> 8) & 0xff); in write_seeds_to_cmos()
242 * 00000000 0000MB-1992MB 1992MB RAM (writeback) in sdram_find()
243 * 7c800000 1992MB-2000MB 8MB TSEG (SMRR) in sdram_find()
244 * 7d000000 2000MB-2002MB 2MB GFX GTT (uncached) in sdram_find()
245 * 7d200000 2002MB-2034MB 32MB GFX UMA (uncached) in sdram_find()
246 * 7f200000 2034MB TOLUD in sdram_find()
247 * 7f800000 2040MB MEBASE in sdram_find()
248 * 7f800000 2040MB-2048MB 8MB ME UMA (uncached) in sdram_find()
249 * 80000000 2048MB TOM in sdram_find()
[all …]
/openbmc/u-boot/board/freescale/t208xqds/
H A DREADME13 - 2MB L2 cache and 512KB CoreNet platform cache (CPC)
18 - 8 Ethernet interfaces, supporting combinations of the following:
40 1G Ethernet numbers: 8 6
42 SerDes lanes: 16 8
67 - 128MB NOR Flash, 512MB NAND Flash, PromJet debug port and FPGA
69 - Three SPI flash (16MB N25Q128A + 16MB EN25S64 + 512KB SST25WF040)
126 0xF_FE00_0000 0xF_FEFF_FFFF CCSRBAR 16MB
131 0xF_F600_0000 0xF_F7FF_FFFF Queue manager software portal 32MB
132 0xF_F400_0000 0xF_F5FF_FFFF Buffer manager software portal 32MB
133 0xF_E800_0000 0xF_EFFF_FFFF IFC - NOR Flash 128MB
[all …]
/openbmc/u-boot/arch/mips/mach-bmips/
H A DKconfig134 Broadcom BCM968380GERG reference board with BCM68380 SoC with 512 MB
135 of RAM and 128 MB of flash (nand).
145 Comtrend AR-5315u boards have a BCM6318 SoC with 64 MB of RAM and 16
146 MB of flash (SPI).
156 Comtrend AR-5387un boards have a BCM6328 SoC with 64 MB of RAM and 16
157 MB of flash (SPI).
167 Comtrend CT-5361 boards have a BCM6348 SoC with 16 MB of RAM and 4 MB
178 Comtrend VR-3032u boards have a BCM63268 SoC with 64 MB of RAM and
179 128 MB of flash (NAND).
189 Comtrend WAP-5813n boards have a BCM6369 SoC with 64 MB of RAM and
[all …]
/openbmc/u-boot/board/freescale/t102xqds/
H A DREADME53 - Two 8-channel DMA engines
92 - NAND Flash: 8-bit, async, up to 2GB
93 - NOR: 8-bit or 16-bit, non-multiplexed, up to 512MB
94 - NOR devices support 8 virtual banks
142 - Support for SD slots for: SD, SDHC (1x, 4x, 8x) and MMC.
157 0xF_FE00_0000 0xF_FEFF_FFFF CCSRBAR 16MB
161 0xF_F600_0000 0xF_F7FF_FFFF Queue manager software portal 32MB
162 0xF_F400_0000 0xF_F5FF_FFFF Buffer manager software portal 32MB
163 0xF_E800_0000 0xF_EFFF_FFFF IFC - NOR Flash 128MB
164 0xF_E000_0000 0xF_E7FF_FFFF Promjet 128MB
[all …]
/openbmc/linux/Documentation/fb/
H A Dmatroxfb.rst49 8 0x100 0x101 0x180 0x103 0x188
64 8 0x105 0x190 0x107 0x198 0x11C
78 8x8 0x1C0 0x108 0x10A 0x10B 0x10C
79 8x16 2, 3, 7 0x109
94 architectures there are some glitches for 24bpp videomodes. 8, 16 and 32bpp
128 memory usable for on-screen display (i.e. max. 8 MB).
165 - 0 -> 2x128Kx32 chips, 2MB onboard, probably sgram
166 - 1 -> 2x128Kx32 chips, 4MB onboard, probably sgram
167 - 2 -> 2x256Kx32 chips, 4MB onboard, probably sgram
168 - 3 -> 2x256Kx32 chips, 8MB onboard, probably sgram
[all …]
H A Dintel810.rst37 - Supports color depths of 8, 16, 24 and 32 bits per pixel
41 - Full and optimized hardware acceleration at 8, 16 and 24 bpp
88 select amount of system RAM in MB to allocate for the video memory
90 Recommendation: 1 - 4 MB.
96 Recommendation: 8
97 (default = 8)
123 select at what offset in MB of the logical memory to allocate the
126 offset (16 MB for a 64 MB aperture, 8 MB for a 32 MB aperture) will
127 avoid XFree86's usage and allows up to 7 MB/15 MB of framebuffer
129 (0 for maximum usage, 31/63 MB for the least amount). Note, an
[all …]
/openbmc/linux/arch/mips/include/asm/sgi/
H A Dgio.h20 * There is 10MB of GIO address space for GIO64 slot devices
23 * 0 GFX 0x1f000000 - 0x1f3fffff 4MB
24 * 1 EXP0 0x1f400000 - 0x1f5fffff 2MB
25 * 2 EXP1 0x1f600000 - 0x1f9fffff 4MB
29 * - MISC 0x1fb00000 - 0x1fbfffff 1MB
32 * - RESERVED 0x18000000 - 0x1effffff 112MB
37 * read with an "ID" value. IDs are either 8 or 32 bits long. IDs less
38 * than 128 are 8 bits long, with the most significant 24 bits read from
43 * bit 7 0=GIO Product ID is 8 bits wide
45 * bits 8:15 manufacturer version for the product.
[all …]

12345678910>>...47