Searched refs:RPI3_MBOX_STATUS_EMPTY_MASK (Results 1 – 3 of 3) sorted by relevance
46 } while ((st & RPI3_MBOX_STATUS_EMPTY_MASK) == 0U); in rpi3_vc_mailbox_request_send()64 } while ((st & RPI3_MBOX_STATUS_EMPTY_MASK) != 0U); in rpi3_vc_mailbox_request_send()
40 #define RPI3_MBOX_STATUS_EMPTY_MASK U(0x40000000) /* Set if empty */ macro
38 #define RPI3_MBOX_STATUS_EMPTY_MASK U(0x40000000) /* Set if empty */ macro