Lines Matching refs:byte
38 * 10 * 1024 + 64 header byte = 10304 byte
39 * 10304 byte / 12.5 GB/s = 824.32ns
8876 /* read is in 8-byte chunks, hardware will truncate the address down */
9787 /* read byte 2, the status byte */
11225 u8 byte = *(((u8 *)®) + i);
11227 dp->vlnt[2 * i] = byte & 0xf;
11228 dp->vlnt[(2 * i) + 1] = (byte & 0xf0) >> 4;
11233 u8 byte = *(((u8 *)®) + i);
11235 dp->vlnt[16 + (2 * i)] = byte & 0xf;
11236 dp->vlnt[16 + (2 * i) + 1] = (byte & 0xf0) >> 4;
13686 * only be written 128-byte chunks
14541 /* Update RSM mapping table, 32 regs, 256 entries - 1 ctx per byte */