Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dtrace-event-info.c33 int bigendian(void) in bigendian() function
74 if (bigendian()) in record_file()
471 if (bigendian()) in tracing_data_header()
Dtrace-event.h30 int bigendian(void);
Dtrace-event-read.c417 host_bigendian = bigendian(); in trace_report()
/linux-5.19.10/drivers/net/ethernet/8390/
Dstnic.c141 ei_status.bigendian = 0; in stnic_probe()
143 ei_status.bigendian = 1; in stnic_probe()
D8390.h86 unsigned bigendian:1; /* 16-bit big endian mode. Do NOT member
Dhydra.c155 ei_status.bigendian = 1; in hydra_init()
Dlib8390.c1021 ? (0x48 | ENDCFG_WTS | (ei_local->bigendian ? ENDCFG_BOS : 0)) in __NS8390_init()
/linux-5.19.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-file_endian.txt40 The _tep_is_file_bigendian()_ function returns true if the data is in bigendian
Dlibtraceevent-host_endian.txt67 printf("This machine you are running on is bigendian\n");
/linux-5.19.10/tools/perf/tests/
Dcode-reading.c82 if (bytes_read > 1 && !bigendian()) { in read_objdump_chunk()
/linux-5.19.10/Documentation/filesystems/
Dromfs.rst86 (assuming bigendian quantities again). For details, please consult
/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-driver.c62 static unsigned int bigendian=1; variable
64 static unsigned int bigendian; variable
111 module_param(bigendian, int, 0644);
131 MODULE_PARM_DESC(bigendian, "byte order of the framebuffer, default is native endian");
/linux-5.19.10/Documentation/admin-guide/media/
Dbttv.rst145 bigendian=n Set the endianness of the gfx framebuffer.