Home
last modified time | relevance | path

Searched refs:start_pg (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/8390/
H A Dpcnet_cs.c103 static int setup_shmem_window(struct pcmcia_device *link, int start_pg,
105 static int setup_dma_config(struct pcmcia_device *link, int start_pg,
569 int start_pg, stop_pg, cm_offset; in pcnet_config() local
599 start_pg = SOCKET_START_PG; in pcnet_config()
603 start_pg = PCNET_START_PG; in pcnet_config()
610 (setup_shmem_window(link, start_pg, stop_pg, cm_offset) != 0)) in pcnet_config()
611 setup_dma_config(link, start_pg, stop_pg); in pcnet_config()
1308 static int setup_dma_config(struct pcmcia_device *link, int start_pg, in setup_dma_config() argument
1313 ei_status.tx_start_page = start_pg; in setup_dma_config()
1314 ei_status.rx_start_page = start_pg + TX_PAGES; in setup_dma_config()
[all …]
/linux/drivers/net/wireless/realtek/rtw88/
H A Dfw.c1806 u32 *buf, u32 residue, u16 start_pg) in rtw_fw_read_fifo_page() argument
1817 rtw_write16(rtwdev, REG_PKTBUF_DBG_CTRL, start_pg | ctl); in rtw_fw_read_fifo_page()
1828 start_pg++; in rtw_fw_read_fifo_page()
1841 u32 start_pg, residue; in rtw_fw_read_fifo() local
1850 start_pg = (offset >> FIFO_PAGE_SIZE_SHIFT) + chip->fw_fifo_addr[sel]; in rtw_fw_read_fifo()
1852 rtw_fw_read_fifo_page(rtwdev, offset, size, buf, residue, start_pg); in rtw_fw_read_fifo()
/linux/kernel/trace/
H A Dftrace.c3892 struct ftrace_page *start_pg; in ftrace_allocate_pages() local
3899 start_pg = pg = kzalloc(sizeof(*pg), GFP_KERNEL); in ftrace_allocate_pages()
3924 return start_pg; in ftrace_allocate_pages()
3927 ftrace_free_pages(start_pg); in ftrace_allocate_pages()
7179 struct ftrace_page *start_pg; in ftrace_process_locs()
7209 start_pg = ftrace_allocate_pages(count); in ftrace_process_locs()
7210 if (!start_pg) in ftrace_process_locs()
7223 ftrace_pages = ftrace_pages_start = start_pg; in ftrace_process_locs()
7234 ftrace_pages->next = start_pg; in ftrace_process_locs()
7238 pg = start_pg; in ftrace_process_locs()
7176 struct ftrace_page *start_pg; ftrace_process_locs() local
[all...]
/linux/mm/
H A Dmemblock.c2121 struct page *start_pg, *end_pg; in free_memmap() local
2127 start_pg = pfn_to_page(start_pfn - 1) + 1; in free_memmap()
2134 pg = PAGE_ALIGN(__pa(start_pg)); in free_memmap()