Home
last modified time | relevance | path

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

/drivers/net/ethernet/i825xx/
A Dsun3_82586.c67 #define make24(ptr32) (char *)swab32(( ((unsigned long) (ptr32)) - p->base)) argument
68 #define make16(ptr32) (swab16((unsigned short) ((unsigned long)(ptr32) - (unsigned long) p->memtop … argument
/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic_hw.c972 __le32 *ptr32; in netxen_get_flash_block() local
976 ptr32 = buf; in netxen_get_flash_block()
982 *ptr32 = cpu_to_le32(v); in netxen_get_flash_block()
983 ptr32++; in netxen_get_flash_block()
986 if ((char *)buf + size > (char *)ptr32) { in netxen_get_flash_block()
992 memcpy(ptr32, &local, (char *)buf + size - (char *)ptr32); in netxen_get_flash_block()
A Dnetxen_nic_main.c818 __le32 *ptr32; in netxen_check_options() local
823 ptr32 = (__le32 *)&serial_num; in netxen_check_options()
832 ptr32[i] = cpu_to_le32(val); in netxen_check_options()
/drivers/video/
A Dsticore.c46 u32 *ptr32 = ptr; in store_sti_val() local
58 *ptr32++ = val; in store_sti_val()
59 return ptr32; in store_sti_val()
/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_dev.c391 compat_uptr_t ptr32; in vchiq_get_user_ptr() local
394 ret = get_user(ptr32, uptr + index); in vchiq_get_user_ptr()
398 *buf = compat_ptr(ptr32); in vchiq_get_user_ptr()

Completed in 28 milliseconds