Lines Matching refs:_i

806 #define HDA_STREAM(_t, _i)                                            \  argument
807 [ ST_REG(_i, ICH6_REG_SD_CTL) ] = { \
808 .stream = _i, \
809 .name = _t stringify(_i) " CTL", \
812 .offset = offsetof(IntelHDAState, st[_i].ctl), \
815 [ ST_REG(_i, ICH6_REG_SD_CTL) + 2] = { \
816 .stream = _i, \
817 .name = _t stringify(_i) " CTL(stnr)", \
821 .offset = offsetof(IntelHDAState, st[_i].ctl), \
824 [ ST_REG(_i, ICH6_REG_SD_STS)] = { \
825 .stream = _i, \
826 .name = _t stringify(_i) " CTL(sts)", \
831 .offset = offsetof(IntelHDAState, st[_i].ctl), \
835 [ ST_REG(_i, ICH6_REG_SD_LPIB) ] = { \
836 .stream = _i, \
837 .name = _t stringify(_i) " LPIB", \
839 .offset = offsetof(IntelHDAState, st[_i].lpib), \
841 [ ST_REG(_i, ICH6_REG_SD_CBL) ] = { \
842 .stream = _i, \
843 .name = _t stringify(_i) " CBL", \
846 .offset = offsetof(IntelHDAState, st[_i].cbl), \
848 [ ST_REG(_i, ICH6_REG_SD_LVI) ] = { \
849 .stream = _i, \
850 .name = _t stringify(_i) " LVI", \
853 .offset = offsetof(IntelHDAState, st[_i].lvi), \
855 [ ST_REG(_i, ICH6_REG_SD_FIFOSIZE) ] = { \
856 .stream = _i, \
857 .name = _t stringify(_i) " FIFOS", \
861 [ ST_REG(_i, ICH6_REG_SD_FORMAT) ] = { \
862 .stream = _i, \
863 .name = _t stringify(_i) " FMT", \
866 .offset = offsetof(IntelHDAState, st[_i].fmt), \
868 [ ST_REG(_i, ICH6_REG_SD_BDLPL) ] = { \
869 .stream = _i, \
870 .name = _t stringify(_i) " BDLPL", \
873 .offset = offsetof(IntelHDAState, st[_i].bdlp_lbase), \
875 [ ST_REG(_i, ICH6_REG_SD_BDLPU) ] = { \
876 .stream = _i, \
877 .name = _t stringify(_i) " BDLPU", \
880 .offset = offsetof(IntelHDAState, st[_i].bdlp_ubase), \