Searched refs:stash (Results 1 – 7 of 7) sorted by relevance
64 - bd-stash : If present, indicates that the hardware supports stashing66 - rx-stash-len : Denotes the number of bytes of a received buffer to stash68 - rx-stash-idx : Denotes the index of the first byte from the received69 buffer to stash in the L2.
53 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()1119 void *stash; in copy_gadget_strings() local1129 stash = uc->stash; in copy_gadget_strings()1130 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()1134 gs_array[n_gs] = stash; in copy_gadget_strings()1136 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()1138 gs->strings = stash; in copy_gadget_strings()1142 s = stash; in copy_gadget_strings()1143 stash += sizeof(struct usb_string); in copy_gadget_strings()1150 s = stash; in copy_gadget_strings()[all …]
109 save %g0, %g0, %g0 ! save into the window to stash away115 STORE_WINDOW(sp) ! stash the window
121 mov %o0, %l0 ! stash away romvec123 mov %o1, %l1 ! stash away debug_vec too
1155 u8 *stash[0]; member
251 ; can clobber scratch regs, hence use of stack to stash it
741 struct property *stash; in gfar_of_init() local857 stash = of_find_property(np, "bd-stash", NULL); in gfar_of_init()859 if (stash) { in gfar_of_init()