Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/
H A Docteon_ebt3000_cf.c274 static void cf_outb_8(int port, uint8_t val) in cf_outb_8() function
395 cf_outb_8(TF_DATA, *ptr_8++); in cf_cmd_write()
488 cf_outb_8(TF_SECTOR_COUNT, 1); in cf_send_cmd()
489 cf_outb_8(TF_SECTOR_NUMBER, lba & 0xff); in cf_send_cmd()
490 cf_outb_8(TF_CYL_LSB, (lba >> 8) & 0xff); in cf_send_cmd()
491 cf_outb_8(TF_CYL_MSB, (lba >> 16) & 0xff); in cf_send_cmd()
492 cf_outb_8(TF_DRV_HEAD, ((lba >> 24) & 0xff) | 0xe0); in cf_send_cmd()
493 cf_outb_8(TF_COMMAND, cmd); in cf_send_cmd()