/src/sys/arch/alpha/tlsb/ |
tlsb.c | 127 uint32_t tldev; local in function:tlsbattach 153 if (badaddr(TLSB_NODE_REG_ADDR(node, TLDEV), sizeof(uint32_t))) 155 tldev = TLSB_GET_NODEREG(node, TLDEV); 156 if (tldev == 0) { 166 if (TLDEV_ISIOPORT(tldev)) { 171 ta.ta_dtype = TLDEV_DTYPE(tldev); 172 ta.ta_swrev = TLDEV_SWREV(tldev); 173 ta.ta_hwrev = TLDEV_HWREV(tldev); 178 if (TLDEV_ISCPU(tldev)) { [all...] |
tlsb.c | 127 uint32_t tldev; local in function:tlsbattach 153 if (badaddr(TLSB_NODE_REG_ADDR(node, TLDEV), sizeof(uint32_t))) 155 tldev = TLSB_GET_NODEREG(node, TLDEV); 156 if (tldev == 0) { 166 if (TLDEV_ISIOPORT(tldev)) { 171 ta.ta_dtype = TLDEV_DTYPE(tldev); 172 ta.ta_swrev = TLDEV_SWREV(tldev); 173 ta.ta_hwrev = TLDEV_HWREV(tldev); 178 if (TLDEV_ISCPU(tldev)) { [all...] |
tlsbreg.h | 111 #define TLDEV 0x0000 /* CMI: Device Register */ 169 * TLDEV - Device Register 382 uint32_t tldev; member in struct:tlsb_mchk_fatal 415 uint32_t tldev; member in struct:tlsb_mchk_soft
|
tlsbreg.h | 111 #define TLDEV 0x0000 /* CMI: Device Register */ 169 * TLDEV - Device Register 382 uint32_t tldev; member in struct:tlsb_mchk_fatal 415 uint32_t tldev; member in struct:tlsb_mchk_soft
|
/src/sys/arch/alpha/alpha/ |
dec_kn8ae.c | 155 uint32_t tldev; local in function:clear_tlsb_ebits 160 tldev = TLSB_GET_NODEREG(node, TLDEV); 161 if (tldev == 0) { 186 if (TLDEV_ISCPU(tldev)) { 199 if (cpuonly || TLDEV_ISMEM(tldev)) { 209 if (TLDEV_DTYPE(tldev) == TLDEV_DTYPE_KFTHA) { 256 printf(fmt1, "TLDEV", ptr->tldev); 334 printf(fmt1, "TLDEV", ptr->tldev) [all...] |
dec_kn8ae.c | 155 uint32_t tldev; local in function:clear_tlsb_ebits 160 tldev = TLSB_GET_NODEREG(node, TLDEV); 161 if (tldev == 0) { 186 if (TLDEV_ISCPU(tldev)) { 199 if (cpuonly || TLDEV_ISMEM(tldev)) { 209 if (TLDEV_DTYPE(tldev) == TLDEV_DTYPE_KFTHA) { 256 printf(fmt1, "TLDEV", ptr->tldev); 334 printf(fmt1, "TLDEV", ptr->tldev) [all...] |