Home
last modified time | relevance | path

Searched refs:ptr32 (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/arch/mips/kernel/
Dcmpxchg.c17 volatile u32 *ptr32; in __xchg_small() local
42 ptr32 = (volatile u32 *)((unsigned long)ptr & ~0x3); in __xchg_small()
43 load32 = *ptr32; in __xchg_small()
48 load32 = cmpxchg(ptr32, old32, new32); in __xchg_small()
58 volatile u32 *ptr32; in __cmpxchg_small() local
85 ptr32 = (volatile u32 *)((unsigned long)ptr & ~0x3); in __cmpxchg_small()
86 load32 = *ptr32; in __cmpxchg_small()
105 load32 = cmpxchg(ptr32, old32, new32); in __cmpxchg_small()
/Linux-v4.19/include/uapi/linux/
Drseq.h117 __u32 ptr32; member
119 __u32 ptr32;
/Linux-v4.19/drivers/staging/most/dim2/
Dhal.h100 u32 dimcb_io_read(u32 __iomem *ptr32);
102 void dimcb_io_write(u32 __iomem *ptr32, u32 value);
Ddim2.c135 u32 dimcb_io_read(u32 __iomem *ptr32) in dimcb_io_read() argument
137 return readl(ptr32); in dimcb_io_read()
145 void dimcb_io_write(u32 __iomem *ptr32, u32 value) in dimcb_io_write() argument
147 writel(value, ptr32); in dimcb_io_write()
/Linux-v4.19/arch/powerpc/kernel/
Dkgdb.c214 u32 *ptr32; \
215 ptr32 = (u32 *)ptr; \
216 *(ptr32++) = (src); \
217 ptr = (unsigned long *)ptr32; \
/Linux-v4.19/drivers/staging/wlan-ng/
Dprism2fw.c885 u32 *ptr32, len, addr; in read_fwfile() local
896 ptr32 = (u32 *)record->data; in read_fwfile()
902 startaddr = *ptr32; in read_fwfile()
908 s3plug[ns3plug].itemcode = *ptr32; in read_fwfile()
909 s3plug[ns3plug].addr = *(ptr32 + 1); in read_fwfile()
910 s3plug[ns3plug].len = *(ptr32 + 2); in read_fwfile()
925 s3crc[ns3crc].addr = *ptr32; in read_fwfile()
926 s3crc[ns3crc].len = *(ptr32 + 1); in read_fwfile()
927 s3crc[ns3crc].dowrite = *(ptr32 + 2); in read_fwfile()
/Linux-v4.19/fs/adfs/
Ddir_f.c89 union { __le32 *ptr32; u8 *ptr8; } ptr, end; in adfs_dir_checkbyte() member
132 __le32 v = *ptr.ptr32++; in adfs_dir_checkbyte()
134 } while (ptr.ptr32 < end.ptr32); in adfs_dir_checkbyte()
/Linux-v4.19/arch/mips/sgi-ip22/
Dip22-gio.c274 u32 *ptr32; in ip22_gio_id() local
276 ptr32 = (void *)CKSEG1ADDR(addr); in ip22_gio_id()
277 if (!get_dbe(tmp32, ptr32)) { in ip22_gio_id()
/Linux-v4.19/tools/testing/selftests/rseq/
Drseq.h145 __rseq_abi.rseq_cs.ptr.ptr32 = 0; in rseq_clear_rseq_cs()
/Linux-v4.19/drivers/net/ethernet/i825xx/
Dsun3_82586.c65 #define make24(ptr32) (char *)swab32(( ((unsigned long) (ptr32)) - p->base)) argument
66 #define make16(ptr32) (swab16((unsigned short) ((unsigned long)(ptr32) - (unsigned long) p->memtop … argument
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c988 __le32 *ptr32; in netxen_get_flash_block() local
992 ptr32 = buf; in netxen_get_flash_block()
998 *ptr32 = cpu_to_le32(v); in netxen_get_flash_block()
999 ptr32++; in netxen_get_flash_block()
1002 if ((char *)buf + size > (char *)ptr32) { in netxen_get_flash_block()
1008 memcpy(ptr32, &local, (char *)buf + size - (char *)ptr32); in netxen_get_flash_block()
Dnetxen_nic_main.c841 __le32 *ptr32; in netxen_check_options() local
846 ptr32 = (__le32 *)&serial_num; in netxen_check_options()
855 ptr32[i] = cpu_to_le32(val); in netxen_check_options()