Searched refs:page (Results 226 - 250 of 649) sorted by relevance

1234567891011>>

/drivers/staging/comedi/drivers/
H A Dpcmmio.c110 REG_PAGELOCK All WriteOnly Select a page
123 * page selector register, upper 2 bits select
124 * a page and bits 0-5 are used to 'lock down'
277 unsigned char pagelock; /* current page and lock */
351 static void switch_page(struct comedi_device *dev, int asic, int page);
760 int port, page; local
763 switch_page(dev, asic, 0); /* switch back to page 0 */
769 /* Next, clear all the paged registers for each page */
770 for (page = 1; page < NUM_PAGE
791 switch_page(struct comedi_device *dev, int asic, int page) argument
[all...]
H A Dpcmuio.c110 REG_PAGELOCK All WriteOnly Select a page
122 #define REG_PAGELOCK 0x7 /* page selector register, upper 2 bits select a page
204 unsigned char pagelock; /* current page and lock */
275 static void switch_page(struct comedi_device *dev, int asic, int page);
630 int port, page; local
633 switch_page(dev, asic, 0); /* switch back to page 0 */
639 /* Next, clear all the paged registers for each page */
640 for (page = 1; page < NUM_PAGE
661 switch_page(struct comedi_device *dev, int asic, int page) argument
[all...]
/drivers/target/
H A Dtarget_core_cdb.c430 /* Block Limits VPD page */
438 * Following sbc3r22 section 6.5.3 Block Limits VPD page, when
440 * different page length for Thin Provisioning.
499 /* Block Device Characteristics VPD page */
519 * From sbc3r22 section 6.5.4 Thin Provisioning VPD page:
522 * zero, then the page length shall be set to 0004h. If the DP bit
523 * is set to one, then the page length shall be set to the value
568 uint8_t page; member in struct:__anon5643
571 { .page = 0x00, .emulate = target_emulate_evpd_00 },
572 { .page
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_qp.c59 off = find_next_zero_bit(map->page, BITS_PER_PAGE, off);
102 unsigned long page = get_zeroed_page(GFP_KERNEL); local
105 * Free the page if someone raced with us installing it.
109 if (map->page)
110 free_page(page);
112 map->page = (void *)page;
150 if (unlikely(!map->page)) {
152 if (unlikely(!map->page))
156 if (!test_and_set_bit(offset, map->page)) {
[all...]
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h749 /* NUM_TX_RINGS = number of "next-page" entries
808 struct page *page = sw_buf->page; local
811 /* Skip "next page" elements */
812 if (!page)
817 __free_pages(page, PAGES_PER_SGE_SHIFT);
819 sw_buf->page = NULL;
879 /* Clear the two last indices in the page to 1:
889 struct page *pag local
[all...]
/drivers/scsi/aic94xx/
H A Daic94xx_seq.c223 * The 10 KB LSEQm instruction code is mapped, page at a time, at
231 u32 page; local
234 for (page = 0; page < pages; page++) {
238 page << LmRAMPAGE_LSHIFT);
246 "page:%d, offs:%d\n",
248 lseq, page, i);
286 /* This is the size of the CSEQ Mapped instruction page */
293 int page; local
[all...]
/drivers/md/
H A Draid5.c276 struct page *p;
281 p = sh->dev[i].page;
284 sh->dev[i].page = NULL;
295 struct page *page; local
297 if (!(page = alloc_page(GFP_KERNEL))) {
300 sh->dev[i].page = page;
659 async_copy_data(int frombio, struct bio *bio, struct page *page, argument
4537 raid5_show_stripe_cache_size(struct mddev *mddev, char *page) argument
4573 raid5_store_stripe_cache_size(struct mddev *mddev, const char *page, size_t len) argument
4598 raid5_show_preread_threshold(struct mddev *mddev, char *page) argument
4608 raid5_store_preread_threshold(struct mddev *mddev, const char *page, size_t len) argument
4632 stripe_cache_active_show(struct mddev *mddev, char *page) argument
[all...]
/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c256 u16 page,
265 u16 page,
923 u16 page, u16 offset, void *data, unsigned int len)
926 page, offset, data, len, NULL, NULL, NULL);
931 u16 page, u16 offset, void *data, unsigned int len,
936 page, offset, data, len,
942 u16 page, u16 offset, void *data, unsigned int len)
945 page, offset, data, len, NULL, NULL, NULL);
950 u16 page,
958 page, offse
922 hfa384x_dormem_wait(hfa384x_t *hw, u16 page, u16 offset, void *data, unsigned int len) argument
930 hfa384x_dormem_async(hfa384x_t *hw, u16 page, u16 offset, void *data, unsigned int len, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
941 hfa384x_dowmem_wait(hfa384x_t *hw, u16 page, u16 offset, void *data, unsigned int len) argument
949 hfa384x_dowmem_async(hfa384x_t *hw, u16 page, u16 offset, void *data, unsigned int len, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
1618 hfa384x_dormem(hfa384x_t *hw, enum cmd_mode mode, u16 page, u16 offset, void *data, unsigned int len, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
1709 hfa384x_dowmem(hfa384x_t *hw, enum cmd_mode mode, u16 page, u16 offset, void *data, unsigned int len, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
[all...]
/drivers/base/
H A Dnode.c357 #define page_initialized(page) (page->lru.next)
361 struct page *page; local
365 page = pfn_to_page(pfn);
366 if (!page_initialized(page))
/drivers/video/
H A Dau1100fb.c476 unsigned long page; local
533 * Set page reserved so that mmap will work. This is necessary
536 for (page = (unsigned long)fbdev->fb_mem;
537 page < PAGE_ALIGN((unsigned long)fbdev->fb_mem + fbdev->fb_len);
538 page += PAGE_SIZE) {
540 SetPageReserved(virt_to_page(CAC_ADDR((void *)page)));
542 SetPageReserved(virt_to_page(page));
/drivers/char/
H A Defirtc.c365 efi_rtc_read_proc(char *page, char **start, off_t off, argument
368 int len = efi_rtc_get_status(page);
370 *start = page + off;
H A Dgenrtc.c461 static int gen_rtc_read_proc(char *page, char **start, off_t off, argument
464 int len = gen_rtc_proc_output (page);
466 *start = page + off;
/drivers/media/video/
H A Dvideobuf2-dma-sg.c26 struct page **pages;
57 buf->pages = kzalloc(buf->sg_desc.num_pages * sizeof(struct page *),
138 buf->pages = kzalloc(buf->sg_desc.num_pages * sizeof(struct page *),
214 /* add offset in case userptr is not page-aligned */
/drivers/net/vmxnet3/
H A Dvmxnet3_int.h47 #include <asm/page.h>
253 struct page *page; member in union:vmxnet3_rx_buf_info::__anon3102
/drivers/net/wireless/iwlwifi/
H A Diwl-trans.h262 struct page *_page;
271 static inline struct page *rxb_steal_page(struct iwl_rx_cmd_buffer *r)
273 struct page *p = r->_page;
/drivers/sfi/
H A Dsfi_core.c77 #define TABLE_ON_PAGE(page, table, size) (ON_SAME_PAGE(page, table) && \
78 ON_SAME_PAGE(page, table + size))
174 /* If table fits on same page as its header, we are done */
178 /* Entire table does not fit on same page as SYST */
190 * if it did not completely fit on same page as SYST.
368 * Enforce SFI spec mandate that SYST reside within a page.
371 pr_info("SYST 0x%llx + 0x%x crosses page\n",
/drivers/gpu/drm/nouveau/
H A Dnvc0_fb.c31 struct page *r100c10_page;
/drivers/gpu/drm/radeon/
H A Dradeon_device.c446 if (rdev->dummy_page.page)
448 rdev->dummy_page.page = alloc_page(GFP_DMA32 | GFP_KERNEL | __GFP_ZERO);
449 if (rdev->dummy_page.page == NULL)
451 rdev->dummy_page.addr = pci_map_page(rdev->pdev, rdev->dummy_page.page,
454 dev_err(&rdev->pdev->dev, "Failed to DMA MAP the dummy page\n");
455 __free_page(rdev->dummy_page.page);
456 rdev->dummy_page.page = NULL;
464 if (rdev->dummy_page.page == NULL)
468 __free_page(rdev->dummy_page.page);
469 rdev->dummy_page.page
[all...]
/drivers/gpu/drm/udl/
H A Dudl_drv.h67 struct page **pages;
/drivers/mtd/nand/
H A Dcafe_nand.c181 /* Emulate NAND_CMD_READOOB on large-page chips */
189 for small-page chips, to position the buffer correctly? */
221 /* For now, assume just read to end of page */
353 struct nand_chip *chip, int page)
357 chip->cmdfunc(mtd, NAND_CMD_SEQIN, mtd->writesize, page);
367 int page, int sndcmd)
369 chip->cmdfunc(mtd, NAND_CMD_READOOB, 0, page);
374 * cafe_nand_read_page_syndrome - [REPLACEABLE] hardware ecc syndrome based page read
383 uint8_t *buf, int page)
533 const uint8_t *buf, int page, in
352 cafe_nand_write_oob(struct mtd_info *mtd, struct nand_chip *chip, int page) argument
366 cafe_nand_read_oob(struct mtd_info *mtd, struct nand_chip *chip, int page, int sndcmd) argument
382 cafe_nand_read_page(struct mtd_info *mtd, struct nand_chip *chip, uint8_t *buf, int page) argument
532 cafe_nand_write_page(struct mtd_info *mtd, struct nand_chip *chip, const uint8_t *buf, int page, int cached, int raw) argument
[all...]
/drivers/parisc/
H A Dccio-rm-dma.c47 #include <asm/page.h>
/drivers/s390/cio/
H A Dchsc.c674 int c, int m, void *page)
684 memset(page, 0, PAGE_SIZE);
685 scpd_area = page;
958 int chsc_sstpc(void *page, unsigned int op, u16 ctrl) argument
972 memset(page, 0, PAGE_SIZE);
973 rr = page;
985 int chsc_sstpi(void *page, void *result, size_t size) argument
995 memset(page, 0, PAGE_SIZE);
996 rr = page;
673 chsc_determine_channel_path_desc(struct chp_id chpid, int fmt, int rfmt, int c, int m, void *page) argument
H A Dchsc.h108 int c, int m, void *page);
/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c636 dma_addr_t page; local
692 page = tgt->rq_dma;
696 *pbl = (u32)page;
698 *pbl = (u32)((u64)page >> 32);
700 page += PAGE_SIZE;
747 page = tgt->confq_dma;
751 *pbl = (u32)page;
753 *pbl = (u32)((u64)page >> 32);
755 page += PAGE_SIZE;
/drivers/scsi/
H A Dsni_53c710.c42 #include <asm/page.h>

Completed in 7058 milliseconds

1234567891011>>