Home
last modified time | relevance | path

Searched refs:byte2 (Results 1 – 5 of 5) sorted by relevance

/arch/csky/abiv1/
A Dalignment.c144 uint32_t byte0, byte1, byte2, byte3; in ldw_c() local
154 if (ldb_asm(addr, &byte2)) in ldw_c()
162 byte0 |= byte2 << 16; in ldw_c()
178 uint32_t byte0, byte1, byte2, byte3; in stw_c() local
180 byte0 = byte1 = byte2 = byte3 = get_ptreg(regs, rz); in stw_c()
193 byte2 = (byte2 >> 16) & 0xff; in stw_c()
194 if (stb_asm(addr, byte2)) in stw_c()
/arch/powerpc/include/asm/
A Drtas-types.h38 u8 byte2; member
70 u8 byte2; member
A Drtas.h334 return (elog->byte2 & 0xf0) >> 4; in rtas_error_initiator()
352 return ext_log->byte2 & 0x0F; in rtas_ext_event_log_format()
/arch/mips/include/asm/octeon/
A Dcvmx-lmcx-defs.h2296 uint64_t byte2:4; member
2302 uint64_t byte2:4;
2399 uint64_t byte2:6; member
2405 uint64_t byte2:6;
2831 uint64_t byte2:5; member
2837 uint64_t byte2:5;
/arch/powerpc/kernel/
A Dprom_init.c908 u8 byte2; member
918 u8 byte2; member
1074 .byte2 = OV3_FP | OV3_VMX | OV3_DFP,
1088 .byte2 = OV5_FEAT(OV5_LPAR) | OV5_FEAT(OV5_SPLPAR) | OV5_FEAT(OV5_LARGE_PAGES) |

Completed in 27 milliseconds