Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/ntb/hw/mscc/
Dntb_hw_switchtec.c280 int xlate_pos = ilog2(size); in switchtec_ntb_mw_set_direct() local
289 iowrite32(xlate_pos | size, &ctl->bar_entry[bar].win_size); in switchtec_ntb_mw_set_direct()
308 int xlate_pos = ilog2(size); in switchtec_ntb_mw_set_trans() local
321 if (xlate_pos < 12) in switchtec_ntb_mw_set_trans()
324 if (!IS_ALIGNED(addr, BIT_ULL(xlate_pos))) { in switchtec_ntb_mw_set_trans()
1021 int xlate_pos; in crosslink_setup_mws() local
1047 xlate_pos = ilog2(size); in crosslink_setup_mws()
1056 iowrite32(xlate_pos | size, &ctl->bar_entry[bar].win_size); in crosslink_setup_mws()