Home
last modified time | relevance | path

Searched refs:buffer_32 (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dio.h39 wl->if_ops->read(wl, addr, &wl->buffer_32, sizeof(wl->buffer_32)); in wl1251_read32()
41 return le32_to_cpu(wl->buffer_32); in wl1251_read32()
46 wl->buffer_32 = cpu_to_le32(val); in wl1251_write32()
47 wl->if_ops->write(wl, addr, &wl->buffer_32, sizeof(wl->buffer_32)); in wl1251_write32()
Dwl1251.h390 __le32 buffer_32; member
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dio.h112 ret = wlcore_raw_read(wl, addr, wl->buffer_32, in wlcore_raw_read32()
113 sizeof(*wl->buffer_32), false); in wlcore_raw_read32()
118 *val = le32_to_cpu(*wl->buffer_32); in wlcore_raw_read32()
126 *wl->buffer_32 = cpu_to_le32(val); in wlcore_raw_write32()
127 return wlcore_raw_write(wl, addr, wl->buffer_32, in wlcore_raw_write32()
128 sizeof(*wl->buffer_32), false); in wlcore_raw_write32()
Dwlcore.h358 __le32 *buffer_32; member
Dmain.c6301 wl->buffer_32 = kmalloc(sizeof(*wl->buffer_32), GFP_KERNEL); in wlcore_alloc_hw()
6302 if (!wl->buffer_32) { in wlcore_alloc_hw()
6347 kfree(wl->buffer_32); in wlcore_free_hw()
/linux-4.1.27/arch/powerpc/include/asm/
Dmpc52xx_psc.h167 u32 buffer_32; member
171 #define mpc52xx_psc_buffer_32 buffer.buffer_32
318 u32 buffer_32; member
/linux-4.1.27/sound/soc/fsl/
Dmpc5200_dma.c415 fifo = res.start + offsetof(struct mpc52xx_psc, buffer.buffer_32); in mpc5200_audio_dma_create()