Searched full:type0 (Results 1 – 13 of 13) sorted by relevance
/linux/arch/alpha/include/asm/ |
H A D | pal.h | 30 #define __CALL_PAL_W1(NAME, TYPE0) \ argument 31 extern inline void NAME(TYPE0 arg0) \ 33 register TYPE0 __r16 __asm__("$16") = arg0; \ 41 #define __CALL_PAL_W2(NAME, TYPE0, TYPE1) \ argument 42 extern inline void NAME(TYPE0 arg0, TYPE1 arg1) \ 44 register TYPE0 __r16 __asm__("$16") = arg0; \ 53 #define __CALL_PAL_RW1(NAME, RTYPE, TYPE0) \ argument 54 extern inline RTYPE NAME(TYPE0 arg0) \ 57 register TYPE0 __r16 __asm__("$16") = arg0; \ 66 #define __CALL_PAL_RW2(NAME, RTYPE, TYPE0, TYPE1) \ argument [all …]
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | mediatek,mt7621-pcie.yaml | 37 Type0 | Type0 | Type0 |
|
/linux/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 179 u8 level0, type0, active; in sio_fixup_irq() local 185 type0 = sio_read(0x71); in sio_fixup_irq() 186 if (level0 != level || type0 != type || !active) { in sio_fixup_irq() 189 name, level0, type0, !active ? "in" : "", level, type); in sio_fixup_irq()
|
/linux/arch/powerpc/include/asm/ |
H A D | pci-bridge.h | 92 * SET_CFG_TYPE - used on 4xx or any PHB that does explicit type0/1 96 * to determine which bus number to match on when generating type0
|
/linux/drivers/net/ethernet/fungible/funcore/ |
H A D | fun_dev.h | 127 int fun_bind(struct fun_dev *fdev, enum fun_admin_bind_type type0,
|
H A D | fun_dev.c | 545 int fun_bind(struct fun_dev *fdev, enum fun_admin_bind_type type0, in fun_bind() argument 553 cmd->entry[0] = FUN_ADMIN_BIND_ENTRY_INIT(type0, id0); in fun_bind()
|
/linux/drivers/pci/controller/ |
H A D | pcie-rcar.h | 15 #define TYPE0 (0 << 8) macro
|
/linux/include/drm/display/ |
H A D | drm_hdcp.h | 54 * - Type0: Can be transmitted with HDCP 1.4+
|
/linux/include/linux/ssb/ |
H A D | ssb_regs.h | 671 #define SSB_ADM_SZ0 0x000000F8 /* Type0 size */ 679 #define SSB_ADM_BASE0 0xFFFFFF00 /* Type0 base address */
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_hdcp_helper.c | 319 { DRM_MODE_HDCP_CONTENT_TYPE0, "HDCP Type0" },
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip-defs.h | 2568 uint64_t type0:16; member 2570 uint64_t type0:16;
|
/linux/drivers/gpu/drm/ |
H A D | drm_connector.c | 1568 * "HDCP Type0" or "HDCP Type1". 1571 * - "HDCP Type0": DRM_MODE_HDCP_CONTENT_TYPE0 = 0 1589 * that content to a HDCP 1.4 authenticated HDCP sink (Type0 link).
|
/linux/drivers/net/ethernet/sun/ |
H A D | cassini.h | 467 txdma rd type0
|