Searched refs:OCTCF_REG_WRITE (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/arch/octeon/dev/ |
H A D | octcf.c | 156 #define OCTCF_REG_WRITE(wd, reg, val) \ macro 714 OCTCF_REG_WRITE(wd, 0x0, swap16(temp)); in octcf_write_sectors() 725 OCTCF_REG_WRITE(wd, wdr_seccnt, 1 | ((lba & 0xff) << 8)); in octcf_command() 726 OCTCF_REG_WRITE(wd, wdr_cyl_lo, in octcf_command() 728 OCTCF_REG_WRITE(wd, wdr_sdh, in octcf_command() 771 OCTCF_REG_WRITE(wd, wdr_seccnt, 0); in octcf_get_params() 772 OCTCF_REG_WRITE(wd, wdr_cyl_lo, 0); in octcf_get_params() 773 OCTCF_REG_WRITE(wd, wdr_sdh, 0 | (WDCC_IDENTIFY<<8)); in octcf_get_params()
|