Home
last modified time | relevance | path

Searched refs:poff (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dpiornv50.c34 const u32 poff = nv50_ior_base(pior); in nv50_pior_clock() local
35 nvkm_mask(device, 0x614380 + poff, 0x00000707, 0x00000001); in nv50_pior_clock()
49 nv50_pior_power_wait(struct nvkm_device *device, u32 poff) in nv50_pior_power_wait() argument
52 if (!(nvkm_rd32(device, 0x61e004 + poff) & 0x80000000)) in nv50_pior_power_wait()
62 const u32 poff = nv50_ior_base(pior); in nv50_pior_power() local
67 nv50_pior_power_wait(device, poff); in nv50_pior_power()
68 nvkm_mask(device, 0x61e004 + poff, field, state); in nv50_pior_power()
69 nv50_pior_power_wait(device, poff); in nv50_pior_power()
A Ddmacgv100.c67 const u32 poff = chan->chid.ctrl * 0x10; in gv100_disp_dmac_init() local
70 nvkm_wr32(device, 0x610b24 + poff, lower_32_bits(chan->push)); in gv100_disp_dmac_init()
71 nvkm_wr32(device, 0x610b20 + poff, upper_32_bits(chan->push)); in gv100_disp_dmac_init()
72 nvkm_wr32(device, 0x610b28 + poff, 0x00000001); in gv100_disp_dmac_init()
73 nvkm_wr32(device, 0x610b2c + poff, 0x00000040); in gv100_disp_dmac_init()
/linux/drivers/video/fbdev/
A Dcg14.c372 .poff = 0x80000000,
377 .poff = 0x80003000,
382 .poff = 0x80004000,
387 .poff = 0x80005000,
392 .poff = 0x80006000,
397 .poff = 0x80000000,
402 .poff = 0x00000000,
407 .poff = 0x80001000,
412 .poff = 0x01000000,
417 .poff = 0x02000000,
[all …]
A Dffb.c716 .poff = FFB_SFB8R_POFF,
721 .poff = FFB_SFB8G_POFF,
726 .poff = FFB_SFB8B_POFF,
731 .poff = FFB_SFB8X_POFF,
736 .poff = FFB_SFB32_POFF,
741 .poff = FFB_SFB64_POFF,
756 .poff = FFB_DFB8R_POFF,
761 .poff = FFB_DFB8G_POFF,
791 .poff = FFB_DAC_POFF,
796 .poff = FFB_PROM_POFF,
[all …]
A Dleo.c350 .poff = LEO_OFF_SS0,
355 .poff = LEO_OFF_LC_SS0_USR,
360 .poff = LEO_OFF_LD_SS0,
365 .poff = LEO_OFF_LX_CURSOR,
370 .poff = LEO_OFF_SS1,
375 .poff = LEO_OFF_LC_SS1_USR,
380 .poff = LEO_OFF_LD_SS1,
385 .poff = LEO_OFF_UNK,
390 .poff = LEO_OFF_LX_KRN,
405 .poff = LEO_OFF_LD_GBL,
[all …]
A Dcg6.c551 .poff = CG6_FBC_OFFSET,
556 .poff = CG6_TEC_OFFSET,
561 .poff = CG6_BROOKTREE_OFFSET,
566 .poff = CG6_FHC_OFFSET,
571 .poff = CG6_THC_OFFSET,
576 .poff = CG6_ROM_OFFSET,
581 .poff = CG6_RAM_OFFSET,
586 .poff = CG6_DHC_OFFSET,
A Dsbuslib.h8 unsigned long poff; member
A Dsbuslib.c76 map_offset = (physbase + map[i].poff) & POFF_MASK; in sbusfb_mmap_helper()
A Dcg3.c221 .poff = CG3_RAM_OFFSET,
A Dtcx.c439 par->mmap_map[i].poff = op->resource[j].start; in tcx_probe()
/linux/fs/iomap/
A Dbuffered-io.c97 unsigned first = poff >> block_bits; in iomap_adjust_read_range()
113 poff += block_size; in iomap_adjust_read_range()
140 *offp = poff; in iomap_adjust_read_range()
235 if (poff > 0) in iomap_read_inline_data()
242 iomap_set_range_uptodate(page, poff, PAGE_SIZE - poff); in iomap_read_inline_data()
265 unsigned poff, plen; in iomap_readpage_iter() local
278 zero_user(page, poff, plen); in iomap_readpage_iter()
571 (from <= poff || from >= poff + plen) && in __iomap_write_begin()
572 (to <= poff || to >= poff + plen)) in __iomap_write_begin()
578 zero_user_segments(page, poff, from, to, poff + plen); in __iomap_write_begin()
[all …]
/linux/arch/mips/kernel/
A Dprocess.c239 *poff = ip->mm16_r5_format.imm; in is_ra_save_ins()
240 *poff = (*poff << 2) / sizeof(ulong); in is_ra_save_ins()
246 *poff = ip->mm16_m_format.imm; in is_ra_save_ins()
247 *poff += 1 + ip->mm16_m_format.rlist; in is_ra_save_ins()
248 *poff = (*poff << 2) / sizeof(ulong); in is_ra_save_ins()
267 *poff = ip->i_format.simmediate / sizeof(ulong); in is_ra_save_ins()
278 *poff = ip->mm_m_format.simmediate; in is_ra_save_ins()
279 *poff += (ip->mm_m_format.rd & 0xf) * sizeof(u32); in is_ra_save_ins()
280 *poff /= sizeof(ulong); in is_ra_save_ins()
293 *poff = ip->i_format.simmediate / sizeof(ulong); in is_ra_save_ins()
[all …]
/linux/arch/x86/kernel/
A Dalternative.c519 const s32 *poff; in alternatives_smp_lock() local
521 for (poff = start; poff < end; poff++) { in alternatives_smp_lock()
522 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_lock()
524 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
535 const s32 *poff; in alternatives_smp_unlock() local
537 for (poff = start; poff < end; poff++) { in alternatives_smp_unlock()
538 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_unlock()
540 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock()
647 const s32 *poff; in alternatives_text_reserved() local
656 for (poff = mod->locks; poff < mod->locks_end; poff++) { in alternatives_text_reserved()
[all …]
/linux/samples/bpf/
A Dsockex2_kern.c106 int poff; in flow_dissector() local
177 poff = proto_ports_offset(ip_proto); in flow_dissector()
178 if (poff >= 0) { in flow_dissector()
179 nhoff += poff; in flow_dissector()
A Dsockex3_kern.c145 int poff; in parse_ip_proto() local
/linux/net/core/
A Dflow_dissector.c126 if (poff >= 0) { in __skb_flow_get_ports()
1672 u32 poff = keys->control.thoff; in __skb_get_poff() local
1677 return poff; in __skb_get_poff()
1688 return poff; in __skb_get_poff()
1695 poff += sizeof(struct udphdr); in __skb_get_poff()
1701 poff += sizeof(struct icmphdr); in __skb_get_poff()
1704 poff += sizeof(struct icmp6hdr); in __skb_get_poff()
1707 poff += sizeof(struct igmphdr); in __skb_get_poff()
1710 poff += sizeof(struct dccp_hdr); in __skb_get_poff()
1713 poff += sizeof(struct sctphdr); in __skb_get_poff()
[all …]
/linux/net/netfilter/
A Dnf_nat_sip.c182 unsigned int olen, matchend, poff, plen, buflen, n; in nf_nat_sip() local
211 "maddr=", &poff, &plen, in nf_nat_sip()
219 poff, plen, buffer, buflen)) { in nf_nat_sip()
228 "received=", &poff, &plen, in nf_nat_sip()
236 poff, plen, buffer, buflen)) { in nf_nat_sip()
245 "rport=", &poff, &plen, in nf_nat_sip()
252 poff, plen, buffer, buflen)) { in nf_nat_sip()
A Dxt_hashlimit.c643 int poff; in hashlimit_init_dst() local
692 poff = proto_ports_offset(nexthdr); in hashlimit_init_dst()
693 if (poff >= 0) { in hashlimit_init_dst()
694 ports = skb_header_pointer(skb, protoff + poff, sizeof(_ports), in hashlimit_init_dst()
/linux/drivers/staging/rts5208/
A Drtsx_transport.c77 unsigned int poff = (sg->offset + *offset) & in rtsx_stor_access_xfer_buf() local
94 PAGE_SIZE - poff); in rtsx_stor_access_xfer_buf()
98 memcpy(ptr + poff, buffer + cnt, plen); in rtsx_stor_access_xfer_buf()
100 memcpy(buffer + cnt, ptr + poff, plen); in rtsx_stor_access_xfer_buf()
104 poff = 0; in rtsx_stor_access_xfer_buf()
/linux/kernel/
A Drelay.c1117 unsigned int pidx, poff, total_len, subbuf_pages, nr_pages; in subbuf_splice_actor() local
1151 poff = read_start & ~PAGE_MASK; in subbuf_splice_actor()
1161 this_len = min_t(unsigned long, len, PAGE_SIZE - poff); in subbuf_splice_actor()
1165 spd.partial[spd.nr_pages].offset = poff; in subbuf_splice_actor()
1177 poff = 0; in subbuf_splice_actor()
/linux/net/ipv4/netfilter/
A Dipt_CLUSTERIP.c354 int poff; in clusterip_hashfn() local
356 poff = proto_ports_offset(iph->protocol); in clusterip_hashfn()
357 if (poff >= 0) { in clusterip_hashfn()
361 ports = skb_header_pointer(skb, iph->ihl * 4 + poff, 4, _ports); in clusterip_hashfn()
/linux/samples/vfio-mdev/
A Dmbochs.c434 loff_t poff; in mdev_access() local
470 poff = pos & ~PAGE_MASK; in mdev_access()
474 memcpy(map + poff, buf, count); in mdev_access()
476 memcpy(buf, map + poff, count); in mdev_access()
/linux/drivers/video/fbdev/aty/
A Datyfb_base.c219 unsigned long poff; member
1971 map_offset = par->mmap_map[i].poff + (offset - start); in atyfb_mmap()
3009 par->mmap_map[j].poff = base & PAGE_MASK; in atyfb_setup_sparc()
3022 par->mmap_map[j].poff = (base + 0x800000) & PAGE_MASK; in atyfb_setup_sparc()
3031 par->mmap_map[j].poff = base & PAGE_MASK; in atyfb_setup_sparc()
3595 par->mmap_map[0].poff = (unsigned long) info->screen_base & PAGE_MASK; in atyfb_pci_probe()
3600 par->mmap_map[1].poff = (long)par->ati_regbase & PAGE_MASK; in atyfb_pci_probe()
/linux/fs/ext4/
A Dmballoc.c1354 int block, pnum, poff; in ext4_mb_get_buddy_page_lock() local
1369 poff = block % blocks_per_page; in ext4_mb_get_buddy_page_lock()
1375 e4b->bd_bitmap = page_address(page) + (poff * sb->s_blocksize); in ext4_mb_get_buddy_page_lock()
1483 int poff; in ext4_mb_load_buddy_gfp() local
1520 poff = block % blocks_per_page; in ext4_mb_load_buddy_gfp()
1546 (poff * sb->s_blocksize)); in ext4_mb_load_buddy_gfp()
1562 e4b->bd_bitmap = page_address(page) + (poff * sb->s_blocksize); in ext4_mb_load_buddy_gfp()
1566 poff = block % blocks_per_page; in ext4_mb_load_buddy_gfp()
1597 e4b->bd_buddy = page_address(page) + (poff * sb->s_blocksize); in ext4_mb_load_buddy_gfp()
/linux/arch/ia64/hp/common/
A Dsba_iommu.c912 unsigned long poff, size_t size, in sba_map_page() argument
917 void *addr = page_address(page) + poff; in sba_map_page()

Completed in 839 milliseconds

12