Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Dgr.c189 #define _B(N,G,I,R) _A(GRAPHICS_##N, N, (G), (I), (R)) in r535_gr_get_ctxbuf_info() macro
192 _B( PATCH, false, true, false), in r535_gr_get_ctxbuf_info()
194 _B( PAGEPOOL, true, false, false), in r535_gr_get_ctxbuf_info()
195 _B( ATTRIBUTE_CB, true, false, false), in r535_gr_get_ctxbuf_info()
196 _B( RTV_CB_GLOBAL, true, false, false), in r535_gr_get_ctxbuf_info()
197 _B( FECS_EVENT, true, true, false), in r535_gr_get_ctxbuf_info()
198 _B( PRIV_ACCESS_MAP, true, true, true), in r535_gr_get_ctxbuf_info()
199 #undef _B in r535_gr_get_ctxbuf_info()
/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_irq.c39 {#name, HBG_INT_MSK_##name##_B, false, false, false, handle}
41 {#name, HBG_INT_MSK_##name##_B, true, need_print, \
H A Dhbg_diagnose.c47 #define HBG_PUSH_IRQ_I(name, id) {id, HBG_INT_MSK_##name##_B}
/linux/drivers/regulator/
H A Dda9063-regulator.c107 .suspend_sleep = BFIELD(DA9063_REG_V##regl_name##_B, DA9063_LDO_SL), \
108 .suspend_vsel_reg = DA9063_REG_V##regl_name##_B
132 .suspend_sleep = BFIELD(DA9063_REG_V##regl_name##_B, DA9063_BUCK_SL), \
133 .suspend_vsel_reg = DA9063_REG_V##regl_name##_B, \