Searched refs:addr_offset (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/drivers/misc/ |
D | pch_phub.c | 429 unsigned int addr_offset; in pch_phub_bin_read() local 452 addr_offset = 0; in pch_phub_bin_read() 456 addr_offset = 0; in pch_phub_bin_read() 460 for (addr_offset = 0; addr_offset < count; addr_offset++) { in pch_phub_bin_read() 461 pch_phub_read_serial_rom(chip, 0x80 + addr_offset + off, in pch_phub_bin_read() 462 &buf[addr_offset]); in pch_phub_bin_read() 470 return addr_offset; in pch_phub_bin_read() 483 unsigned int addr_offset; in pch_phub_bin_write() local 493 addr_offset = 0; in pch_phub_bin_write() 497 addr_offset = 0; in pch_phub_bin_write() [all …]
|
/linux-2.6.39/arch/powerpc/platforms/pseries/ |
D | phyp_dump.c | 89 unsigned long addr_offset = 0; in init_dump_header() local 110 ph->cpu_data.destination_address = addr_offset; in init_dump_header() 111 addr_offset += phyp_dump_info->cpu_state_size; in init_dump_header() 117 ph->hpte_data.destination_address = addr_offset; in init_dump_header() 118 addr_offset += phyp_dump_info->hpte_region_size; in init_dump_header() 125 ph->kernel_data.destination_address = addr_offset; in init_dump_header() 126 addr_offset += ph->kernel_data.source_length; in init_dump_header() 128 return addr_offset; in init_dump_header()
|
/linux-2.6.39/drivers/net/wireless/iwmc3200wifi/ |
D | eeprom.c | 85 u32 entry_size, chunk_size, data_offset = 0, addr_offset = 0; in iwm_eeprom_read() local 120 eeprom_cmd.hdr.offset = cpu_to_le32(addr + addr_offset); in iwm_eeprom_read() 139 addr_offset += chunk_size; in iwm_eeprom_read()
|
/linux-2.6.39/include/linux/ |
D | errqueue.h | 41 u16 addr_offset; member
|
/linux-2.6.39/net/ipv6/ |
D | datagram.c | 223 serr->addr_offset = (u8 *)&(((struct ipv6hdr *)(icmph + 1))->daddr) - in ipv6_icmp_error() 263 serr->addr_offset = (u8 *)&iph->daddr - skb_network_header(skb); in ipv6_local_error() 355 (struct in6_addr *)(nh + serr->addr_offset)); in ipv6_recv_error() 358 (*(__be32 *)(nh + serr->addr_offset - 24) & in ipv6_recv_error() 363 ipv6_addr_set_v4mapped(*(__be32 *)(nh + serr->addr_offset), in ipv6_recv_error()
|
/linux-2.6.39/drivers/net/ |
D | ni65.c | 181 short addr_offset; member 192 .addr_offset = 0x8, 203 .addr_offset = 0x0, 214 .addr_offset = 0x0, 439 if(inb(ioaddr+cards[i].addr_offset+j) != cards[i].vendor_id[j]) { in ni65_probe1() 450 dev->dev_addr[j] = inb(ioaddr+cards[i].addr_offset+j); in ni65_probe1()
|
/linux-2.6.39/drivers/video/pnx4008/ |
D | sdum.c | 43 long addr_offset; member 491 fb_addr[i].addr_offset); in pnx4008_get_fb_addresses() 493 dum_data.lcd_phys_start + fb_addr[i].addr_offset; in pnx4008_get_fb_addresses()
|
/linux-2.6.39/net/rxrpc/ |
D | ar-error.c | 49 addr = *(__be32 *)(skb_network_header(skb) + serr->addr_offset); in rxrpc_UDP_error_report()
|
/linux-2.6.39/net/ipv4/ |
D | ip_sockglue.c | 324 serr->addr_offset = (u8 *)&(((struct iphdr *)(icmp_hdr(skb) + 1))->daddr) - in ip_icmp_error() 363 serr->addr_offset = (u8 *)&iph->daddr - skb_network_header(skb); in ip_local_error() 410 serr->addr_offset); in ip_recv_error()
|
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/ |
D | wlc_phy_n.c | 26167 u16 addr_offset = 0x2c5; in wlc_phy_extpa_set_tx_digi_filts_nphy() local 26170 write_phy_reg(pi, addr_offset + j, in wlc_phy_extpa_set_tx_digi_filts_nphy() 26178 u16 addr_offset[] = { 0x186, 0x195, in wlc_phy_ipa_set_tx_digi_filts_nphy() local 26184 write_phy_reg(pi, addr_offset[type] + j, in wlc_phy_ipa_set_tx_digi_filts_nphy()
|