| 1594 | **************************************************************************/ |
| 1595 | |
| 1596 | static int |
| 1597 | win_eth_can_remap(int i) |
| 1598 | { |
| 1599 | |
| 1600 | /* ETH encode windows 0-3 have remap capability */ |
| 1601 | if (i < 4) |
| 1602 | return (1); |
| 1603 | |
| 1604 | return (0); |
| 1605 | } |
| 1606 | |
| 1607 | static int |
| 1608 | eth_bare_read(uint32_t base, int i) |
no outgoing calls
no test coverage detected