Searched refs:sm_bar (Results 1 – 1 of 1) sorted by relevance
155 static int cic_write_sm_bar(int board, int bus, uint_t sm_bar);265 uint_t sm_bar; in cic_read_sm_bar() local275 sm_bar = (uint_t)PHYSIO_LDH(csr_addr); in cic_read_sm_bar()276 sm_bar <<= 16; in cic_read_sm_bar()283 sm_bar |= (uint_t)PHYSIO_LDH(csr_addr); in cic_read_sm_bar()285 return (sm_bar); in cic_read_sm_bar()289 cic_write_sm_bar(int board, int bus, uint_t sm_bar) in cic_write_sm_bar() argument298 sm_bar_lsb = sm_bar & 0xffff; in cic_write_sm_bar()299 sm_bar_msb = (sm_bar >> 16) & 0xffff; in cic_write_sm_bar()315 UPDATE_CIC_HISTORY(CICREG_SMBAR, board, bus, sm_bar); in cic_write_sm_bar()