Searched refs:bigendian (Results 1 – 11 of 11) sorted by relevance
49 int bigendian(void) in bigendian() function90 if (bigendian()) in record_file()487 if (bigendian()) in tracing_data_header()
29 int bigendian(void);
433 host_bigendian = bigendian(); in trace_report()
142 ei_status.bigendian = 0; in stnic_probe()144 ei_status.bigendian = 1; in stnic_probe()
79 unsigned bigendian:1; /* 16-bit big endian mode. Do NOT */ member
153 ei_status.bigendian = 1; in hydra_init()
1014 ? (0x48 | ENDCFG_WTS | (ei_local->bigendian ? ENDCFG_BOS : 0)) in __NS8390_init()
79 if (bytes_read > 1 && !bigendian()) { in read_objdump_chunk()
82 (assuming bigendian quantities again). For details, please consult
74 static unsigned int bigendian=1; variable76 static unsigned int bigendian; variable123 module_param(bigendian, int, 0644);143 MODULE_PARM_DESC(bigendian, "byte order of the framebuffer, default is native endian");
118 bigendian=n Set the endianness of the gfx framebuffer.