Searched refs:list_end (Results 1 - 2 of 2) sorted by relevance

/drivers/of/
H A Dbase.c896 const __be32 *list, *list_end; local
906 list_end = list + size / sizeof(*list);
909 while (list < list_end) {
939 if (list + count > list_end) {
/drivers/usb/host/
H A Dehci-dbg.c442 __le32 list_end = EHCI_LIST_END(ehci); local
445 if (hw->hw_qtd_next == list_end) /* NEC does this */
453 else if (hw->hw_alt_next == list_end)
484 else if (td->hw_alt_next != list_end)

Completed in 1001 milliseconds