Searched refs:BDM (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/m68k/ |
H A D | Kconfig.debug | 40 bool "Disable BDM signals" 43 Disable the ColdFire CPU's BDM signals.
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 175 #define BDM BDA + 1 macro 181 #define BDMA BDM + 1 3864 {"bdnz-", BBO(16,BODNZ,0,0), BBOATBI_MASK, PPCCOM, PPCVLE, {BDM}}, 3868 {"bdnzl-", BBO(16,BODNZ,0,1), BBOATBI_MASK, PPCCOM, PPCVLE, {BDM}}, 3880 {"bdz-", BBO(16,BODZ,0,0), BBOATBI_MASK, PPCCOM, PPCVLE, {BDM}}, 3883 {"bdzl-", BBO(16,BODZ,0,1), BBOATBI_MASK, PPCCOM, PPCVLE, {BDM}}, 4064 {"bf-", BBO(16,BOF,0,0), BBOAT_MASK, PPCCOM, PPCVLE, {BI, BDM}}, 4068 {"bfl-", BBO(16,BOF,0,1), BBOAT_MASK, PPCCOM, PPCVLE, {BI, BDM}}, 4106 {"bt-", BBO(16,BOT,0,0), BBOAT_MASK, PPCCOM, PPCVLE, {BI, BDM}}, 4123 {"bc-", B(16,0,0), B_MASK, PPCCOM, PPCVLE, {BOE, BI, BDM}}, [all …]
|
/openbmc/qemu/hw/display/ |
H A D | xenfb.c | 615 const uint32_t BDM = (~0U) << (32 - BDB); \ 620 (((spix << BSS) & BSM & BDM) >> BDS); \
|
/openbmc/qemu/docs/user/ |
H A D | main.rst | 127 * ``qemu-m68k`` is capable of running semihosted binaries using the BDM
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.txt | 974 53 char BDM interface for remote debugging MC683xx microcontrollers 975 0 = /dev/pd_bdm0 PD BDM interface on lp0 976 1 = /dev/pd_bdm1 PD BDM interface on lp1 977 2 = /dev/pd_bdm2 PD BDM interface on lp2 978 4 = /dev/icd_bdm0 ICD BDM interface on lp0 979 5 = /dev/icd_bdm1 ICD BDM interface on lp1 980 6 = /dev/icd_bdm2 ICD BDM interface on lp2
|