Searched refs:idbuf (Results 1 – 5 of 5) sorted by relevance
/arch/m68k/sun3/prom/ |
D | misc.c | 56 prom_get_idprom(char *idbuf, int num_bytes) in prom_get_idprom() argument 69 idbuf[i] = c; in prom_get_idprom() 72 return idbuf[0]; in prom_get_idprom()
|
/arch/sh/drivers/pci/ |
D | pci-dreamcast.c | 56 char idbuf[16]; in gapspci_init() local 67 idbuf[i] = inb(GAPSPCI_REGS+i); in gapspci_init() 69 if (strncmp(idbuf, "GAPSPCI_BRIDGE_2", 16)) in gapspci_init()
|
/arch/sparc/prom/ |
D | misc_32.c | 96 prom_get_idprom(char *idbuf, int num_bytes) in prom_get_idprom() argument 102 if(!prom_getproperty(prom_root_node, "idprom", idbuf, num_bytes)) in prom_get_idprom() 103 return idbuf[0]; in prom_get_idprom()
|
D | misc_64.c | 151 unsigned char prom_get_idprom(char *idbuf, int num_bytes) in prom_get_idprom() argument 158 if (!prom_getproperty(prom_root_node, "idprom", idbuf, num_bytes)) in prom_get_idprom() 159 return idbuf[0]; in prom_get_idprom()
|
/arch/m68k/sun3x/ |
D | prom.c | 156 prom_get_idprom(char *idbuf, int num_bytes) in prom_get_idprom() argument 162 idbuf[i] = ((char *)SUN3X_IDPROM)[i]; in prom_get_idprom() 164 return idbuf[0]; in prom_get_idprom()
|