Searched refs:bytes (Results 1 - 4 of 4) sorted by path

/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Ddev_jtag.c236 int bytes = blen > softc->waiting_input ? softc->waiting_input : blen; local
240 for (i=0; i<bytes; i++) {
247 softc->waiting_input -= bytes;
248 blen -= bytes;
304 int blen, bytes, i; local
311 bytes = (blen > 7) ? 7 : blen;
312 data = bytes;
313 for (i=0; i<bytes; i++) {
320 if (bytes < 7)
321 data <<= 8 * (7-bytes);
[all...]
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_aic6915.c319 #define M_QREF_OFFSET 0x7FFF /* in bytes */
331 are multiples of 256 bytes, they are allocated contiguously and
649 /* Pointers are in units of 8 bytes */
1116 uint32_t bytes; local
1118 bytes = (sc->hwaddr[4-2*offset] << 8) | (sc->hwaddr[5-2*offset]);
1119 WRITECSR(sc, R_PerfectAddressBase + 4*offset, bytes);
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_examcmds.c116 if (wlen == 0) wlen = 1; /* bytes are the default */
233 uint8_t bytes[16]; member in union:__anon55
251 line.bytes[x] = b;
307 b = line.bytes[x];
630 "This command displays data from memory as bytes, halfwords, words,\n"
635 "-b;Dump memory as bytes|"
652 "-b;Edit memory as bytes|"
666 "-b;Edit memory as bytes|"
H A Dui_robo.c72 "Sets the value of a register on a Robo switch. All bytes must be\n"
84 int page, reg, len, i, offset, fh, bytes, devno; local
110 bytes = cfe_readblk(fh,offset,PTR2HSADDR(buf),len);
114 if (bytes == 0) return -2;
129 int page, reg, len, fh, offset, bytes, devno; local
164 bytes = cfe_writeblk(fh,offset,PTR2HSADDR(buf),len);
168 if (bytes == 0) return -2;

Completed in 50 milliseconds