Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/
H A Docteon_ebt3000_cf.c308 static void cf_outw_16(int port, uint16_t val) in cf_outw_16() function
405 cf_outw_16(TF_DATA, SWAP_SHORT(temp)); in cf_cmd_write()
499 cf_outw_16(TF_SECTOR_COUNT, 1 | ((lba & 0xff) << 8)); in cf_send_cmd()
500 cf_outw_16(TF_CYL_LSB, ((lba >> 8) & 0xff) | (((lba >> 16) & 0xff) << 8)); in cf_send_cmd()
501 cf_outw_16(TF_DRV_HEAD, (((lba >> 24) & 0xff) | 0xe0) | (cmd << 8)); in cf_send_cmd()