Searched refs:EPB_LOC (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_sd7220.c | 84 * The EPB requires addressing in a particular form. EPB_LOC() is intended 88 #define EPB_LOC(chn, elt, reg) \ macro 136 #define IB_MPREG5 (EPB_LOC(6, 0, 0xE) | (1L << EPB_IB_UC_CS_SHF)) 137 #define IB_MPREG6 (EPB_LOC(6, 0, 0xF) | (1U << EPB_IB_UC_CS_SHF)) 140 #define IB_CTRL2(chn) (EPB_LOC(chn, 7, 3) | EPB_IB_QUAD0_CS) 141 #define START_EQ1(chan) EPB_LOC(chan, 7, 0x27) 172 #define IB_PGUDP(chn) (EPB_LOC((chn), 2, 1) | EPB_IB_QUAD0_CS) 173 #define IB_CMUDONE(chn) (EPB_LOC((chn), 7, 0xF) | EPB_IB_QUAD0_CS) 647 * @loc: location - channel, element, register, as packed by EPB_LOC() macro. 739 #define EPB_UC_CTL EPB_LOC( [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_sd7220.c | 84 * The EPB requires addressing in a particular form. EPB_LOC() is intended 88 #define EPB_LOC(chn, elt, reg) \ macro 136 #define IB_MPREG5 (EPB_LOC(6, 0, 0xE) | (1L << EPB_IB_UC_CS_SHF)) 137 #define IB_MPREG6 (EPB_LOC(6, 0, 0xF) | (1U << EPB_IB_UC_CS_SHF)) 140 #define IB_CTRL2(chn) (EPB_LOC(chn, 7, 3) | EPB_IB_QUAD0_CS) 141 #define START_EQ1(chan) EPB_LOC(chan, 7, 0x27) 172 #define IB_PGUDP(chn) (EPB_LOC((chn), 2, 1) | EPB_IB_QUAD0_CS) 173 #define IB_CMUDONE(chn) (EPB_LOC((chn), 7, 0xF) | EPB_IB_QUAD0_CS) 647 * @loc: location - channel, element, register, as packed by EPB_LOC() macro. 738 #define EPB_UC_CTL EPB_LOC( [all...] |
Completed in 5 milliseconds