Home
last modified time | relevance | path

Searched refs:ptempbuffer (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/ft1000/ft1000-pcmcia/
Dft1000_hw.c721 static void ft1000_send_cmd(struct net_device *dev, u16 *ptempbuffer, int size, in ft1000_send_cmd() argument
734 pr_debug("length = %d\n", ntohs(*ptempbuffer)); in ft1000_send_cmd()
761 pr_debug("data %d = 0x%x\n", i, *ptempbuffer); in ft1000_send_cmd()
762 tempword = htons(*ptempbuffer++); in ft1000_send_cmd()
774 pr_debug("data = 0x%x\n", *ptempbuffer); in ft1000_send_cmd()
775 outw(*ptempbuffer++, in ft1000_send_cmd()
777 pr_debug("data = 0x%x\n", *ptempbuffer); in ft1000_send_cmd()
778 outw(*ptempbuffer++, in ft1000_send_cmd()
781 pr_debug("data = 0x%x\n", *ptempbuffer); in ft1000_send_cmd()
782 outw(*ptempbuffer++, dev->base_addr + FT1000_REG_MAG_DPDATAL); in ft1000_send_cmd()
[all …]
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/
Dft1000_usb.h138 void *ptempbuffer, int size);
Dft1000_hw.c326 int card_send_command(struct ft1000_usb *ft1000dev, void *ptempbuffer, in card_send_command() argument
342 memcpy((void *)commandbuf + 2, ptempbuffer, size); in card_send_command()