HomeSort by relevance Sort by last modified time
    Searched refs:SWAP_NO (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/fpga/
zynqmppl.c 42 #define SWAP_NO 1
55 if (swap == SWAP_NO) {
73 int swap = SWAP_NO;
98 buf, swap == SWAP_NO ? "without" : "with");
109 word = load_word(&buf[p], SWAP_NO);
zynqpl.c 60 #define SWAP_NO 1
73 if (swap == SWAP_NO) {
91 int swap = SWAP_NO;
121 (u32)buf, swap == SWAP_NO ? "without" : "with");
132 word = load_word(&buf[p], SWAP_NO);

Completed in 363 milliseconds