Home
last modified time | relevance | path

Searched refs:tempx (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/ft1000/ft1000-usb/
Dft1000_download.c203 u32 tempx; in put_handshake() local
207 tempx = (u32)handshake_value; in put_handshake()
208 tempx = ntohl(tempx); in put_handshake()
210 tempword = (u16)(tempx & 0xffff); in put_handshake()
213 tempword = (u16)(tempx >> 16); in put_handshake()
280 u32 tempx; in get_request_type() local
284 DWNLD_MAG1_TYPE_LOC, (u8 *)&tempx); in get_request_type()
285 tempx = ntohl(tempx); in get_request_type()
287 tempx = 0; in get_request_type()
290 tempx |= (tempword << 16); in get_request_type()
[all …]
/drivers/staging/ft1000/ft1000-pcmcia/
Dft1000_dnld.c151 u32 tempx; in get_handshake() local
162 tempx = in get_handshake()
165 handshake = (u16) tempx; in get_handshake()
184 u32 tempx; in put_handshake() local
191 tempx = (u32) handshake_value; in put_handshake()
192 tempx = ntohl(tempx); in put_handshake()
193 ft1000_write_dpram_mag_32(dev, DWNLD_MAG_HANDSHAKE_LOC, tempx); /* Handshake */ in put_handshake()
201 u32 tempx; in get_request_type() local
207 tempx = ft1000_read_dpram_mag_32(dev, DWNLD_MAG_TYPE_LOC); in get_request_type()
208 tempx = ntohl(tempx); in get_request_type()
[all …]