Lines Matching refs:byte
79 * 10 * 1024 + 64 header byte = 10304 byte
80 * 10304 byte / 12.5 GB/s = 824.32ns
8915 /* read is in 8-byte chunks, hardware will truncate the address down */
9826 /* read byte 2, the status byte */
11264 u8 byte = *(((u8 *)®) + i);
11266 dp->vlnt[2 * i] = byte & 0xf;
11267 dp->vlnt[(2 * i) + 1] = (byte & 0xf0) >> 4;
11272 u8 byte = *(((u8 *)®) + i);
11274 dp->vlnt[16 + (2 * i)] = byte & 0xf;
11275 dp->vlnt[16 + (2 * i) + 1] = (byte & 0xf0) >> 4;
13725 * only be written 128-byte chunks
14580 /* Update RSM mapping table, 32 regs, 256 entries - 1 ctx per byte */