Home
last modified time | relevance | path

Searched full:bmx (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/ata/
H A Dceva,ahci-1v84.yaml70 ceva,p0-burst-params = /bits/ 8 <BMX BNM SFD PTST>;
72 - description: BMX - COM Burst Maximum.
116 ceva,p1-burst-params = /bits/ 8 <BMX BNM SFD PTST>;
118 - description: BMX - COM Burst Maximum.
/linux/arch/nios2/kernel/
H A Dcpuinfo.c57 cpuinfo.has_bmx = of_property_read_bool(cpu, "altr,has-bmx"); in setup_cpuinfo()
71 err_cpu("BMX"); in setup_cpuinfo()
144 " BMX:\t\t%s\n" in show_cpuinfo()
/linux/arch/nios2/platform/
H A DKconfig.platform82 bool "Enable BMX instructions"
86 the BMX Bit Manipulation Extension instructions. Enables
/linux/fs/xfs/
H A Dxfs_ioctl.c826 struct getbmapx bmx = { 0 }; in xfs_ioc_getbmap() local
833 bmx.bmv_iflags = BMV_IF_ATTRFORK; in xfs_ioc_getbmap()
846 if (copy_from_user(&bmx, arg, recsize)) in xfs_ioc_getbmap()
849 if (bmx.bmv_count < 2) in xfs_ioc_getbmap()
851 if (bmx.bmv_count >= INT_MAX / recsize) in xfs_ioc_getbmap()
854 buf = kvcalloc(bmx.bmv_count, sizeof(*buf), GFP_KERNEL); in xfs_ioc_getbmap()
858 error = xfs_getbmap(XFS_I(file_inode(file)), &bmx, buf); in xfs_ioc_getbmap()
863 if (copy_to_user(arg, &bmx, recsize)) in xfs_ioc_getbmap()
867 for (i = 0; i < bmx.bmv_entries; i++) { in xfs_ioc_getbmap()
/linux/arch/nios2/
H A DMakefile31 KBUILD_CFLAGS += $(if $(CONFIG_NIOS2_BMX_SUPPORT),-mbmx,-mno-bmx)
/linux/Documentation/input/devices/
H A Dxpad.rst227 2002-07-16 - Marko Friedemann <mfr@bmx-chemnitz.de>
/linux/drivers/input/joystick/
H A Dxpad.c5 * Copyright (c) 2002 Marko Friedemann <mfr@bmx-chemnitz.de>
2285 MODULE_AUTHOR("Marko Friedemann <mfr@bmx-chemnitz.de>");