Home
last modified time | relevance | path

Searched refs:MBOX_BASE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-encoder.c23 #define MBOX_BASE 0x44 macro
84 followed by a single byte of MBOX_BASE+offset for portion to in pvr2_encoder_read_words()
147 In ivtv driver terms, this is a mailbox at MBOX_BASE which we in pvr2_encoder_cmd()
212 ret = pvr2_encoder_write_words(hdw,MBOX_BASE,wrData,idx); in pvr2_encoder_cmd()
215 ret = pvr2_encoder_write_words(hdw,MBOX_BASE,wrData,1); in pvr2_encoder_cmd()
220 ret = pvr2_encoder_read_words(hdw,MBOX_BASE,rdData, in pvr2_encoder_cmd()
285 ret = pvr2_encoder_write_words(hdw,MBOX_BASE,wrData,1); in pvr2_encoder_cmd()
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-encoder.c23 #define MBOX_BASE 0x44 macro
84 followed by a single byte of MBOX_BASE+offset for portion to in pvr2_encoder_read_words()
147 In ivtv driver terms, this is a mailbox at MBOX_BASE which we in pvr2_encoder_cmd()
212 ret = pvr2_encoder_write_words(hdw,MBOX_BASE,wrData,idx); in pvr2_encoder_cmd()
215 ret = pvr2_encoder_write_words(hdw,MBOX_BASE,wrData,1); in pvr2_encoder_cmd()
220 ret = pvr2_encoder_read_words(hdw,MBOX_BASE,rdData, in pvr2_encoder_cmd()
285 ret = pvr2_encoder_write_words(hdw,MBOX_BASE,wrData,1); in pvr2_encoder_cmd()
/kernel/linux/linux-5.10/drivers/mailbox/
H A Dmailbox-sti.c36 #define MBOX_BASE(mdev, inst) ((mdev)->base + ((inst) * 4)) macro
126 void __iomem *base = MBOX_BASE(mdev, instance); in sti_mbox_enable_channel()
141 void __iomem *base = MBOX_BASE(mdev, instance); in sti_mbox_disable_channel()
155 void __iomem *base = MBOX_BASE(mdev, instance); in sti_mbox_clear_irq()
167 void __iomem *base = MBOX_BASE(mdev, instance); in sti_mbox_irq_to_channel()
257 void __iomem *base = MBOX_BASE(mdev, instance); in sti_mbox_tx_is_ready()
280 void __iomem *base = MBOX_BASE(mdev, instance); in sti_mbox_send_data()
H A Dhi3660-mailbox.c24 #define MBOX_BASE(mbox, ch) ((mbox)->base + ((ch) * 0x40)) macro
91 void __iomem *base = MBOX_BASE(mbox, ch); in hi3660_mbox_check_state()
139 void __iomem *base = MBOX_BASE(mbox, ch); in hi3660_mbox_acquire_channel()
180 void __iomem *base = MBOX_BASE(mbox, ch); in hi3660_mbox_send_data()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dmailbox-sti.c36 #define MBOX_BASE(mdev, inst) ((mdev)->base + ((inst) * 4)) macro
126 void __iomem *base = MBOX_BASE(mdev, instance); in sti_mbox_enable_channel()
141 void __iomem *base = MBOX_BASE(mdev, instance); in sti_mbox_disable_channel()
155 void __iomem *base = MBOX_BASE(mdev, instance); in sti_mbox_clear_irq()
167 void __iomem *base = MBOX_BASE(mdev, instance); in sti_mbox_irq_to_channel()
257 void __iomem *base = MBOX_BASE(mdev, instance); in sti_mbox_tx_is_ready()
280 void __iomem *base = MBOX_BASE(mdev, instance); in sti_mbox_send_data()
H A Dhi3660-mailbox.c25 #define MBOX_BASE(mbox, ch) ((mbox)->base + ((ch) * 0x40)) macro
90 void __iomem *base = MBOX_BASE(mbox, ch); in hi3660_mbox_check_state()
138 void __iomem *base = MBOX_BASE(mbox, ch); in hi3660_mbox_acquire_channel()
179 void __iomem *base = MBOX_BASE(mbox, ch); in hi3660_mbox_send_data()

Completed in 5 milliseconds