Home
last modified time | relevance | path

Searched refs:bigendian (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dtrace-event-info.c49 int bigendian(void) in bigendian() function
90 if (bigendian()) in record_file()
487 if (bigendian()) in tracing_data_header()
Dtrace-event.h29 int bigendian(void);
Dtrace-event-read.c433 host_bigendian = bigendian(); in trace_report()
/Linux-v4.19/drivers/net/ethernet/8390/
Dstnic.c142 ei_status.bigendian = 0; in stnic_probe()
144 ei_status.bigendian = 1; in stnic_probe()
D8390.h79 unsigned bigendian:1; /* 16-bit big endian mode. Do NOT */ member
Dhydra.c153 ei_status.bigendian = 1; in hydra_init()
Dlib8390.c1014 ? (0x48 | ENDCFG_WTS | (ei_local->bigendian ? ENDCFG_BOS : 0)) in __NS8390_init()
/Linux-v4.19/tools/perf/tests/
Dcode-reading.c79 if (bytes_read > 1 && !bigendian()) { in read_objdump_chunk()
/Linux-v4.19/Documentation/filesystems/
Dromfs.txt82 (assuming bigendian quantities again). For details, please consult
/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-driver.c74 static unsigned int bigendian=1; variable
76 static unsigned int bigendian; variable
123 module_param(bigendian, int, 0644);
143 MODULE_PARM_DESC(bigendian, "byte order of the framebuffer, default is native endian");
/Linux-v4.19/Documentation/media/v4l-drivers/
Dbttv.rst118 bigendian=n Set the endianness of the gfx framebuffer.