Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/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-6.3-rc2/drivers/watchdog/
A Dpm8916_wdt.c147 u8 poff[2]; in pm8916_wdt_probe() local
189 &poff, ARRAY_SIZE(poff)); in pm8916_wdt_probe()
195 dev_dbg(dev, "POFF reason: %#x %#x\n", poff[0], poff[1]); in pm8916_wdt_probe()
196 if (poff[0] & PON_POFF_REASON1_PMIC_WD) in pm8916_wdt_probe()
198 if (poff[1] & PON_POFF_REASON2_UVLO) in pm8916_wdt_probe()
200 if (poff[1] & PON_POFF_REASON2_OTST3) in pm8916_wdt_probe()
/linux-6.3-rc2/arch/mips/kernel/
A Dprocess.c240 *poff = ip->mm16_r5_format.imm; in is_ra_save_ins()
241 *poff = (*poff << 2) / sizeof(ulong); in is_ra_save_ins()
247 *poff = ip->mm16_m_format.imm; in is_ra_save_ins()
248 *poff += 1 + ip->mm16_m_format.rlist; in is_ra_save_ins()
249 *poff = (*poff << 2) / sizeof(ulong); in is_ra_save_ins()
268 *poff = ip->i_format.simmediate / sizeof(ulong); in is_ra_save_ins()
279 *poff = ip->mm_m_format.simmediate; in is_ra_save_ins()
280 *poff += (ip->mm_m_format.rd & 0xf) * sizeof(u32); in is_ra_save_ins()
281 *poff /= sizeof(ulong); in is_ra_save_ins()
294 *poff = ip->i_format.simmediate / sizeof(ulong); in is_ra_save_ins()
[all …]
/linux-6.3-rc2/fs/iomap/
A Dbuffered-io.c100 unsigned first = poff >> block_bits; in iomap_adjust_read_range()
116 poff += block_size; in iomap_adjust_read_range()
143 *offp = poff; in iomap_adjust_read_range()
265 size_t poff, plen; in iomap_readpage_iter() local
278 folio_zero_range(folio, poff, plen); in iomap_readpage_iter()
549 bio_add_folio(&bio, folio, plen, poff); in iomap_read_folio_sync()
563 size_t poff, plen; in __iomap_write_begin() local
580 (from <= poff || from >= poff + plen) && in __iomap_write_begin()
581 (to <= poff || to >= poff + plen)) in __iomap_write_begin()
587 folio_zero_segments(folio, poff, from, to, poff + plen); in __iomap_write_begin()
[all …]
/linux-6.3-rc2/arch/x86/kernel/
A Dalternative.c1078 const s32 *poff; in alternatives_smp_lock() local
1080 for (poff = start; poff < end; poff++) { in alternatives_smp_lock()
1081 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_lock()
1083 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
1094 const s32 *poff; in alternatives_smp_unlock() local
1096 for (poff = start; poff < end; poff++) { in alternatives_smp_unlock()
1097 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_unlock()
1099 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock()
1206 const s32 *poff; in alternatives_text_reserved() local
1215 for (poff = mod->locks; poff < mod->locks_end; poff++) { in alternatives_text_reserved()
[all …]
/linux-6.3-rc2/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.c110 int poff; in parse_ip_proto() local
/linux-6.3-rc2/net/core/
A Dflow_dissector.c128 if (poff >= 0) { in __skb_flow_get_ports()
1784 u32 poff = keys->control.thoff; in __skb_get_poff() local
1789 return poff; in __skb_get_poff()
1800 return poff; in __skb_get_poff()
1807 poff += sizeof(struct udphdr); in __skb_get_poff()
1813 poff += sizeof(struct icmphdr); in __skb_get_poff()
1816 poff += sizeof(struct icmp6hdr); in __skb_get_poff()
1819 poff += sizeof(struct igmphdr); in __skb_get_poff()
1822 poff += sizeof(struct dccp_hdr); in __skb_get_poff()
1825 poff += sizeof(struct sctphdr); in __skb_get_poff()
[all …]
/linux-6.3-rc2/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-6.3-rc2/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()
97 memcpy_to_page(page, poff, buffer + cnt, plen); in rtsx_stor_access_xfer_buf()
99 memcpy_from_page(buffer + cnt, page, poff, plen); in rtsx_stor_access_xfer_buf()
102 poff = 0; in rtsx_stor_access_xfer_buf()
/linux-6.3-rc2/kernel/
A Drelay.c1114 unsigned int pidx, poff, total_len, subbuf_pages, nr_pages; in subbuf_splice_actor() local
1148 poff = read_start & ~PAGE_MASK; in subbuf_splice_actor()
1158 this_len = min_t(unsigned long, len, PAGE_SIZE - poff); in subbuf_splice_actor()
1162 spd.partial[spd.nr_pages].offset = poff; in subbuf_splice_actor()
1174 poff = 0; in subbuf_splice_actor()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dnv50.c48 const u32 poff = nv50_ior_base(pior); in nv50_pior_clock() local
50 nvkm_mask(device, 0x614380 + poff, 0x00000707, 0x00000001); in nv50_pior_clock()
69 nv50_pior_power_wait(struct nvkm_device *device, u32 poff) in nv50_pior_power_wait() argument
72 if (!(nvkm_rd32(device, 0x61e004 + poff) & 0x80000000)) in nv50_pior_power_wait()
81 const u32 poff = nv50_ior_base(pior); in nv50_pior_power() local
86 nv50_pior_power_wait(device, poff); in nv50_pior_power()
87 nvkm_mask(device, 0x61e004 + poff, field, state); in nv50_pior_power()
88 nv50_pior_power_wait(device, poff); in nv50_pior_power()
A Dgv100.c377 const u32 poff = chan->chid.ctrl * 0x10; in gv100_disp_dmac_init() local
380 nvkm_wr32(device, 0x610b24 + poff, lower_32_bits(chan->push)); in gv100_disp_dmac_init()
381 nvkm_wr32(device, 0x610b20 + poff, upper_32_bits(chan->push)); in gv100_disp_dmac_init()
382 nvkm_wr32(device, 0x610b28 + poff, 0x00000001); in gv100_disp_dmac_init()
383 nvkm_wr32(device, 0x610b2c + poff, 0x00000040); in gv100_disp_dmac_init()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dtc_counters.c350 #define TCV2_PKT_PTR(pkt, poff, i, field) \ argument
352 (pkt) + ERF_SC_PACKETISER_PAYLOAD_##field##_LBN/8 + poff + \
/linux-6.3-rc2/samples/vfio-mdev/
A Dmbochs.c442 loff_t poff; in mdev_access() local
478 poff = pos & ~PAGE_MASK; in mdev_access()
482 memcpy(map + poff, buf, count); in mdev_access()
484 memcpy(buf, map + poff, count); in mdev_access()
/linux-6.3-rc2/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()
3003 par->mmap_map[j].poff = base & PAGE_MASK; in atyfb_setup_sparc()
3016 par->mmap_map[j].poff = (base + 0x800000) & PAGE_MASK; in atyfb_setup_sparc()
3025 par->mmap_map[j].poff = base & PAGE_MASK; in atyfb_setup_sparc()
3592 par->mmap_map[0].poff = (unsigned long) info->screen_base & PAGE_MASK; in atyfb_pci_probe()
3597 par->mmap_map[1].poff = (long)par->ati_regbase & PAGE_MASK; in atyfb_pci_probe()
/linux-6.3-rc2/fs/ext4/
A Dmballoc.c1308 int block, pnum, poff; in ext4_mb_get_buddy_page_lock() local
1323 poff = block % blocks_per_page; in ext4_mb_get_buddy_page_lock()
1329 e4b->bd_bitmap = page_address(page) + (poff * sb->s_blocksize); in ext4_mb_get_buddy_page_lock()
1437 int poff; in ext4_mb_load_buddy_gfp() local
1474 poff = block % blocks_per_page; in ext4_mb_load_buddy_gfp()
1500 (poff * sb->s_blocksize)); in ext4_mb_load_buddy_gfp()
1516 e4b->bd_bitmap = page_address(page) + (poff * sb->s_blocksize); in ext4_mb_load_buddy_gfp()
1520 poff = block % blocks_per_page; in ext4_mb_load_buddy_gfp()
1551 e4b->bd_buddy = page_address(page) + (poff * sb->s_blocksize); in ext4_mb_load_buddy_gfp()

Completed in 92 milliseconds

12