HomeSort by: relevance | last modified time | path
    Searched refs:ROM_FD_RW (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/ews4800mips/include/
sbd.h 80 /* ROM_FD_RW(unit | flag, cylinder << 16 | side << 8 | sector, count, addr) */
81 #define ROM_FD_RW ((int (*)(int, uint32_t, uint32_t, void *))0xbfc0ff20)
82 #define ROM_FD_READ(u, s, c, a) ROM_FD_RW(u, s, c, a)
83 #define ROM_FD_WRITE(u, s, c, a) ROM_FD_RW(u | 0x1000, s, c, a)
  /src/sys/arch/ews4800mips/stand/common/
device_test.c 211 err = ROM_FD_RW(0, pos, cnt, buf);
disk.c 244 err = ROM_FD_RW(flag | __disk.unit, pos, cnt * 2, buf);
271 err = ROM_FD_RW(flag | __disk.unit | 0x1000000, pos, cnt, buf);

Completed in 14 milliseconds