Searched refs:data_word (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_wow.c72 u32 data_word[KAL_NUM_DATA_WORDS]; local
94 data_word[0] = (KAL_FRAME_TYPE << 2) | (KAL_FRAME_SUB_TYPE << 4) |
96 data_word[1] = (ap_mac_addr[3] << 24) | (ap_mac_addr[2] << 16) |
98 data_word[2] = (sta_mac_addr[1] << 24) | (sta_mac_addr[0] << 16) |
100 data_word[3] = (sta_mac_addr[5] << 24) | (sta_mac_addr[4] << 16) |
102 data_word[4] = (ap_mac_addr[3] << 24) | (ap_mac_addr[2] << 16) |
104 data_word[5] = (ap_mac_addr[5] << 8) | (ap_mac_addr[4]);
118 REG_WRITE(ah, (wow_ka_data_word0 + i*4), data_word[i]);
/linux-master/arch/powerpc/include/asm/
H A Dmpc5121.h75 u32 data_word; /* LPC RX/TX FIFO Data Word Register */ member in struct:mpc512x_lpbfifo
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc512x_lpbfifo.c232 offsetof(struct mpc512x_lpbfifo, data_word);
237 offsetof(struct mpc512x_lpbfifo, data_word);
/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c1332 u32 data_word; local
1334 data_word = (secondbyte << 8) | firstbyte;
1335 result = ((*crc << 1) ^ data_word);

Completed in 448 milliseconds