Home
last modified time | relevance | path

Searched refs:SWAP_NO (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/fpga/
A Dzynqmppl.c48 #define SWAP_NO 1 macro
61 if (swap == SWAP_NO) { in load_word()
79 int swap = SWAP_NO; in check_header()
104 buf, swap == SWAP_NO ? "without" : "with"); in check_header()
115 word = load_word(&buf[p], SWAP_NO); in check_data()
A Dzynqpl.c66 #define SWAP_NO 1 macro
79 if (swap == SWAP_NO) { in load_word()
97 int swap = SWAP_NO; in check_header()
127 (u32)buf, swap == SWAP_NO ? "without" : "with"); in check_header()
138 word = load_word(&buf[p], SWAP_NO); in check_data()

Completed in 5 milliseconds