Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk.h468 #define RK3066_PLL_RATE(_rate, _nr, _nf, _no) \ argument
472 .nf = _nf, \
474 .nb = ((_nf) < 2) ? 1 : (_nf) >> 1, \
477 #define RK3066_PLL_RATE_NB(_rate, _nr, _nf, _no, _nb) \ argument
481 .nf = _nf, \
/OK3568_Linux_fs/u-boot/drivers/clk/rockchip/
H A Dclk_rk3288.c42 #define RK3288_PLL_RATE(_rate, _nr, _nf, _no, _nb) \ argument
46 .nf = _nf, \
H A Dclk_rk3368.c39 #define RK3368_PLL_RATE(_rate, _nr, _nf, _no, _nb) \ argument
43 .nf = _nf, \
/OK3568_Linux_fs/external/xserver/
H A DChangeLog34002 It was apparently accidentally dropped in keithp's removal of _nf
36341 glamor: Remove _nf rendering functions
45891 Part of the _nf contract is that glamor will only return FALSE if
47718 All of the glamor _nf functions must check to see if the DDX can
47720 driver; this restructures the point code to split out the _nf checking