Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/of/
H A Dbase.c1244 int cell_count) in of_phandle_iterator_init() argument
1255 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init()
1263 it->cell_count = cell_count; in of_phandle_iterator_init()
1312 if (it->cell_count >= 0) { in of_phandle_iterator_next()
1313 count = it->cell_count; in of_phandle_iterator_next()
1323 count = it->cell_count; in of_phandle_iterator_next()
1378 int cell_count, int index, in __of_parse_phandle_with_args() argument
1385 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1489 int cell_count = -1; in of_parse_phandle_with_args() local
1496 cell_count = 0; in of_parse_phandle_with_args()
[all …]
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Darm_mhu_db.c250 u32 cell_count; in mhu_db_probe() local
263 err = of_property_read_u32(np, "#mbox-cells", &cell_count); in mhu_db_probe()
269 if (cell_count == 2) { in mhu_db_probe()
/OK3568_Linux_fs/u-boot/include/dm/
H A Dread.h240 const char *cells_name, int cell_count,
582 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument
586 cells_name, cell_count, index, in dev_read_phandle_with_args()
H A Dofnode.h497 const char *cells_name, int cell_count,
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dmvebu-mbus.c1205 int *cell_count, const __be32 **ranges_start, in mbus_parse_ranges() argument
1214 *addr_cells = *c_addr_cells = *c_size_cells = *cell_count = 0; in mbus_parse_ranges()
1228 *cell_count = *addr_cells + *c_addr_cells + *c_size_cells; in mbus_parse_ranges()
1229 tuple_len = (*cell_count) * sizeof(__be32); in mbus_parse_ranges()
1242 int i, ret, cell_count; in mbus_dt_setup() local
1246 &c_size_cells, &cell_count, in mbus_dt_setup()
1251 for (i = 0, r = ranges_start; r < ranges_end; r += cell_count, i++) { in mbus_dt_setup()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dread.c116 const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument
121 cells_name, cell_count, index, in dev_read_phandle_with_args()
H A Dof_access.c616 int cell_count, int index, in __of_parse_phandle_with_args() argument
669 count = cell_count; in __of_parse_phandle_with_args()
H A Dofnode.c350 const char *cells_name, int cell_count, in ofnode_parse_phandle_with_args() argument
369 cell_count, index, &args); in ofnode_parse_phandle_with_args()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h83 int cell_count; member
386 int cell_count);
895 int cell_count) in of_phandle_iterator_init() argument
/OK3568_Linux_fs/u-boot/include/
H A Dfdtdec.h221 int cell_count, int index,
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dhorizon.h300 HDW cell_count; // AAL5 rx bufs member
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c709 int cell_count, int index, in fdtdec_parse_phandle_with_args() argument
768 count = cell_count; in fdtdec_parse_phandle_with_args()