Searched refs:start_pg (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/8390/ |
A D | pcnet_cs.c | 570 int start_pg, stop_pg, cm_offset; in pcnet_config() local 600 start_pg = SOCKET_START_PG; in pcnet_config() 604 start_pg = PCNET_START_PG; in pcnet_config() 612 setup_dma_config(link, start_pg, stop_pg); in pcnet_config() 1314 ei_status.tx_start_page = start_pg; in setup_dma_config() 1315 ei_status.rx_start_page = start_pg + TX_PAGES; in setup_dma_config() 1419 window_size = (stop_pg - start_pg) << 8; in setup_shmem_window() 1434 offset = (start_pg << 8) + cm_offset; in setup_shmem_window() 1466 ei_status.tx_start_page = start_pg; in setup_shmem_window() 1467 ei_status.rx_start_page = start_pg + TX_PAGES; in setup_shmem_window() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/ |
A D | fw.c | 1621 u32 *buf, u32 residue, u16 start_pg) in rtw_fw_read_fifo_page() argument 1632 rtw_write16(rtwdev, REG_PKTBUF_DBG_CTRL, start_pg | ctl); in rtw_fw_read_fifo_page() 1643 start_pg++; in rtw_fw_read_fifo_page() 1656 u32 start_pg, residue; in rtw_fw_read_fifo() local 1665 start_pg = (offset >> FIFO_PAGE_SIZE_SHIFT) + chip->fw_fifo_addr[sel]; in rtw_fw_read_fifo() 1667 rtw_fw_read_fifo_page(rtwdev, offset, size, buf, residue, start_pg); in rtw_fw_read_fifo()
|
/linux-6.3-rc2/kernel/trace/ |
A D | ftrace.c | 3317 struct ftrace_page *start_pg; in ftrace_allocate_pages() local 3349 return start_pg; in ftrace_allocate_pages() 3352 pg = start_pg; in ftrace_allocate_pages() 3358 start_pg = pg->next; in ftrace_allocate_pages() 3360 pg = start_pg; in ftrace_allocate_pages() 6775 struct ftrace_page *start_pg; in ftrace_process_locs() local 6801 start_pg = ftrace_allocate_pages(count); in ftrace_process_locs() 6802 if (!start_pg) in ftrace_process_locs() 6826 ftrace_pages->next = start_pg; in ftrace_process_locs() 6830 pg = start_pg; in ftrace_process_locs() [all …]
|
/linux-6.3-rc2/mm/ |
A D | memblock.c | 1963 struct page *start_pg, *end_pg; in free_memmap() local 1969 start_pg = pfn_to_page(start_pfn - 1) + 1; in free_memmap() 1976 pg = PAGE_ALIGN(__pa(start_pg)); in free_memmap()
|
Completed in 29 milliseconds