Searched refs:stash (Results 1 – 7 of 7) sorted by relevance
60 - bd-stash : If present, indicates that the hardware supports stashing62 - rx-stash-len : Denotes the number of bytes of a received buffer to stash64 - rx-stash-idx : Denotes the index of the first byte from the received65 buffer to stash in the L2.
52 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()1114 void *stash; in copy_gadget_strings() local1124 stash = uc->stash; in copy_gadget_strings()1125 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()1129 gs_array[n_gs] = stash; in copy_gadget_strings()1131 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()1133 gs->strings = stash; in copy_gadget_strings()1137 s = stash; in copy_gadget_strings()1138 stash += sizeof(struct usb_string); in copy_gadget_strings()1145 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
967 u8 *stash[0]; member
255 ; can clobber scratch regs, hence use of stack to stash it
782 struct property *stash; in gfar_of_init() local898 stash = of_find_property(np, "bd-stash", NULL); in gfar_of_init()900 if (stash) { in gfar_of_init()