Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dtrace-event-info.c50 int bigendian(void) in bigendian() function
91 if (bigendian()) in record_file()
463 if (bigendian()) in tracing_data_header()
Dtrace-event.h26 int bigendian(void);
Dtrace-event-read.c387 host_bigendian = bigendian(); in trace_report()
/linux-4.4.14/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.c158 ei_status.bigendian = 1; in hydra_init()
Dlib8390.c1012 ? (0x48 | ENDCFG_WTS | (ei_local->bigendian ? ENDCFG_BOS : 0)) in __NS8390_init()
/linux-4.4.14/Documentation/video4linux/bttv/
DInsmod-options24 bigendian=n Set the endianness of the gfx framebuffer.
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES110 Fix endian problems in acl (mode from/to cifs acl) on bigendian
158 bigendian architectures. Fix possible memory corruption when
307 CIFS Unix Extensions. Fix setfacl/getfacl on bigendian. Timeout negative
469 Multiple bigendian fixes. On little endian systems (for reconnect after
916 Fix bigendian bug in order of time conversion. Merge 2.5 to 2.4 version. Formatting cleanup.
1015 Rewrite of readdir code to fix bug. Various fixes for bigendian machines.
/linux-4.4.14/Documentation/filesystems/
Dromfs.txt82 (assuming bigendian quantities again). For details, please consult
/linux-4.4.14/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");