Lines Matching defs:param
115 typedef long (*feature_call)(struct device_node *node, long param, long value);
158 static long ohare_htw_scc_enable(struct device_node *node, long param,
185 if ((param & 0xfff) == PMAC_SCC_IRDA)
222 if (param & PMAC_SCC_FLAG_XMON)
244 if ((param & 0xfff) == PMAC_SCC_IRDA)
251 static long ohare_floppy_enable(struct device_node *node, long param,
258 static long ohare_mesh_enable(struct device_node *node, long param, long value)
264 static long ohare_ide_enable(struct device_node *node, long param, long value)
266 switch(param) {
284 static long ohare_ide_reset(struct device_node *node, long param, long value)
286 switch(param) {
298 static long ohare_sleep_state(struct device_node *node, long param, long value)
313 static long heathrow_modem_enable(struct device_node *node, long param,
357 static long heathrow_floppy_enable(struct device_node *node, long param,
366 static long heathrow_mesh_enable(struct device_node *node, long param,
395 static long heathrow_ide_enable(struct device_node *node, long param,
398 switch(param) {
410 static long heathrow_ide_reset(struct device_node *node, long param,
413 switch(param) {
425 static long heathrow_bmac_enable(struct device_node *node, long param,
454 static long heathrow_sound_enable(struct device_node *node, long param,
581 static long heathrow_sleep_state(struct device_node *node, long param,
598 static long core99_scc_enable(struct device_node *node, long param, long value)
629 if ((param & 0xfff) == PMAC_SCC_I2S1)
637 if ((param & 0xfff) == PMAC_SCC_IRDA) {
667 if (param & PMAC_SCC_FLAG_XMON)
679 if ((param & 0xfff) == PMAC_SCC_IRDA) {
699 core99_modem_enable(struct device_node *node, long param, long value)
751 pangea_modem_enable(struct device_node *node, long param, long value)
841 core99_ide_enable(struct device_node *node, long param, long value)
846 switch(param) {
864 core99_ide_reset(struct device_node *node, long param, long value)
866 switch(param) {
882 core99_gmac_enable(struct device_node *node, long param, long value)
899 core99_gmac_phy_reset(struct device_node *node, long param, long value)
924 core99_sound_chip_enable(struct device_node *node, long param, long value)
954 core99_airport_enable(struct device_node *node, long param, long value)
1041 core99_reset_cpu(struct device_node *node, long param, long value)
1061 if (param == *num) {
1067 reset_io = dflt_reset_lines[param];
1082 core99_usb_enable(struct device_node *node, long param, long value)
1235 core99_firewire_enable(struct device_node *node, long param, long value)
1262 core99_firewire_cable_power(struct device_node *node, long param, long value)
1293 intrepid_aack_delay_enable(struct device_node *node, long param, long value)
1301 if (param)
1314 core99_read_gpio(struct device_node *node, long param, long value)
1318 return MACIO_IN8(param);
1323 core99_write_gpio(struct device_node *node, long param, long value)
1327 MACIO_OUT8(param, (u8)(value & 0xff));
1332 static long g5_gmac_enable(struct device_node *node, long param, long value)
1357 static long g5_fw_enable(struct device_node *node, long param, long value)
1382 static long g5_mpic_enable(struct device_node *node, long param, long value)
1402 static long g5_eth_phy_reset(struct device_node *node, long param, long value)
1432 static long g5_i2s_enable(struct device_node *node, long param, long value)
1491 static long g5_reset_cpu(struct device_node *node, long param, long value)
1507 if (param == *num) {
1822 core99_sleep_state(struct device_node *node, long param, long value)
1827 if (param == 1) {
1855 generic_dev_can_wake(struct device_node *node, long param, long value)
1866 static long generic_get_mb_info(struct device_node *node, long param, long value)
1868 switch(param) {
2370 long param, value;
2392 param = va_arg(args, long);
2396 return func(node, param, value);