Searched refs:bigendian (Results 1 – 13 of 13) sorted by relevance
141 ei_status.bigendian = 0; in stnic_probe()143 ei_status.bigendian = 1; in stnic_probe()
86 unsigned bigendian:1; /* 16-bit big endian mode. Do NOT member
155 ei_status.bigendian = 1; in hydra_init()
1021 ? (0x48 | ENDCFG_WTS | (ei_local->bigendian ? ENDCFG_BOS : 0)) in __NS8390_init()
41 int bigendian(void) in bigendian() function82 if (bigendian()) in record_file()567 if (bigendian()) in tracing_data_header()
30 int bigendian(void);
417 host_bigendian = bigendian(); in trace_report()
40 The _tep_is_file_bigendian()_ function returns true if the data is in bigendian
67 printf("This machine you are running on is bigendian\n");
82 if (bytes_read > 1 && !bigendian()) { in read_objdump_chunk()
86 (assuming bigendian quantities again). For details, please consult
62 static unsigned int bigendian=1; variable64 static unsigned int bigendian; variable111 module_param(bigendian, int, 0644);131 MODULE_PARM_DESC(bigendian, "byte order of the framebuffer, default is native endian");
145 bigendian=n Set the endianness of the gfx framebuffer.