59 if ((((
uint32_t) addr & 0x3) != 0) || ((fbytes & 0x3) != 0)) {
77 fbytes = pMemSetup->
bytes;
80 if (*addr != ~(1 << i)) {
83 pMemSetup->
ex_val = ~(1 << i);
105 if ((((
uint32_t) addr & 0x3) != 0) || ((fbytes & 0x3) != 0)) {
123 fbytes = pMemSetup->
bytes;
126 if (*addr != (1 << i)) {
128 pMemSetup->
is_val = *addr;
129 pMemSetup->
ex_val = (1 << i);
150 if ((((
uint32_t) addr & 0x3) != 0) || ((fbytes & 0x3) != 0)) {
163 fbytes = pMemSetup->
bytes;
168 pMemSetup->
is_val = *addr;
186 if ((((
uint32_t) addr & 0x3) != 0) || ((fbytes & 0x3) != 0)) {
199 fbytes = pMemSetup->
bytes;
204 pMemSetup->
is_val = *addr;
223 if ((((
uint32_t) addr & 0x3) != 0) || ((fbytes & 0x3) != 0)) {
237 pattern = 0x55AA55AA;
238 fbytes = pMemSetup->
bytes;
241 if (*addr != pattern) {
243 pMemSetup->
is_val = *addr;
244 pMemSetup->
ex_val = pattern;
263 if ((((
uint32_t) addr & 0x3) != 0) || ((fbytes & 0x3) != 0)) {
278 fbytes = pMemSetup->
bytes;
281 if (*addr != pattern) {
283 pMemSetup->
is_val = *addr;
284 pMemSetup->
ex_val = pattern;