Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp279 case ATOM_ARG_PLL: in atom_get_src_int()
307 case ATOM_ARG_PLL: in atom_skip_src_int()
481 case ATOM_ARG_PLL: in atom_put_dst()
1077 { atom_op_move, ATOM_ARG_PLL },
1083 { atom_op_and, ATOM_ARG_PLL },
1089 { atom_op_or, ATOM_ARG_PLL },
1095 { atom_op_shift_left, ATOM_ARG_PLL },
1101 { atom_op_shift_right, ATOM_ARG_PLL },
1107 { atom_op_mul, ATOM_ARG_PLL },
1113 { atom_op_div, ATOM_ARG_PLL },
[all …]
H A Datom.h95 #define ATOM_ARG_PLL 6 macro