Searched refs:a3 (Results 1 – 12 of 12) sorted by relevance
/drivers/block/ |
D | swim_asm.S | 65 movel %a6@(0x08), %a3 66 lea %a3@(read_handshake), %a2 67 lea %a3@(read_mark), %a3 72 tstb %a3@(read_error - read_mark) 73 moveb #0x18, %a3@(write_mode0 - read_mark) 74 moveb #0x01, %a3@(write_mode1 - read_mark) 75 moveb #0x01, %a3@(write_mode0 - read_mark) 76 tstb %a3@(read_error - read_mark) 77 moveb #0x08, %a3@(write_mode1 - read_mark) 88 moveb %a3@, %d3 [all …]
|
/drivers/staging/wlan-ng/ |
D | p80211conv.c | 181 memcpy(p80211_hdr->a3.a1, &e_hdr.daddr, ETH_ALEN); in skb_ether_to_p80211() 182 memcpy(p80211_hdr->a3.a2, wlandev->netdev->dev_addr, ETH_ALEN); in skb_ether_to_p80211() 183 memcpy(p80211_hdr->a3.a3, wlandev->bssid, ETH_ALEN); in skb_ether_to_p80211() 187 memcpy(p80211_hdr->a3.a1, wlandev->bssid, ETH_ALEN); in skb_ether_to_p80211() 188 memcpy(p80211_hdr->a3.a2, wlandev->netdev->dev_addr, ETH_ALEN); in skb_ether_to_p80211() 189 memcpy(p80211_hdr->a3.a3, &e_hdr.daddr, ETH_ALEN); in skb_ether_to_p80211() 193 memcpy(p80211_hdr->a3.a1, &e_hdr.daddr, ETH_ALEN); in skb_ether_to_p80211() 194 memcpy(p80211_hdr->a3.a2, wlandev->bssid, ETH_ALEN); in skb_ether_to_p80211() 195 memcpy(p80211_hdr->a3.a3, &e_hdr.saddr, ETH_ALEN); in skb_ether_to_p80211() 226 p80211_hdr->a3.fc = fc; in skb_ether_to_p80211() [all …]
|
D | p80211hdr.h | 155 u8 a3[ETH_ALEN]; member 164 u8 a3[ETH_ALEN]; member 170 struct p80211_hdr_a3 a3; member
|
D | prism2sta.c | 279 p80211_hdr->a3.fc |= cpu_to_le16(WLAN_SET_FC_ISWEP(1)); in prism2sta_txframe()
|
/drivers/staging/comedi/drivers/ |
D | ke_counter.c | 164 unsigned char a0, a1, a2, a3, a4; in cnt_rinsn() local 171 a3 = inb(dev->iobase + chan * 0x20 + 0x0c); in cnt_rinsn() 174 result = (a1 + (a2 * 256) + (a3 * 65536)); in cnt_rinsn()
|
/drivers/tty/vt/ |
D | cp437.uni | 181 0x9c U+00a3 259 0xe4 U+03a3
|
/drivers/ssb/ |
D | pci.c | 504 SPEX(antenna_gain.a3, SSB_SPROM4_AGAIN23, in sprom_extract_r45() 600 SPEX(antenna_gain.a3, SSB_SPROM8_AGAIN23, in sprom_extract_r8()
|
D | sdio.c | 557 sprom->antenna_gain.a3 = tuple->data[1]; in ssb_sdio_get_invariants()
|
D | pcmcia.c | 682 sprom->antenna_gain.a3 = tuple->TupleData[1]; in ssb_pcmcia_do_get_invariants()
|
/drivers/block/paride/ |
D | Kconfig | 89 <ftp://ftp.berlios.de/pub/cdrecord/>. Versions 1.6.1a3 and
|
/drivers/net/wireless/bcmdhd/common/include/proto/ |
D | 802.11.h | 121 struct ether_addr a3; /* address 3 */ member
|
/drivers/scsi/ |
D | advansys.c | 2244 #define ASC_PRINT3(s, a1, a2, a3) \ argument 2247 printk((s), (a1), (a2), (a3)); \ 2250 #define ASC_PRINT4(s, a1, a2, a3, a4) \ argument 2253 printk((s), (a1), (a2), (a3), (a4)); \
|