Searched refs:frame (Results 1 – 10 of 10) sorted by relevance
| /drivers/xen/ |
| A D | gnttab.c | 77 grant_ref_t gnttab_grant_access(domid_t domid, unsigned long frame, int readonly) in gnttab_grant_access() argument 82 gnttab_table[ref].frame = frame; in gnttab_grant_access()
|
| /drivers/net/ |
| A D | macb.c | 193 unsigned long frame; in macb_mdio_write() local 199 frame = (MACB_BF(SOF, 1) in macb_mdio_write() 205 macb_writel(macb, MAN, frame); in macb_mdio_write() 220 unsigned long frame; in macb_mdio_read() local 226 frame = (MACB_BF(SOF, 1) in macb_mdio_read() 231 macb_writel(macb, MAN, frame); in macb_mdio_read() 237 frame = macb_readl(macb, MAN); in macb_mdio_read() 243 return MACB_BFEXT(DATA, frame); in macb_mdio_read()
|
| /drivers/usb/musb-new/ |
| A D | musb_host.h | 50 u16 frame; /* for periodic schedule */ member
|
| A D | musb_host.c | 191 u16 frame; in musb_start_urb() local 218 qh->frame = 0; in musb_start_urb() 257 frame = musb_readw(mbase, MUSB_FRAME); in musb_start_urb() 263 || (frame >= urb->start_frame)) { in musb_start_urb() 267 qh->frame = 0; in musb_start_urb() 271 qh->frame = urb->start_frame; in musb_start_urb()
|
| A D | musb_core.c | 860 u16 frame; in musb_stage0_irq() 866 frame = musb_readw(mbase, MUSB_FRAME); in musb_stage0_irq() 875 if (ep->dwWaitFrame >= frame) { in musb_stage0_irq() 2234 musb->context.frame = musb_readw(musb_base, MUSB_FRAME); in musb_save_context() 2311 musb_writew(musb_base, MUSB_FRAME, musb->context.frame); in musb_restore_context()
|
| A D | musb_core.h | 304 u16 frame; member
|
| /drivers/video/ |
| A D | Kconfig | 78 the frame buffer when they are bound, by setting the size field in 91 bool "Enable copying the frame buffer to a hardware copy" 94 On some machines (e.g. x86), reading from the frame buffer is very 96 allows the frame buffer to be kept in cached memory (allocated by 97 U-Boot) and then copied to the hardware frame-buffer as needed. 105 bool "Enable damage tracking of frame buffer regions" 107 On some machines (most ARM), the display frame buffer resides in 319 provide a frame buffer. 988 allocated frame buffer surface. 1008 allocated frame buffer surface. [all …]
|
| /drivers/usb/musb/ |
| A D | musb_core.h | 59 u16 frame; member
|
| A D | musb_udc.c | 129 w = readw(&musbr->frame); in musb_db_regs()
|
| /drivers/usb/host/ |
| A D | ohci-hcd.c | 1946 unsigned int frame = m16_swap(ohci->hcca->frame_no) & 1; in hc_interrupt() local 1949 if (ohci->ed_rm_list[frame] != NULL) in hc_interrupt()
|
Completed in 32 milliseconds