Lines Matching defs:byte
104 #define CISTPL_BYTEORDER 0x043 /* byte order */
168 uint32_t offset; /* byte offset into CIS space */
203 * refers to the first byte of the window.
205 * GET_CIS_DATA(ptr) returns the data byte at the current CIS location.
260 cisdata_t *byte; /* read pointer for GET_BYTE macros */
328 ((uintptr_t)(tp)->read.byte - \
330 *(tp)->read.byte++ : ((tp)->flags |= CISTPLF_MEM_ERR))
332 ((uintptr_t)(tp)->read.byte - \
337 (((uintptr_t)(tp)->read.byte - \
341 #define GET_AM_LEN(tp) ((size_t)(tp)->len - (((uintptr_t)(tp)->read.byte - \
345 #define RESET_TP(tp) (tp)->read.byte = (tp)->data
346 #define LOOK_BYTE(tp) *(tp)->read.byte
347 #define GET_BYTE_ADDR(tp) (tp)->read.byte