Searched refs:buf_8 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_sh_msiof.c225 const unsigned char *buf_8 = tx_buf; local
229 sh_msiof_write(p, TFDR, buf_8[k] << fs);
275 unsigned char *buf_8 = rx_buf; local
279 buf_8[k] = sh_msiof_read(p, RFDR) >> fs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dpxa27x_udc.c888 u8 *buf_8; local
901 buf_8 = (u8 *)buf;
903 udc_ep_writeb(ep, UDCDR, *buf_8++);

Completed in 320 milliseconds